Skip to content

Commit

Permalink
Merge pull request #426 from Sthephanfelix/master
Browse files Browse the repository at this point in the history
MILF fortune E Damage
  • Loading branch information
legacy3 committed Jan 16, 2016
2 parents dbaf794 + 9e296ee commit b5d8bec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Damage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3180,7 +3180,7 @@ static Damage()
Slot = SpellSlot.E, DamageType = DamageType.Magical,
Damage =
(source, target, level) =>
new double[] { 90, 145, 200, 255, 310 }[level]
new double[] { 80, 115, 150, 185, 220 }[level]
+ 0.8 * source.TotalMagicalDamage
},
//R - per wave
Expand Down

0 comments on commit b5d8bec

Please sign in to comment.