- Joined
- Aug 27, 2007
- Messages
- 127
I'm having a problem with another spell: Nuclear Catastrophe. It's supposed to be like Cluster Rockets except the rocket explode, damaging everyone in their blast radii. Here's the trigger
-
Nuclear Catastrophe
-
Events
- Unit - Ham 0000 <gen> Begins casting an ability
-
Conditions
- (Ability being cast) Equal to Nuclear Catastrophe
-
Actions
- Set Target2 = (Target unit of ability being cast)
- Set Target1 = (Position of Target2)
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
- (Target2 has buff Nuclear Catastrophe ) Equal to True
-
Then - Actions
- Unit - Create 1 Dummy for (Owner of Ham 0000 <gen>) at Target1 facing Default building facing degrees
- Unit - Add a 3.00 second Generic expiration timer to (Last created unit)
- Unit - Set level of War Stomp (Dummy) for (Last created unit) to (Level of Nuclear Catastrophe for Ham 0000 <gen>)
- Unit - Order (Last created unit) to Orc Tauren Chieftain - War Stomp
- Else - Actions
-
If - Conditions
-
Events