
Parliament Issue
Expand the Conscription Center Infrastructure
Our army reserve has seen better days and is in dire need of new infrastructure for recruitment.
Conscription CenterAdvanceallow
Conscription CenterBuildingon debate passedModifiers
Definitionin_game/common/parliament_issues/06_peasants_estate_parliament_issues.txt:300
303modifier_when_in_debate = {
}
311chance = {
312add = 1
313add = {
314if = {
315limit = {
316total_effective_building_levels:conscription_center < 6
}
318value = 5
}
}
321add = {
322if = {
323limit = {
324max_manpower > 0.5
325manpower_percentage < 0.5
}
327add = 2
}
}
330multiply = {
331if = {
332limit = {
333max_manpower > 0.5
334manpower_percentage >= 0.8
}
336value = 0.5
}
338else = {
339value = 1
}
}
}
344on_debate_passed = {
345ordered_owned_location = {
346order_by = population
347max = {
348value = num_provinces
349multiply = 0.1
350add = 1
}
352check_range_bounds = no
356construct_building = {
358cost_multiplier = 0.5
359cost_multiplier_reason = "game_concept_parliament_issue"
}
}
}

