Skip to content

Commit

Permalink
fix(spells): fix Fire Wall values
Browse files Browse the repository at this point in the history
  • Loading branch information
rudnovd committed Aug 9, 2022
1 parent 03aca21 commit d383b97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/spells.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export const Spells = {
},

fireWall: (initiator: DamageCalculatorBattleSide) => {
return getSpellDamage(initiator, 'fire', [15, 30, 60], 10)
return getSpellDamage(initiator, 'fire', [10, 20, 50], 10)
},

iceBolt: (initiator: DamageCalculatorBattleSide) => {
Expand Down

0 comments on commit d383b97

Please sign in to comment.