Hello, i want to make a trigger that increases the expierence gain for every 10th level
Hope i'm being clear enough for you to understand my point
-
Experience Award
-
Events
-
Unit - A unit owned by Player 12 (Brown) Dies
-
-
Conditions
-
Actions
-
Unit Group - Pick every unit in (Units in (Playable map area)) and do (Actions)
-
Loop - Actions
-
Hero - Add 30 experience to (Picked unit), Show level-up graphics
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Hero level of (Picked unit)) Equal to 10
-
-
Then - Actions
-
Hero - Add 100 experience to (Picked unit), Show level-up graphics
-
-
Else - Actions
-
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Hero level of (Picked unit)) Equal to 20
-
-
Then - Actions
-
Hero - Add 140 experience to (Picked unit), Show level-up graphics
-
-
Else - Actions
-
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Hero level of (Picked unit)) Equal to 30
-
-
Then - Actions
-
Hero - Add 200 experience to (Picked unit), Show level-up graphics
-
-
Else - Actions
-
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Hero level of (Picked unit)) Equal to 40
-
-
Then - Actions
-
Hero - Add 260 experience to (Picked unit), Show level-up graphics
-
-
Else - Actions
-
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Hero level of (Picked unit)) Equal to 50
-
-
Then - Actions
-
Hero - Add 320 experience to (Picked unit), Show level-up graphics
-
-
Else - Actions
-
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Hero level of (Picked unit)) Equal to 60
-
-
Then - Actions
-
Hero - Add 400 experience to (Picked unit), Show level-up graphics
-
-
Else - Actions
-
-
-
-
-
Hope i'm being clear enough for you to understand my point