I am trying to calc the max pop on a Feary/Baron.

Acres: 1000 (25000)
Homes: 100 (1000)
Race: Feary (0.95)
Honor: Baron (1.02)

HomesBonus = HomesBuilt * 10 --> (100 * 10) = 1000
HomesAndAcres = (Land * 25) + HomesBonus --> ((1000 * 25) + 1000) = 26000
HonorBonus = HomesAndAcres * 1.02 --> (26000 * 1.02) = 26520
RaceBonus = HonorBonus * 0.95 --> (26520 * 0.95) = 25194

Max Pop: 25194

The above does not seems to be correct... If anyone knows how it should be.. feel free to poke back..