Winter
Page 2 of 2 12Posted March 05 2016 - 22:57
Here it is: you have a population of 395 and an army of 231. The calculation is ( (population / 2 + army) / 1.5 ) * 1.5.
So we take your population of 395 and divide it by two, giving you 197.5.
We take this 197.5 and ad up your army of 231..This is 197.5 + 231 = 428.5.
This is what happens between the population / 2 + army.
So we have 428.5 / 1.5 = 285.666. The code rounds the number up: so this will give you the 286.
So we take your population of 395 and divide it by two, giving you 197.5.
We take this 197.5 and ad up your army of 231..This is 197.5 + 231 = 428.5.
This is what happens between the population / 2 + army.
So we have 428.5 / 1.5 = 285.666. The code rounds the number up: so this will give you the 286.
Page 2 of 2 12