
의회 쟁점
훈련장 시설 확대
우리의 군대는 예전 수준에 미치지 못하며, 따라서 군의 기반을 이룰 새로운 모병 기반 시설을 확충해야 합니다.
징병소발전allow
연대 야영지발전allow
훈련장발전allow
징병소건물allow, on debate passed
연대 야영지건물allow, on debate passed
훈련장건물allow, on debate passed
촌락 정착지지점 등급on debate passed보정치
인력+50%
정의in_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"
}
}
}