イベント
僭称者の台頭

権力の空白のなか、Target Locationからカリスマ性あふれる人物が現れ、自身がRulerの長らく消息不明だった親類であり、正統な王位継承者であると主張している。この僭称者は、Country内の不満を抱える派閥から支持を得ている。支持するのは影響力のある貴族、軍司令官、宗教家などであり、彼らはこの人物を、国を統治する上で代わりとなる人物とみなしている。
定義in_game/events/disaster/decline_of_mali.txt:148
149type = country_event
150category = disaster_event
151title = decline_of_mali.3.title 僭称者の台頭
152desc = decline_of_mali.3.desc 権力の空白のなか、Target Locationからカリスマ性あふれる人物が現れ、自身がRulerの長らく消息不明だった親類であり、正統な王位継承者であると主張している。この僭称者は、Country内の不満を抱える派閥から支持を得ている。支持するのは影響力のある貴族、軍司令官、宗教家などであり、彼らはこの人物を、国を統治する上で代わりとなる人物とみなしている。
153outcome = neutral
154image = "gfx/interface/illustrations/disaster/decline_of_mali_disaster.dds"
155trigger = {
156ruler ?= {
156has_dynasty = yes
}
157num_locations > 3
158any_owned_location = {
159is_capital = no
160is_core_of = root
161sub_continent = root.capital.sub_continent
}
}
164immediate = {
165random_owned_location = {
166limit = {
167is_capital = no
168is_core_of = root
169sub_continent = root.capital.sub_continent
}
171save_scope_as = target_location
}
173random_rebel = {
174limit = {
174rebel_category = pretender
}
175save_scope_as = mal_pretender_rebels 僭称者の反乱軍
176random_character_supporting_rebel = {
177save_scope_as = mal_pretender_leader
}
}
180if = {
181limit = {
181NOT = {
181exists = scope:mal_pretender_rebels
}
}
182create_rebel = {
183category = pretender
184name = mal_pretender_rebels 僭称者の反乱軍
185save_scope_as = mal_pretender_rebels 僭称者の反乱軍
}
}
188if = {
189limit = {
189NOT = {
189exists = scope:mal_pretender_leader
}
}
190create_character = {
191dynasty = root.ruler.dynasty
193age = 25
194save_scope_as = mal_pretender_leader
}
}
}