
Parliament Issue
Expand the Regimental Camp Infrastructure
Our army reserve has seen better days and is in dire need of new infrastructure for recruitment.
Conscription CenterAdvanceallow
Regimental CampAdvanceallow
Conscription CenterBuildingallow, on debate passed
Regimental CampBuildingallow, on debate passed
Rural SettlementLocation Rankon debate passedModifiers
Definitionin_game/common/parliament_issues/06_peasants_estate_parliament_issues.txt:217
220modifier_when_in_debate = {
}
225allow = {
230any_owned_rural_location = {
231owner = {
231has_primary_or_accepted_culture = prev.dominant_culture
}
232NOR = {
}
}
}
238chance = {
239add = 1
240add = {
241if = {
242limit = {
243total_effective_building_levels:regimental_camp < 6
}
245value = 5
}
}
248add = {
249if = {
250limit = {
251max_manpower > 0.5
252manpower_percentage < 0.5
}
254add = 2
}
}
257multiply = {
258if = {
259limit = {
260max_manpower > 0.5
261manpower_percentage >= 0.8
}
263value = 0.5
}
265else = {
266value = 1
}
}
}
271on_debate_passed = {
272ordered_owned_location = {
273order_by = population
274max = {
275value = num_provinces
276multiply = 0.1
277add = 1
}
279check_range_bounds = no
280limit = {
281owner = {
281has_primary_or_accepted_culture = prev.dominant_culture
}
282NOR = {
}
}
288construct_building = {
290cost_multiplier = 0.5
291cost_multiplier_reason = "game_concept_parliament_issue"
}
}
}

