事件本版本新增
国中之国

我们地方议会的尊贵领主们已抵达Parliament,提出了一项用华丽辞藻包装的旧主张。他们称之为“地方自治”。当然,其真实含义是希望摆脱首都的干预,自主管理本地事务——这实际上是以委婉的方式请求我们减少对本国治理的参与。若不深入思考这一诉求的最终走向,这听起来确实是个颇具吸引力的提议。
贵族阶层trigger定义in_game/events/government/parliaments.txt:3011
3012type = country_event
3013title = parliaments.50.title 国中之国
3014desc = parliaments.50.desc 我们地方议会的尊贵领主们已抵达Parliament,提出了一项用华丽辞藻包装的旧主张。他们称之为“地方自治”。当然,其真实含义是希望摆脱首都的干预,自主管理本地事务——这实际上是以委婉的方式请求我们减少对本国治理的参与。若不深入思考这一诉求的最终走向,这听起来确实是个颇具吸引力的提议。
3015outcome = neutral
3017illustration_tags = {
301810 = angry
301910 = exterior
}
3022trigger = {
3023num_locations > 3
3029any_owned_location = {
3030location_tax_base > 8
3031is_capital = no
3032integration_level = core
}
}
3036immediate = {
3037ordered_owned_location = {
3038max = 1
3039limit = {
3040location_tax_base > 8
3041is_capital = no
3042integration_level = core
}
3044order_by = location_tax_base
3045save_scope_as = target_location
}
}