OpenMU
OpenMU copied to clipboard
Implement damage reflection skill
Implementation of the Damage Reflection skill.
As I've read, I should implement a reflection according to the following formula:
30+(Total Energy/42)
I've implemented the basics, but I think I'm not understanding the powerup formula system well, since when I check the reflectiondamage (from the stat), it has values well below the minimum 0.3 expected.