mirror of
https://github.com/seigler/bl3skills.com
synced 2025-07-27 01:36:12 +00:00
Update skills.js
Made corrections per the 03/05/2020 hotfix.
This commit is contained in:
parent
0c10ea46ce
commit
1900ab60fe
1 changed files with 2 additions and 2 deletions
|
@ -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.",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue