Miasma goes through Unstoppable
Moderator: Moderator
Miasma goes through Unstoppable
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.