Fix rally heal amount

Was nerfed from 10% to 7% awhile ago, we never caught up
This commit is contained in:
hppeng 2022-01-02 23:46:25 -08:00
parent ce65a9cc6d
commit 536ef7b9fa

View file

@ -218,7 +218,7 @@ const spell_table = {
{ subtitle: "Total Damage", type: "damage", multiplier: 150, conversion: [60, 0, 0, 0, 40, 0], summary: true } { subtitle: "Total Damage", type: "damage", multiplier: 150, conversion: [60, 0, 0, 0, 40, 0], summary: true }
], ],
RALLY: [ 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 } { subtitle: "Ally Heal", type: "heal", strength: 0.15 }
] ]
} }, } },