Well I got this little problem you see ..
-
System Item
-
Events
-
Unit - A unit Acquires an item
-
-
Conditions
-
(Unit-type of (Triggering unit)) Equal to (Unit-type of Mercenary 0014 <gen>)
-
-
Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Item-type of (Item being manipulated)) Equal to (Item-type of Sack full of rocks 0047 <gen>)
-
-
Then - Actions
-
Unit - Replace (Triggering unit) with a (Unit-type of Mercenary Ranger 0224 <gen>) using The new unit's default life and mana
-
-
Else - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Item-type of (Item being manipulated)) Equal to (Item-type of Stick 0227 <gen>)
-
-
Then - Actions
-
Unit - Replace (Triggering unit) with a (Unit-type of Mercenary Mage 0223 <gen>) using The new unit's default life and mana
-
-
Else - Actions
-
Do nothing
-
-
-
-
-
-
-
System Item Drop
-
Events
-
Unit - A unit Acquires an item
-
-
Conditions
-
Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Unit-type of (Triggering unit)) Equal to Mercenary Ranger
-
(Item-type of (Item being manipulated)) Equal to (Item-type of Sack full of rocks 0047 <gen>)
-
-
Then - Actions
-
Unit - Replace (Triggering unit) with a Mercenary using The new unit's default life and mana
-
-
Else - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Unit-type of (Triggering unit)) Equal to Mercenary Mage
-
(Item-type of (Item being manipulated)) Equal to (Item-type of Stick 0227 <gen>)
-
-
Then - Actions
-
Unit - Replace (Triggering unit) with a (Unit-type of Mercenary 0014 <gen>) using The new unit's default life and mana
-
-
Else - Actions
-
Do nothing
-
-
-
-
-
-