File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ const symbols = {
1515 ferocity : '⫽' ,
1616 ability_damage : '✹' ,
1717 mining_speed : '↑' ,
18+ fortune : '☘' ,
1819} ;
1920
2021module . 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 : [ {
You can’t perform that action at this time.
0 commit comments