• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

% damage reduction

Status
Not open for further replies.

hdm

hdm

Level 9
Joined
Nov 19, 2011
Messages
384
Is there any passive skill that reduces ALL kind of damage by a % ? Like: Reduces damage taken (magic,physic) by 30%
 
Level 12
Joined
Nov 3, 2013
Messages
989
You could just add one passive for the spell res and another for attacks.

Then there is DDS where you would check if the damaged unit have the desired passive and reduce damage from both attack and spell sources.
 
Level 12
Joined
May 20, 2009
Messages
822
Add Mana Shield to a Spellbook, disable the Spellbook for the player. Make Mana Shield use 0 mana, and have 0 mana cost, then if it's a spell, then do

Every 0.10 seconds,
If unit has YourBuff, then
Add YourSpellbook to YourUnit
Order YourUnit to ManaShield

(I'm pretty sure this works)

Ordering a unit to use Manashield does NOT interrupt their current orders and using a Spellbook allows them to still use Manashield but the button does not appear on them.

You can also use this method to make units take MORE damage from targets, by putting a negative number in for Mana Shield.

Mana Shield by default absorbs 100% damage (But since damage in WC3 cannot go lower then .5, damage is still done) but it can be changed to absorb 75%, 50%, 25%, 11%, 23%, etc
Just set Data - Damage Absorbed (%) from 1.00 to whatever you want.

You can also use this method to create a makeshift Defensive Matrix like in StarCraft 1.
 
Status
Not open for further replies.
Top