The map Power Towers has inspired me to make a RTS styled map where one has to make Generators to make power (mana) to actively use that building. One also has to retrieve raw materials (wood) and refine those into supplies (gold).
However, I'm not sure how to make units require mana on production. This is what I have so far.
Thanks in advance.
However, I'm not sure how to make units require mana on production. This is what I have so far.
-
Unit Creation
-
Events
-
Unit - A unit Begins training a unit
-
-
Conditions
-
(Unit-type of (Buying unit)) Equal to Infantry
-
(Unit-type of (Triggering unit)) Equal to Barracks
-
-
Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Mana of (Constructing structure)) Greater than or equal to 10.00
-
-
Then - Actions
-
Else - Actions
-
Unit - Order (Constructing structure) to Stop
-
-
-
-
Thanks in advance.