- Joined
- Jun 20, 2017
- Messages
- 380
Any ideas + Rep
When I finished a research that gives 1 gold every 1 seconds. after 30 minutes 2 gold every 1 seconds. And if using the command that makes it doubles gold.
Also how can it be automated?! (starts at 12 minutes)
When I finished a research that gives 1 gold every 1 seconds. after 30 minutes 2 gold every 1 seconds. And if using the command that makes it doubles gold.
Also how can it be automated?! (starts at 12 minutes)
-
Urn of Dracula
-
Events
-
Unit - A unit Finishes research
-
-
Conditions
-
(Researched tech-type) Equal to (==) Urn of Dracula
-
-
Actions
-
Trigger - Turn on Urn of Dracula 1 Gold <gen>
-
-
-
Urn of Dracula 1 Gold
-
Events
-
Time - Every 1.00 seconds of game time
-
-
Conditions
-
(Researched tech-type) Equal to (==) Urn of Dracula
-
-
Actions
-
Custom script: set bj_wantDestroyGroup = true
-
Unit Group - Pick every unit in (Units in (Playable map area) matching ((((Matching unit) is A Hero) Equal to (==) True) and (((Matching unit) is in UnitGroup_Vampires) Equal to (==) True))) and do (Actions)
-
Loop - Actions
-
Custom script: set bj_wantDestroyGroup = true
-
Unit Group - Pick every unit in (Units owned by (Owner of (Researching unit)) of type (Unit-type of (Picked unit))) and do (Actions)
-
Loop - Actions
-
Player - Add 1 to (Owner of (Picked unit)) Current gold
-
Multiple FunctionsIf (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
Integer_Modes Equal to (==) 1
-
-
Then - Actions
-
Custom script: set bj_wantDestroyGroup = true
-
Unit Group - Pick every unit in (Units owned by (Owner of (Researching unit)) of type (Unit-type of (Picked unit))) and do (Actions)
-
Loop - Actions
-
Player - Add 1 to (Owner of (Picked unit)) Current gold
-
-
-
-
Else - Actions
-
-
-
-
-
-
-
-
-
Urn of Dracula 1800 Seconds
-
Events
-
Time - Elapsed game time is 1800.00 seconds
-
-
Conditions
-
Actions
-
Trigger - Turn on Urn of Dracula 2 <gen>
-
-
-
Urn of Dracula 2
-
Events
-
Unit - A unit Finishes research
-
-
Conditions
-
(Researched tech-type) Equal to (==) Urn of Dracula
-
-
Actions
-
Trigger - Turn on Urn of Dracula 2 Gold <gen>
-
-
-
Urn of Dracula 2 Gold
-
Events
-
Time - Every 1.00 seconds of game time
-
-
Conditions
-
(Current research level of Urn of Dracula for (Owner of (Triggering unit))) Equal to (==) 1
-
-
Actions
-
Trigger - Turn off Urn of Dracula 1 Gold <gen>
-
Custom script: set bj_wantDestroyGroup = true
-
Unit Group - Pick every unit in (Units in (Playable map area) matching ((((Matching unit) is A Hero) Equal to (==) True) and (((Matching unit) is in UnitGroup_Vampires) Equal to (==) True))) and do (Actions)
-
Loop - Actions
-
Custom script: set bj_wantDestroyGroup = true
-
Unit Group - Pick every unit in (Units owned by (Owner of (Researching unit)) of type (Unit-type of (Picked unit))) and do (Actions)
-
Loop - Actions
-
Player - Add 2 to (Owner of (Picked unit)) Current gold
-
Multiple FunctionsIf (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
Integer_Modes Equal to (==) 1
-
-
Then - Actions
-
Custom script: set bj_wantDestroyGroup = true
-
Unit Group - Pick every unit in (Units owned by (Owner of (Researching unit)) of type (Unit-type of (Picked unit))) and do (Actions)
-
Loop - Actions
-
Player - Add 2 to (Owner of (Picked unit)) Current gold
-
-
-
-
Else - Actions
-
-
-
-
-
-
-
-
Last edited: