イベント
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
}
}
}