Update skills.js

This commit is contained in:
chronofreak 2020-01-10 16:48:17 -06:00 committed by GitHub
parent 9657291623
commit 1d78f7d413
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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