- Joined
- Nov 21, 2012
- Messages
- 835
Human Priest has "Berserk" (instead of Heal)
When Priest cast "Berserk" he benefits from disabled spell book with ability "Item Life Regeneration" inside.
What is going on???
When Priest cast "Berserk" he benefits from disabled spell book with ability "Item Life Regeneration" inside.
-
loop
-
Events
-
Time - Every 3.00 seconds of game time
-
-
Conditions
-
Actions
-
Unit Group - Pick every unit in (Units in (Playable map area)) and do (Actions)
-
Loop - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Unit-type of (Picked unit)) Equal to Priest
-
-
Then - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
((Picked unit) has buff Berserk) Equal to True
-
-
Then - Actions
-
Game - Display to (All players) the text: c+
-
Unit - Add Spell Book Conflagration to (Picked unit)
-
-
Else - Actions
-
Game - Display to (All players) the text: c-
-
Unit - Remove Spell Book Conflagration from (Picked unit)
-
-
-
-
Else - Actions
-
-
-
-
-
What is going on???