- Joined
- Jan 2, 2015
- Messages
- 171
Hi, i would like to ask if it is possible to evade spell damage without getting secondary effect out of it. I used damage system which worked perfectly. I made test a unit with Buff 100% Evade all attacks including spells. All worked well except unit still get the stun effect from spell which needs to be removed if possible. Any ideas everyone?
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
DamageEventType Equal to 0
-
(DamageEventTarget has buff Evasion ) Equal to True
-
-
Then - Actions
-
Set DMGS_Evasion = 100.00
-
-
Else - Actions
-