Fix rally heal amount
Was nerfed from 10% to 7% awhile ago, we never caught up
This commit is contained in:
parent
ce65a9cc6d
commit
536ef7b9fa
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ const spell_table = {
|
|||
{ subtitle: "Total Damage", type: "damage", multiplier: 150, conversion: [60, 0, 0, 0, 40, 0], summary: true }
|
||||
],
|
||||
RALLY: [
|
||||
{ subtitle: "Self Heal", type: "heal", strength: 0.1, summary: true },
|
||||
{ subtitle: "Self Heal", type: "heal", strength: 0.07, summary: true },
|
||||
{ subtitle: "Ally Heal", type: "heal", strength: 0.15 }
|
||||
]
|
||||
} },
|
||||
|
|
Loading…
Reference in a new issue