Fixed typo

This commit is contained in:
José Miguel Tajuelo Garrigós 2019-09-14 02:04:51 +02:00 committed by GitHub
parent 6e3bb782b1
commit c32efda96d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.",