- Joined
- Jun 17, 2010
- Messages
- 2,275
-
Life Essence
-
Events
-
Unit - A unit Acquires an item
-
-
Conditions
-
Actions
-
For each (Integer A) from 1 to 6, do (Actions)
-
Loop - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
And - All (Conditions) are true
-
Conditions
-
(Item-type of (Item carried by (Hero manipulating item) in slot (Integer A))) Equal to Potion of Regeneration
-
(Item-type of (Item carried by (Hero manipulating item) in slot (Integer A))) Equal to Holy Water
-
(Item-type of (Item carried by (Hero manipulating item) in slot (Integer A))) Equal to Potion of Healing
-
(Item-type of (Item carried by (Hero manipulating item) in slot (Integer A))) Equal to Life Steal Potion
-
(Item-type of (Item carried by (Hero manipulating item) in slot (Integer A))) Equal to Potion of Rejuvenation
-
-
-
-
Then - Actions
-
Item - Remove (Item carried by (Hero manipulating item) of type (Item-type of (Item being manipulated)))
-
Item - Remove (Item carried by (Hero manipulating item) in slot (Integer A))
-
Hero - Create Life Essence and give it to (Triggering unit)
-
-
Else - Actions
-
-
-
-
-