• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

Damage Type that checks damage reduction?

Status
Not open for further replies.
I've been testing it for a while... I read that DAMAGE_TYPE_NORMAL checks for armor damage reduction, but it does not checks for damage reduction caused by abilities such as Hardened Skin...
  • Damage
    • Events
      • Player - Player 1 (Red) skips a cinematic sequence
    • Conditions
    • Actions
      • Unit - Cause Attacker to damage Target, dealing 100.00 damage of attack type Hero and damage type Normal
  • Show Damage
    • Events
      • Unit - Target Takes damage
    • Conditions
    • Actions
      • Game - Display to (All players) the text: (String((Damage taken)))
As Target has armor of 4 and, so, damage reduction of about 17%, the trigger shows 82.645 no matter the power of Hardened Skin. The same thing happens to Spiked Carapace (for the "Damage received" field).

Is there an Attack/Damage Type that checks for abilities that reduces damage?

Thanks in advance
Hossomi
 
Status
Not open for further replies.
Top