vicawoo
Chieftain
- Joined
- Feb 12, 2007
- Messages
- 3,226
k is farm % (not including special food source)
FSB is food source bonus
N is desired city size, n is current city size
C_k is cottage turns accumulated until reaching size N
T_k is number of turns to reach size N
T is the total number of turns we are considering
F_total is total amount of food (with granary) to reach size N
Basically, we have food needed to grow/food supply, and we integrate that to find total number of turns to reach size N, T_k.
If we know the farm %, since the total amount of food to reach size N is constant, we can calculate the number of grassland farm turns by subtracting our other food source. Knowing grassland farm turns we can calculate cottage turns, C_k.
And then cottage turns from turn 1 to T_k (max size) + cottage turns from turn T_k to T is the total number of cottage turns.
The graph is k vs C_k - N*T_k, whereas the total cottage turns is C_k +N*(T-T_k), so I'm ignoring N*T since it's independent of k.
FSB is food source bonus
N is desired city size, n is current city size
C_k is cottage turns accumulated until reaching size N
T_k is number of turns to reach size N
T is the total number of turns we are considering
F_total is total amount of food (with granary) to reach size N
Basically, we have food needed to grow/food supply, and we integrate that to find total number of turns to reach size N, T_k.
If we know the farm %, since the total amount of food to reach size N is constant, we can calculate the number of grassland farm turns by subtracting our other food source. Knowing grassland farm turns we can calculate cottage turns, C_k.
And then cottage turns from turn 1 to T_k (max size) + cottage turns from turn T_k to T is the total number of cottage turns.
The graph is k vs C_k - N*T_k, whereas the total cottage turns is C_k +N*(T-T_k), so I'm ignoring N*T since it's independent of k.