-
Boots of Heroes
-
Events
-
Unit - A unit Acquires an item
-
-
Conditions
-
Actions
-
Multiple FunctionsIf (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
((Hero manipulating item) has an item of type Boots of Speed) Equal to (==) True
-
((Hero manipulating item) has an item of type Gauntlets of Ogre Strength +3) Equal to (==) True
-
((Hero manipulating item) has an item of type Gloves of Haste) Equal to (==) True
-
-
Then - Actions
-
Item - Remove (Item carried by (Hero manipulating item) of type Boots of Speed)
-
Item - Remove (Item carried by (Hero manipulating item) of type Gloves of Haste)
-
Item - Remove (Item carried by (Hero manipulating item) of type Gauntlets of Ogre Strength +3)
-
Hero - Create Boots of Heroes and give it to (Hero manipulating item)
-
-
Else - Actions
-
-
-
And should i do this som other way?