I'm looking to make a requirement that limit the numbers of probe allowed to the numbers of nexus + the numbers of obelisk built
Pretty much i'm wanting to have nexus allow 6 probes each, and obelisk allow 2 probe each.
Example if you had 1 nexus and 3 obelisk, you would be allowed to have 12 probes total
Currently I'm using...
Probe Requirement
Use-
And
count unit probe queued or better
Less thatn or equal to
-Sum
-Multiplication
-Constant 6
-count unit nexus completed
-Multiplication
-constant 2
-count unit obelisk completed
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
I'm looking to make a requirement that limit the numbers of probe allowed to the numbers of nexus + the numbers of obelisk built
Pretty much i'm wanting to have nexus allow 6 probes each, and obelisk allow 2 probe each. Example if you had 1 nexus and 3 obelisk, you would be allowed to have 12 probes total
Currently I'm using... Probe Requirement Use- And count unit probe queued or better Less thatn or equal to -Sum -Multiplication -Constant 6 -count unit nexus completed -Multiplication -constant 2 -count unit obelisk completed