Event
Rise of a Pretender

Amidst the power vacuum, a charismatic individual from Target Location steps forward, claiming to be a long-lost relative of Ruler and the rightful heir to the throne. This pretender is gaining support from discontented factions within the Country, who view this individual as a viable alternative to rule the country, garnering the support of influential nobles, military commanders, and religious figures who see an opportunity to advance their own interests.
Definitionin_game/events/disaster/decline_of_mali.txt:148
149type = country_event
150category = disaster_event
151title = decline_of_mali.3.title Rise of a Pretender
152desc = decline_of_mali.3.desc Amidst the power vacuum, a charismatic individual from Target Location steps forward, claiming to be a long-lost relative of Ruler and the rightful heir to the throne. This pretender is gaining support from discontented factions within the Country, who view this individual as a viable alternative to rule the country, garnering the support of influential nobles, military commanders, and religious figures who see an opportunity to advance their own interests.
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 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 Pretender Rebels
185save_scope_as = mal_pretender_rebels Pretender Rebels
}
}
188if = {
189limit = {
189NOT = {
189exists = scope:mal_pretender_leader
}
}
190create_character = {
191dynasty = root.ruler.dynasty
193age = 25
194save_scope_as = mal_pretender_leader
}
}
}