1,297
edits
Line 5: | Line 5: | ||
= Calculations done (on colonies and inventory) = | = Calculations done (on colonies and inventory) = | ||
== Every other minute == | == Every other minute == | ||
For now calculations take place every other minute. r_nnn below is the ratio on that order setting. Using a linear model. This makes one colony "slow to turn" but by using many colonies it gets done faster. Use ar_worker=worker/(worker+warrior) in some formulas instead of r_worker to reflect the actual population. | For now calculations take place every other minute. r_nnn below is the ratio on that order setting and ar_nnn in the acyual ratio in the nest (may differ from setting). Using a linear model. This makes one colony "slow to turn" but by using many colonies it gets done faster. Use ar_worker=worker/(worker+warrior) in some formulas instead of r_worker to reflect the actual population. | ||
* capacity += r_expand * ar_worker * const | * capacity += r_expand * ar_worker * const | ||
* secret capacity += r_expand * ar_worker * r_secret * const (NOTE: secret is a part of the capacity) | * secret capacity += r_expand * ar_worker * r_secret * const (NOTE: secret is a part of the capacity) |