chipv wrote:Ok I figured this out, obviously a senior moment.
There is no addition of the 3 to the bonus, no idea why I put that there, it is only a minimum.
Just read the XML to check here is how it is working:
Regions < 6 - you get 3 troops.
Regions >=6
Subtract 6
Divide by 2 (round UP one if remainder)
Minimum troops is 3
Taking all examples listed above
Regions=25
25-6=19
19/2 = 10 (rounded up) so 10 in total
Regions=35
35-6=29
29/2 = 15 (rounded up) so 15 in total
Regions=24
24-6=18
18/2=9 so 9 in total
Regions=28
28-6=22
22/2=11 so 11 in total
Regions=33
33-6=27
27/2 = 14 (rounded up) so 14 in total
Regions=9
9-6=3
3/2 = 2 (rounded up) but there is a minimum of 3 so 3 in total.I will edit my last post to avoid confusion
thx chip for the clarification.