- Joined
- Mar 1, 2009
- Messages
- 303
That's what i want this trigger to do add 50 manna to transporting unit per unit it is transporting.(4 total)
so here is the trigger i don't know how to do it proper sry.
_________________________________________________________________________________________________________________________
Right now all this does is add the first 50 manna but i want it to go up to 200 bonus manna.
I also want to eventually add bonus manna regen. Attack speed and damage in another trigger.
so here is the trigger i don't know how to do it proper sry.
_________________________________________________________________________________________________________________________
-
Data Storage Copy
-
Events
- Unit - A unit Is loaded into a transport
-
Conditions
- ((Unit-type of (Transporting unit)) Equal to Fencer (Guardian)) or (((Unit-type of (Transporting unit)) Equal to Crystalisk (Guardian)) or (((Unit-type of (Transporting unit)) Equal to Savant (guardian)) or (((Unit-type of (Transporting unit)) Equal to Marksman (Guardian)) or (((Unit-type of (Transporting unit)) Equal to Sen
-
Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
- ((Transporting unit) has buff Bonus Manna (Guardian lvl 1)) Equal to False
- ((Transporting unit) has buff Bonus Manna (Guardian lvl 2)) Equal to False
- ((Transporting unit) has buff Bonus Manna (Guardian lvl 3)) Equal to False
- ((Transporting unit) has buff Bonus Manna (Guardian lvl 4)) Equal to False
-
Then - Actions
- Unit - Add +50 mana (guardian lvl 1) to (Transporting unit)
-
Else - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
- ((Transporting unit) has buff Bonus Manna (Guardian lvl 1)) Equal to True
-
Then - Actions
- Unit - Remove +50 mana (guardian lvl 1) from (Transporting unit)
- Unit - Add +100 mana (guardian lvl 2) to (Transporting unit)
-
Else - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
- ((Transporting unit) has buff Bonus Manna (Guardian lvl 2)) Equal to True
-
Then - Actions
- Unit - Remove +100 mana (guardian lvl 2) from (Casting unit)
- Unit - Add +150 mana (guardian lvl 3) to (Casting unit)
-
Else - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
- ((Transporting unit) has buff Bonus Manna (Guardian lvl 3)) Equal to True
-
Then - Actions
- Unit - Remove +150 mana (guardian lvl 3) from (Casting unit)
- Unit - Add +200 mana (guardian lvl 4) to (Casting unit)
-
Else - Actions
- Do nothing
-
If - Conditions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
Events
Right now all this does is add the first 50 manna but i want it to go up to 200 bonus manna.
I also want to eventually add bonus manna regen. Attack speed and damage in another trigger.
Last edited: