So i have this trigger that does not work. The divine shield is in a spellbook. Am i missing something? The trigger works fine if the target already have divine shield as an ordinary ability.
-
Divine Broadsword Work
-
Events
-
Game - DamageEvent becomes Equal to 1.00
-
-
Conditions
-
((Item carried by DamageEventTarget of type Divine Broadsword) is owned) Equal to True
-
-
Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Random integer number between 1 and 100) Less than or equal to 5
-
-
Then - Actions
-
Unit - Order DamageEventTarget to Human Paladin - Activate Divine Shield.
-
-
Else - Actions
-
-
-