Hi, I'm somewhat new to map making, and I have a question. If I have a trigger that looks similar to:
Thanks for your help!
-
Some Trigger
-
Events
- Unit - A unit Is attacked
-
Conditions
- ((Attacking unit) has buff Narzost ) Equal to True
-
Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
- (Random integer number between 1 and 100) Less than or equal to 20
-
Then - Actions
- Unit - Cause (Attacking unit) to damage (Attacked unit), dealing ((Real((Strength of (Triggering unit) (Include bonuses)))) x 2.30) damage of attack type Spells and damage type Normal
- Special Effect - Create a special effect at (Position of (Attacked unit)) using war3mapImported\frost warp.mdx
- Special Effect - Destroy (Last created special effect)
-
Else - Actions
- Do nothing
-
If - Conditions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
Events
Thanks for your help!
Last edited by a moderator: