1,297
edits
Line 43: | Line 43: | ||
== TO THINK ABOUT, KEEP IT SIMPLE! == | == TO THINK ABOUT, KEEP IT SIMPLE! == | ||
Linear? Makes one colony "slow to turn" but using many colonies it gets done faster. | Linear? Makes one colony "slow to turn" but using many colonies it gets done faster. Use worker/(worker+warrior) in some formulas instead of r_worker to reflect the actual population? | ||
* capacity += r_expand * r_worker * (1 - r_secret) * const | * capacity += r_expand * r_worker * (1 - r_secret) * const | ||
* secret capacity += r_expand * r_worker * r_secret * const | * secret capacity += r_expand * r_worker * r_secret * const |