- Joined
- Apr 7, 2009
- Messages
- 241
Does this leak?
-
Events
-
Unit - A unit owned by Player 12 (Brown) Dies
-
-
Conditions
-
Actions
-
Set RandomInteger = (Random integer number between 1 and 100)
-
If ((RandomInteger Less than or equal to 1) and ((Unit-type of (Triggering unit)) Equal to Furbolg Youngling)) then do (Item - Create Buckler at (Position of (Triggering unit))) else do (Do nothing)
-
If ((RandomInteger Less than or equal to 1) and ((Unit-type of (Triggering unit)) Equal to Wolf)) then do (Item - Create Wooden Staff at (Position of (Triggering unit))) else do (Do nothing)
-
If ((RandomInteger Less than or equal to 1) and ((Unit-type of (Triggering unit)) Equal to Dire Wolf)) then do (Item - Create Wolf Cap at (Position of (Triggering unit))) else do (Do nothing)
-
If ((RandomInteger Less than or equal to 5) and ((Unit-type of (Triggering unit)) Equal to Goreclaw)) then do (Item - Create Buckler at (Position of (Triggering unit))) else do (Do nothing)
-
If ((RandomInteger Less than or equal to 1) and ((Unit-type of (Triggering unit)) Equal to Pirate)) then do (Item - Create Axe at (Position of (Triggering unit))) else do (Do nothing)
-
If ((RandomInteger Less than or equal to 1) and ((Unit-type of (Triggering unit)) Equal to Pirate Elite)) then do (Item - Create Steelsword at (Position of (Triggering unit))) else do (Do nothing)
-
If ((RandomInteger Less than or equal to 1) and ((Unit-type of (Triggering unit)) Equal to Outlaw)) then do (Item - Create Wooden Club at (Position of (Triggering unit))) else do (Do nothing)
-
If ((RandomInteger Less than or equal to 1) and ((Unit-type of (Triggering unit)) Equal to Outlaw Ruffian)) then do (Item - Create Wooden Club at (Position of (Triggering unit))) else do (Do nothing)
-