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

