
Parliament Issue
Expand the Training Fields Infrastructure
Our army reserve has seen better days and is in dire need of new infrastructure for recruitment.
Conscription CenterAdvanceallow
Regimental CampAdvanceallow
Training FieldsAdvanceallow
Conscription CenterBuildingallow, on debate passed
Regimental CampBuildingallow, on debate passed
Training FieldsBuildingallow, on debate passed
Rural SettlementLocation Rankon debate passedModifiers
Manpower+50%
Definitionin_game/common/parliament_issues/06_peasants_estate_parliament_issues.txt:132
139allow = {
145any_owned_rural_location = {
146owner = {
146has_primary_or_accepted_culture = prev.dominant_culture
}
147NOR = {
}
}
}
154chance = {
155add = 1
156add = {
157if = {
158limit = {
159total_effective_building_levels:training_fields < 6
}
161value = 5
}
}
164add = {
165if = {
166limit = {
167max_manpower > 0.5
168manpower_percentage < 0.5
}
170add = 2
}
}
173multiply = {
174if = {
175limit = {
176max_manpower > 0.5
177manpower_percentage >= 0.8
}
179value = 0.5
}
181else = {
182value = 1
}
}
}
187on_debate_passed = {
188ordered_owned_location = {
189order_by = population
190max = {
191value = num_provinces
192multiply = 0.1
193add = 1
}
195check_range_bounds = no
196limit = {
197owner = {
197has_primary_or_accepted_culture = prev.dominant_culture
}
198NOR = {
}
}
205construct_building = {
207cost_multiplier = 0.5
208cost_multiplier_reason = "game_concept_parliament_issue"
}
}
}