Roland Johansen said:I would appreciate if you could check it with an endgame save (especially one not at emperor/immortal/deity level so that the D-multiplier is used). It might be some work to sum up all the population in all of your cities, but it will be a good check. Could you do that? I wouldn't be that surprised if there were still some rounding errors in the present formulas (but I hope not).
Right, I tested this on a Monarch level game (D = 0.95), as the Romans, so with an Organised civ too. Total Pop of 436, with 44 cities, and I think I've found a small error in the formulae, in that the organised modifier is applied before the difficulty level modifier (still rounded down between each step), giving:
Goverment civics:
[D * [ O * ( [ 0.05 * C (N-8) ] + [ 0.2 * C (M-1) ] ) ] ]
Legal civics:
[D * [ O * ( [ 0.05 * C (N-9) ] + [ 0.2 * C M ] ) ] ]
Labor civics:
[D * [ O * ( [ 0.05 * C (N-10) ] + [ 0.2 * C (M+1) ] ) ] ]
Economy civics:
[D * [ O * ( [ 0.05 * C (N-11) ] + [ 0.2 * C (M+2) ] ) ] ]
Religion civics:
[D * [ O * ( [ 0.05 * C (N-12) ] + [ 0.2 * C (M+3) ] ) ] ]
Example: I was using Universal Suffrage, the game gave a slightly different upkeep to what your formula would give (the game gave an upkeep of 27):
Old: [0.5 * [ 0.95 * ( [ 0.05 * 2 (436 - 8) ] + [ 0.2 * 2 (44-1) ] ) ] ] = 28
New: [0.95 * [ 0.5 * ( [ 0.05 * 2 (436 - 8) ] + [ 0.2 * 2 (44-1) ] ) ] ] = 27
=Roland Johansen said:So, I'm planning to write it as a joint article. Two minds can achieve more than one which we clearly showed here. It's a joint contribution to this gaming community.
Thanks
