
议会议案
扩建征兵中心设施
那些本可以正式纳入服役的后备兵员已经闲散很久了,我们继续新的征兵设施。
征兵中心革新allow
征兵中心建筑on debate passed修正
定义in_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"
}
}
}

