- Joined
- Jan 5, 2012
- Messages
- 116
I'm making a Land Mine spell based off Goblin land mine and I have given levels to "AOE damage upon death (Goblin Mine)" unit ability which the Land mine summoned unit uses. So I want the unit ability to level up when the hero ability land mine levels up. I know I can make different land mine units with different leveled abilities but I wanted to try this with triggers.
Does this trigger apply to the land mine as it is summoned by the ability? Or will they still have the level 1 ability?
-
Land Mine
-

Events
-


Unit - A unit Learns a skill
-
-

Conditions
-


(Learned Hero Skill) Equal to Land Mine
-
-

Actions
-


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



If - Conditions
-




(Level of Land Mine for (Triggering unit)) Equal to 1
-
-



Then - Actions
-




Unit Group - Pick every unit in (Units of type Land Mine) and do (Unit - Set level of AOE damage upon death (Goblin Mine) for (Picked unit) to 1)
-
-



Else - Actions
-




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





If - Conditions
-






(Level of Land Mine for (Triggering unit)) Equal to 2
-
-





Then - Actions
-






Unit Group - Pick every unit in (Units of type Land Mine) and do (Unit - Set level of AOE damage upon death (Goblin Mine) for (Picked unit) to 2)
-
-





Else - Actions
-






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







If - Conditions
-








(Level of Land Mine for (Triggering unit)) Equal to 3
-
-







Then - Actions
-








Unit Group - Pick every unit in (Units of type Land Mine) and do (Unit - Set level of AOE damage upon death (Goblin Mine) for (Picked unit) to 3)
-
-







Else - Actions
-








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









If - Conditions
-










(Level of Land Mine for (Triggering unit)) Equal to 4
-
-









Then - Actions
-










Unit Group - Pick every unit in (Units of type Land Mine) and do (Unit - Set level of AOE damage upon death (Goblin Mine) for (Picked unit) to 4)
-
-









Else - Actions
-










Do nothing
-
-
-
-
-
-
-
-
-
-
