(03-28-2023, 03:31 PM)Deantwo Wrote: First being output amount calculation is wrong: Production bonuses apply twice per shop (Exponential bonuses)
Using the formula from the thread, 512 workshops with 1 bonus (Computers), will result in an output of 534'528, which is more than double what the building can hold.
Code:
[ (Output * Shops) + (1 * NumOfBonuses * Shops ^ 2) ] * 2
[ (10 * 512) + (1 * 1 * 512 ^ 2) ] * 2
= 534528