
의회 쟁점
징병소 시설 확대
우리의 군대는 예전 수준에 미치지 못하며, 따라서 군의 기반을 이룰 새로운 모병 기반 시설을 확충해야 합니다.
징병소발전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"
}
}
}

