Event
Target Character Last Name Seizes the Throne

Ever the ambitious opportunist, Target Character has betrayed the Flavor Rank and declared himself the rightful ruler of Country! his/her popularity with the people and iron grip over both the army and the mechanisms of the state make it so that defiance to his/her rule seems like a doomed prospect. Perhaps we must accept the establishment of his/her monarchy. Or perhaps liberty is worth any price.
Oligarchic ElectiveHeir Selectionoption 3Event chain
Each event is fired by the one it is nested under; the line below it says which choice leads there and when.
A Proposition for Target Character Last Name
Target Character Last Name Clashes with the Flavor Rank↳ Option A “We shall appoint [him/her] commander of our armies.” · 250–400 days later
Target Character Last Name Seizes the Throne↳ Option A “Impose military rule under [Target Character Last Name].” · 500–1000 days later
A Marriage Proposal for Target Character Last Name
Target Character Last Name Seizes the Throne (see above)↳ Option A “[Target Character] and [Target Spouse] shall marry.” · 30–200 days later
Definitionin_game/events/disaster/ambrosian_republic.txt:271
272image = "gfx/interface/illustrations/disaster/ambrosian_republic_disaster.dds"
273hide_portraits = yes
274type = country_event
275category = disaster_event
277title = ambrosian_republic.7.title Target Character Last Name Seizes the Throne
278desc = ambrosian_republic.7.desc Ever the ambitious opportunist, Target Character has betrayed the Flavor Rank and declared himself the rightful ruler of Country! his/her popularity with the people and iron grip over both the army and the mechanisms of the state make it so that defiance to his/her rule seems like a doomed prospect. Perhaps we must accept the establishment of his/her monarchy. Or perhaps liberty is worth any price.
279outcome = neutral
281trigger = {
282exists = character:mlo_sforza_script
283character:mlo_sforza_script = {
284is_alive = yes
285OR = {
286this = root.ruler
287this = root.heir
}
}
}
292immediate = {
293random_character = {
294limit = {
295is_adult = yes
296is_ruler = no
}
298save_scope_as = target_new_ruler
}
300character:mlo_sforza_script = {
301save_scope_as = target_character
}
}