Shock Hands description is confusing
Posted: Wed Jun 27, 2012 11:47 pm
*edit* Flame Hands has all these same problems.
The description for Shock Hands says...
I, and others, took the last part to mean, regenerate X mana when you hit with a weapon.
But the code uses mana_regen_on_hit (which is mana regen when you get hit, like from hat of absorption).
So the description should either be clearer or we need a new attribute for the effect to work as described.
The description for Shock Hands says...
Code: Select all
Engulfs your hands (and weapons) in a sheath of lightnings, dealing %d lightning damage per melee attack and increasing all lightning damage by %d%%.
Each hit will also regenerate %0.2f mana.
But the code uses mana_regen_on_hit (which is mana regen when you get hit, like from hat of absorption).
So the description should either be clearer or we need a new attribute for the effect to work as described.