Merge pull request #43 from chronofreak/patch-1

Clean up Gunner skills.js
This commit is contained in:
Joshua Seigler 2020-01-10 22:44:15 -05:00 committed by GitHub
commit 30e1661c67
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -276,7 +276,7 @@ const skills = {
"Grizzled": {
text: "Kill Skill. Killing an enemy reduces Moze's remaining Action Skill Cooldown Time. This skill has diminishing returns.",
ranks: 5,
effect: (rank, level) => `Iron Bear Cooldown: Time -${rank * 1} seconds`,
effect: (rank, level) => `Iron Bear Cooldown: -${rank * 1} seconds`,
},
},
"2": {