mirror of
https://github.com/seigler/bl3skills.com
synced 2025-07-27 09:46:10 +00:00
Merge pull request #43 from chronofreak/patch-1
Clean up Gunner skills.js
This commit is contained in:
commit
30e1661c67
1 changed files with 1 additions and 1 deletions
|
@ -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": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue