From 1900ab60febee22728a27e6f1998e413f5a869bc Mon Sep 17 00:00:00 2001 From: chronofreak <59447931+chronofreak@users.noreply.github.com> Date: Thu, 5 Mar 2020 10:21:12 -0600 Subject: [PATCH] Update skills.js Made corrections per the 03/05/2020 hotfix. --- src/pages/Gunner/skills.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/Gunner/skills.js b/src/pages/Gunner/skills.js index e2d61f4..2444626 100644 --- a/src/pages/Gunner/skills.js +++ b/src/pages/Gunner/skills.js @@ -404,7 +404,7 @@ const skills = { "Hell on Rails": { text: "Railgun now fires superheated rounds that deal Incendiary Damge, but have increased Fuel Drain per shot.", type: SKILLS.AUGMENT_CHEVRON, - effect: (rank, level) => `Railgun Element: Incendiary\nRailgun Fuel Drain: +30%`, + effect: (rank, level) => `Railgun Element: Incendiary\nRailgun Fuel Drain: +8%`, }, "Drowning in Brass": { text: "Kill Skill. Killing an enemy grants Moze a stack of Drowning in Brass. For each stack of Drowning in Brass, Moze's Fire Rate is reduced, but Gun Damage is increased for both her and her allies.", @@ -453,7 +453,7 @@ const skills = { "Corrosive Sabot Round": { text: "Railgun now fires a specialty round that deals reduced damage and explodes after a short delay. Railgun shots have reduced Fuel Drain and the Magazine Size is increased.", type: SKILLS.AUGMENT_CHEVRON, - effect: (rank, level) => `Railgun Element:Corrosive\nRailgun Damage: -50%\nRailgun Fuel Drain: -50%\nRailgun Magazine Size: +2`, + effect: (rank, level) => `Railgun Element:Corrosive\nRailgun Damage: -33%\nRailgun Fuel Drain: -33%\nRailgun Magazine Size: +2`, }, "Behind the Iron Curtain": { text: "Moze's Shield Recharge Delay is reduced, and her Shield Recharge Rate is increased.",