事件
Country日渐式微

曾几何时,Country曾是印度尼西亚地区无可争议的霸主。然而昔日荣光早已消逝,如今众多国家在我们的领海享有更高的话语权。值得注意的是,Target Country正以迂回手段对我们发起挑战。
定义in_game/events/disaster/decline_of_majapahit.txt:102
103hide_portraits = yes
104type = country_event
105category = disaster_event
106title = decline_of_majapahit.3.title Country日渐式微
107desc = decline_of_majapahit.3.desc 曾几何时,Country曾是印度尼西亚地区无可争议的霸主。然而昔日荣光早已消逝,如今众多国家在我们的领海享有更高的话语权。值得注意的是,Target Country正以迂回手段对我们发起挑战。
108outcome = neutral
109image = "gfx/interface/illustrations/disaster/death_of_hayan_wuruk.dds"
111trigger = {
112OR = {
113region:indonesia_region = {
}
118area:malay_peninsula_area = {
}
}
}
127immediate = {
129region:indonesia_region = {
130every_present_country = {
134add_to_list = stronger_countries
}
}
137area:malay_peninsula_area = {
138every_present_country = {
142add_to_list = stronger_countries
}
}
145random_in_list = {
146list = stronger_countries
147weight = {
148factor = 0
149modifier = {
150add = {
151value = power_projection
152subtract = root.power_projection
}
}
}
156save_scope_as = target_country
157ruler_or_regent ?= {
158save_scope_as = target_character
}
}
}