Skip to content

Commit c9dfde1

Browse files
committed
Updated farming pet abilities to use farming fortune
1 parent 3bab23d commit c9dfde1

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/constants/pets.js

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ const symbols = {
1515
ferocity: '⫽',
1616
ability_damage: '✹',
1717
mining_speed: '↑',
18+
fortune: '☘',
1819
};
1920

2021
module.exports = {
@@ -297,7 +298,8 @@ module.exports = {
297298
3: [],
298299
4: [{
299300
name: 'Trunk Efficiency',
300-
desc: ['§7Grants a §a%ability%% §7chance to get double crops while farming'],
301+
desc: [`§7Grants §a+%ability% §6${symbols.fortune} Farming Fortune§7, which increases your chance for multiple drops`],
302+
func: () => ([]), // TODO
301303
}],
302304
},
303305
},
@@ -1565,7 +1567,8 @@ module.exports = {
15651567
abilities: {
15661568
0: [{
15671569
name: 'Treeborn',
1568-
desc: ['§7Increase double drop rates for logs by §a%ability%%'],
1570+
desc: [`§7Grants §a+%ability% §6${symbols.fortune} Foraging Fortune§7, which increases your chance at double logs`],
1571+
func: () => ([]), // TODO
15691572
}],
15701573
1: [],
15711574
2: [{

0 commit comments

Comments
 (0)