事件
边境争端
“理应属于我们的领土Border Claim Province正被他国占有,而政府看起来无所作为,毫无收复之意!那么政府是干什么的?”一整幅版面在呼吁我们向Border Claim Country宣战。
由于这些煽动行为,对我们无法夺回宣称省份的不满席卷朝野上下。
启蒙运动思潮trigger定义in_game/events/diplomacy/border_friction.txt:80
81type = country_event
82title = border_friction.2.title 边境争端
83desc = border_friction.2.desc “理应属于我们的领土Border Claim Province正被他国占有,而政府看起来无所作为,毫无收复之意!那么政府是干什么的?”一整幅版面在呼吁我们向Border Claim Country宣战。
由于这些煽动行为,对我们无法夺回宣称省份的不满席卷朝野上下。
由于这些煽动行为,对我们无法夺回宣称省份的不满席卷朝野上下。
84outcome = neutral
85trigger = {
87is_ai = no
88at_war = no
89is_subject = no
90war_exhaustion < 5
91manpower_percentage >= 0.95
92stability >= -10
93has_regent = no
96any_core_location = {
97NOT = {
97owner = root
}
98owner = {
99NOT = {
99is_subject_of = root
}
100NOT = {
100has_truce_with = root
}
}
}
}
108immediate = {
109random_core_location = {
110limit = {
111NOT = {
111owner = root
}
112owner = {
113NOT = {
113is_subject_of = root
}
114NOT = {
114has_truce_with = root
}
}
}
118owner = {
119save_scope_as = border_claim_country
}
121province = {
122save_scope_as = border_claim_province
}
}
}