mirror of
https://github.com/seigler/bl3skills.com
synced 2025-07-27 09:46:10 +00:00
Fixed typo
This commit is contained in:
parent
6e3bb782b1
commit
c32efda96d
1 changed files with 1 additions and 1 deletions
|
@ -332,7 +332,7 @@ const skills = {
|
||||||
"Behind the Iron Curtain": {
|
"Behind the Iron Curtain": {
|
||||||
text: "Moze's Shield Recharge Delay is reduced, and her Shield Recharge Rate is increased.",
|
text: "Moze's Shield Recharge Delay is reduced, and her Shield Recharge Rate is increased.",
|
||||||
ranks: 3,
|
ranks: 3,
|
||||||
effect: (rank, level) => `Shield Recharge Rate: +${percent(rank, 7)}%, Shield Recharge Rate: -${percent(rank, 8)}%`,
|
effect: (rank, level) => `Shield Recharge Rate: +${percent(rank, 7)}%, Shield Recharge Delay: -${percent(rank, 8)}%`,
|
||||||
},
|
},
|
||||||
"Desperate Measures": {
|
"Desperate Measures": {
|
||||||
text: "Moze's Gun Damage is increased depending on how low her health is. The lower her health, the greater the increase.",
|
text: "Moze's Gun Damage is increased depending on how low her health is. The lower her health, the greater the increase.",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue