This week <<print _recruits>> citizens joined the militia.
<<else>>
There are not many more citizens willing to join the arcology armed forces. You'll need to enact higher recruitment edicts if you need more manpower.
<</if>>
<</if>>
<<elseif $conscription == 1>>
<<elseif $conscription == 1>>
Adult citizens are required to join the militia for a period of time.
Adult citizens are required to join the militia for a period of time.
<<set _recruits = random(3,5)>>
<<set _recruitLimit = 0.05>>
<<if $militaryExemption == 1>>
<<if $militaryExemption == 1>>
Some citizens prefer to contribute to the arcology's defense through financial support rather than military service, making you @@.yellowgreen;a small sum@@.
Some citizens prefer to contribute to the arcology's defense through financial support rather than military service, making you @@.yellowgreen;a small sum@@.
<<set _recruits -= random(1,2)>>
<<set _recruitLimit -= 0.005>>
<<run cashX(250, "securityExpansion")>>
<<run cashX(250, "securityExpansion")>>
<</if>>
<</if>>
<<if $lowerRquirements == 1>>
<<if $lowerRquirements == 1>>
Your lax physical requirements to enter the militia allows for a greater number of citizens to join.
Your lax physical requirements to enter the militia allows for a greater number of citizens to join.
<<set _recruits += 1>>
<<set _recruitLimit += 0.005>>
<</if>>
<</if>>
<<if $noSubhumansInArmy == 1>>
<<if $noSubhumansInArmy == 1>>
Guaranteeing the purity of your armed forces comes with a small loss of potential recruits.
Guaranteeing the purity of your armed forces comes with a small loss of potential recruits.
<<set _recruits -= random(0,1)>>
<<set _recruitLimit -= 0.005>>
<</if>>
<</if>>
<<if $pregExemption == 1>>
<<if $pregExemption == 1>>
Many pregnant citizens prefer to avoid military service not to endanger themselves and their children.
Many pregnant citizens prefer to avoid military service not to endanger themselves and their children.
This week <<print _recruits>> citizens joined the militia.
<<else>>
There are not many more citizens able to join the arcology armed forces. You'll need to enact higher recruitment edicts if you need more manpower.
<</if>>
<</if>>
<<elseif $militaryService == 1>>
<<elseif $militaryService == 1>>
Adult citizens are required to register and serve in the militia whenever necessary.
Adult citizens are required to register and serve in the militia whenever necessary.
<<set _recruits = random(5,7)>>
<<set _recruitLimit = 0.1>>
<<if $militaryExemption == 1>>
<<if $militaryExemption == 1>>
Some citizens prefer to contribute to the arcology's defense through financial support rather than military service, making you @@.yellowgreen;a small sum@@.
Some citizens prefer to contribute to the arcology's defense through financial support rather than military service, making you @@.yellowgreen;a small sum@@.
<<set _recruits -= random(1,2)>>
<<set _recruitLimit -= 0.01>>
<<run cashX(250, "securityExpansion")>>
<<run cashX(250, "securityExpansion")>>
<</if>>
<</if>>
<<if $lowerRquirements == 1>>
<<if $lowerRquirements == 1>>
Your lax physical requirements to enter the militia allows for a greater number of citizens to join.
Your lax physical requirements to enter the militia allows for a greater number of citizens to join.
<<set _recruits += 1>>
<<set _recruitLimit += 0.01>>
<</if>>
<</if>>
<<if $noSubhumansInArmy == 1>>
<<if $noSubhumansInArmy == 1>>
Guaranteeing the purity of your armed forces comes with a small loss of potential recruits.
Guaranteeing the purity of your armed forces comes with a small loss of potential recruits.
<<set _recruits -= random(0,1)>>
<<set _recruitLimit -= 0.01>>
<</if>>
<</if>>
<<if $pregExemption == 1>>
<<if $pregExemption == 1>>
Many pregnant citizens prefer to avoid military service not to endanger themselves and their children.
Many pregnant citizens prefer to avoid military service not to endanger themselves and their children.
This week <<print _recruits>> citizens joined the militia.
<<else>>
There are not many more citizens able to join the arcology armed forces. You'll need to enact higher recruitment edicts if you need more manpower.
<</if>>
<</if>>
<<elseif $militarizedSociety == 1>>
<<elseif $militarizedSociety == 1>>
Every citizen is required to train and participate in the military activities of the arcology.
Every citizen is required to train and participate in the military activities of the arcology.
<<set _recruits = random(7,9)>>
<<set _recruitLimit = 0.2>>
<<if $militaryExemption == 1>>
<<if $militaryExemption == 1>>
Some citizens prefer to contribute to the arcology's defense through financial support rather than military service, making you @@.yellowgreen;a small sum@@.
Some citizens prefer to contribute to the arcology's defense through financial support rather than military service, making you @@.yellowgreen;a small sum@@.
<<set _recruits -= random(1,2)>>
<<set _recruitLimit -= 0.02>>
<<run cashX(250, "securityExpansion")>>
<<run cashX(250, "securityExpansion")>>
<</if>>
<</if>>
<<if $lowerRquirements == 1>>
<<if $lowerRquirements == 1>>
Your lax physical requirements to enter the militia allows for a greater number of citizens to join.
Your lax physical requirements to enter the militia allows for a greater number of citizens to join.
<<set _recruits += 1>>
<<set _recruitLimit += 0.02>>
<</if>>
<</if>>
<<if $noSubhumansInArmy == 1>>
<<if $noSubhumansInArmy == 1>>
Guaranteeing the purity of your armed forces comes with a small loss of potential recruits.
Guaranteeing the purity of your armed forces comes with a small loss of potential recruits.
<<set _recruits -= random(0,1)>>
<<set _recruitLimit -= 0.02>>
<</if>>
<</if>>
<<if $pregExemption == 1>>
<<if $pregExemption == 1>>
Many pregnant citizens prefer to avoid military service not to endanger themselves and their children.
Many pregnant citizens prefer to avoid military service not to endanger themselves and their children.