Originally posted by Theseus
But you guys are definitely right... both the mine / irrigate algorithms and the AI civ's willingness to sell workers are critical problems.
But you guys are definitely right... both the mine / irrigate algorithms and the AI civ's willingness to sell workers are critical problems.
Price of worker = 20+(1/total pop) *400
E.g. Rome is a size 2 city, the Romans have two workers
Pop 4: 20+(1/4)*300 = 120
and:
Pop 3: 20+(1/3)*400 = 154
Pop 5: 20+(1/5)*400 = 100
Pop 6: 20+(1/6)*400 = 87
Pop 7: 20+(1/7)*400 = 77
Pop 30: 20+(1/30)*400 = 33
This shouldn't be too hard to implement for Soren (or does somebody see a way to do this in the editor??)
Edited: Calculating with small numbers can be difficult...
Comment