- Joined
- Jul 25, 2009
- Messages
- 3,087
-
Weapon
-

Events
-


Unit - A unit Acquires an item
-
-

Conditions
-


Or - Any (Conditions) are true
-



Conditions
-




(Item-type of (Item being manipulated)) Equal to Woodcutter's Axe
-




(Item-type of (Item being manipulated)) Equal to Witch Staff
-




(Item-type of (Item being manipulated)) Equal to Great Axe
-




(Item-type of (Item being manipulated)) Equal to Silver Axe
-




(Item-type of (Item being manipulated)) Equal to Hunting Spears
-




(Item-type of (Item being manipulated)) Equal to Steel-tipped Spears
-




(Item-type of (Item being manipulated)) Equal to Heavy Javelins
-
-
-
-

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
-






Or - Any (Conditions) are true
-







Conditions
-








(Item-type of (Item carried by (Hero manipulating item) in slot (Integer A))) Equal to Woodcutter's Axe
-








(Item-type of (Item carried by (Hero manipulating item) in slot (Integer A))) Equal to Witch Staff
-








(Item-type of (Item carried by (Hero manipulating item) in slot (Integer A))) Equal to Great Axe
-








(Item-type of (Item carried by (Hero manipulating item) in slot (Integer A))) Equal to Silver Axe
-








(Item-type of (Item carried by (Hero manipulating item) in slot (Integer A))) Equal to Hunting Spears
-








(Item-type of (Item carried by (Hero manipulating item) in slot (Integer A))) Equal to Steel-tipped Spears
-








(Item-type of (Item carried by (Hero manipulating item) in slot (Integer A))) Equal to Heavy Javelins
-
-
-
-





Then - Actions
-






Set AlreadyHasWeapon[(Custom value of (Triggering unit))] = (AlreadyHasWeapon[(Custom value of (Triggering unit))] + 1)
-






If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-







If - Conditions
-








AlreadyHasWeapon[(Custom value of (Triggering unit))] Greater than 1
-
-







Then - Actions
-








Hero - Drop (Item being manipulated) from (Triggering unit)
-








Set AlreadyHasWeapon[(Custom value of (Triggering unit))] = 0
-
-







Else - Actions
-
-
-





Else - Actions
-
-
-
-
-






