I've already know to calculate the fort hitpoints only in BR .. But how can I know how much capacity a fort can garrison troops?? thnks..
(100+10*mil. architecture lvl.) * 2^(fort lvl - 1)
for example:
fort 5 with mil archi 4 can hold
(100 + 10*4)*2^(5-1)= 140*16 = 2240 soldiers
or you start with 140 for fort 1 and doubles that number 4 times.