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!
hi i was wondering if there is way to make unit block spell with chance like Hardened Skin block physical damage does. Please if someone can help! willing to give reps
Event
-Game - PDD_damageEventTrigger becomes Equal to 1.00
Condition
-PDD_damageType Equal to PDD_SPELL
-Level of ability x for unit > 0
-Random integer between 1 and 100 less than 25 || This would be 25% chance
Actions
-Set PDD_amount = 0.00 || Blocks the damage
sorry for asking again but i couldnt find this trigger which is:
-Level of ability x for unit > 0
-Random integer between 1 and 100 less than 25 || This would be 25% chance
Here is my trigger that i just created base from ur post
Spell Block
Events
Game - PDD_damageEventTrigger becomes Equal to 1.00
Conditions
PDD_damageType Equal to PDD_SPELL
(Level of (Ability being cast) for (Triggering unit)) Greater than 0
Actions
Set PDD_amount = 0.00
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.