Skip to content

Commit

Permalink
Added new parrot ability
Browse files Browse the repository at this point in the history
  • Loading branch information
builder-247 committed Mar 14, 2021
1 parent 15dc8d8 commit 04d6098
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/constants/pets.js
Original file line number Diff line number Diff line change
Expand Up @@ -1971,6 +1971,9 @@ module.exports = {
name: 'Bird Discourse',
desc: [`§7Gives §c+${symbols.strength}%ability% Strength §7to players within §a20 §7blocks`, '§7Doesn\'t stack'],
descFn: ({ round }, level, multiplier) => round(5 + (level * multiplier)),
}, {
name: 'Parrot Feather Infusion',
desc: ['§7When summoned or in your pets menu, boost the duration of consumed §cGod Potions§7 by §e%ability%%'],
}],
},
},
Expand Down

0 comments on commit 04d6098

Please sign in to comment.