- Joined
- Sep 9, 2010
- Messages
- 368
Greetings. I've made a spell, which damage will be 100 + the casting hero's strength.
My first plan was that the damage part of the trigger should look like this:
Anyone might know how to make this trigger work?
Thanks in advance.
My first plan was that the damage part of the trigger should look like this:
-
Actions
-
Set Slam_Strenght[ID_CastPlayerNumber] = (Strength of (Casting unit) (Exclude bonuses))
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Level of (Ability being cast) for (Triggering unit)) Equal to 1
-
-
Then - Actions
-
Set Slam_Damage[ID_CastPlayerNumber] = (100.00 + Slam_Strenght[ID_CastPlayerNumber])
-
-
Else - Actions
-
-
Anyone might know how to make this trigger work?
Thanks in advance.