イベント
国境摩擦
「わが国の正当な領土である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
}
}
}