diff --git a/Military-Forces.md b/Military-Forces.md index b4d0e0c..8042ff8 100644 --- a/Military-Forces.md +++ b/Military-Forces.md @@ -49,7 +49,7 @@ War Alert is not the only state-specific modifier. The other one depends on _Sta Some state forms have an additional modifier. _Hordes_ get x2 mounted units, while _Republics_ get x1.2 naval units. -The next step is to calculate troops number for each cell and burg. Calculation is done separately for each unit, considering possession-specific divider, unit percentage that is set in military options, state modifier calculated above and hard-coded unit type matrix. For example mounted units have x3 modifier in cells with nomadic biomes, while their number is reduced in highlands. The formula is: +The next step is to calculate troops number for each cell and burg. Calculation is done separately for each unit and considers possession-specific divider, unit percentage set in military options, state modifier calculated above and hard-coded unit type matrix. For example mounted units have x3 modifier in cells with nomadic biomes, while their number is reduced in highlands. The formula is: `Troops = Population_points / 100 * Possession_divider * Unit_percentage * State_mod * Unit_mod * Population_rate`