Miasma goes through Unstoppable

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
InC
Wayist
Posts: 24
Joined: Tue Mar 15, 2016 9:38 am

Miasma goes through Unstoppable

#1 Post by InC »

Player has 100HP, is hit by a 1k melee attack while affected by Miasma and Unstoppable. Inside onTakeHit, the attack's damage is reduced to 99, then the callbackOnHit gets triggered, does 10 damage (not ignored by Unstoppable as player still has 100 health at this point), which immediately resolves and brings player to 90HP, then finally the melee attack's 99 damage resolves and player dies.

Post Reply