Ike wrote:vonJ wrote:On the other hand Demon Skin heals you way too fast, in fact every 2 seconds, when it should be healing you every 5 secs...
This is not correct. hp5 and mp5 generate their energy on 2 second ticks, even though their values are given by a 5 second delay. The amount of actual energy you get per tick is (value / 5 * 2) and this seems to work just fine.
Nah. Even if it was supposed to be ticking every 2 secs, there is still a bug. Take a closer look and you will notice that it heals the amount it is supposed to heal during 5 sec with every 2 sec tick.
Example:
How it should be:
Restore 3 health per 5 sec.
How it is currently (bugged):
Restore 3 health every 2 sec (so it restores 7.5 health per 5 sec, when it should be restoring just 3)
Tested it many times.