@@ -295,12 +295,14 @@ You are free to organize your menial slaves into fighting units. Currently you h
...
@@ -295,12 +295,14 @@ You are free to organize your menial slaves into fighting units. Currently you h
__Militia__
__Militia__
<br>/* militia */
<br>/* militia */
You founded the $arcologies[0].name free militia. You are now able to organize your citizens in fighting units.
You founded the $arcologies[0].name free militia. You are now able to organize your citizens in fighting units.
<<if $militiaRecruitment == 0>>
<<if $recruitVolunteers == 1>>
The militia is composed entirely of volunteers, your manpower is approximately 1.5% of the citizens population of your arcology.
The militia is composed entirely of volunteers, your manpower is approximately 1.5% of the citizens population of your arcology.
<<elseif $militiaRecruitment == 1>>
<<elseif $conscription == 1>>
With the establishment of conscription, your available manpower has increased to now approximately 3% of the arcology's citizens population.
With the establishment of conscription, your available manpower has increased to now approximately 3% of the arcology's citizens population.
<<elseif $militiaRecruitment == 2>>
<<elseif $militaryService == 1>>
By establishing obligatory military service to obtain citizenship you have enlarged your manpower pool to be approximately 5% of the arcology's citizens population.
By establishing obligatory military service to obtain citizenship you have enlarged your manpower pool to be approximately 5% of the arcology's citizens population.
<<elseif $militarizedSociety == 1>>
With the adoption of a militarized society, your available manpower has swelled to be approximately 15% of the arcology's citizens population.
<</if>>
<</if>>
Your current total manpower is <<print commaNum($militiaTotalManpower)>>, of which <<print commaNum($militiaEmployedManpower)>> is in active duty. You lost in total <<print commaNum($militiaTotalCasualties)>> citizens, leaving you with <<print commaNum($militiaFreeManpower)>> available citizens.
Your current total manpower is <<print commaNum($militiaTotalManpower)>>, of which <<print commaNum($militiaEmployedManpower)>> is in active duty. You lost in total <<print commaNum($militiaTotalCasualties)>> citizens, leaving you with <<print commaNum($militiaFreeManpower)>> available citizens.