事件本版本新增
边陲之乱

一份令人不安的报告已呈交Parliament。在Country某些地区,国家法律似乎已从必须遵守的准则沦为一纸空文。地方官员或玩忽职守,或能力不足,甚至因势单力薄而无力应对。平民阶层的抗议声最为强烈——这通常是一个可靠的信号,表明问题的确存在。我们绝不能坐视情况继续恶化。
定义in_game/events/government/parliaments.txt:3080
3081type = country_event
3082title = parliaments.51.title 边陲之乱
3083desc = parliaments.51.desc 一份令人不安的报告已呈交Parliament。在Country某些地区,国家法律似乎已从必须遵守的准则沦为一纸空文。地方官员或玩忽职守,或能力不足,甚至因势单力薄而无力应对。平民阶层的抗议声最为强烈——这通常是一个可靠的信号,表明问题的确存在。我们绝不能坐视情况继续恶化。
3084outcome = neutral
3086illustration_tags = {
308710 = angry
308810 = exterior
}
3091trigger = {
3092any_owned_location = {
3093local_control < 0.3
3094integration_level = core
3095is_capital = no
}
3097capital ?= {
3098local_control >= 0.3
}
}
3102immediate = {
3103ordered_owned_location = {
3104max = 1
3105limit = {
3106local_control < 0.3
3107integration_level = core
3108is_capital = no
}
3110order_by = {
3111value = local_control
3112multiply = -1
}
3114save_scope_as = target_location
}
}