Event
A New Dynasty Rises

The death of Old Ruler without any suitable heir means the end of the Old Ruler Dynasty dynasty. Our people mourn the loss of the ruling family but the Country has to move on and a new leader has risen to the call of the people.
New Leader from the New Leader Dynasty dynasty has ascended from the Nobility as the most influential and powerful between them, reining in any disgruntled factions and avoiding the fall of the country into chaos.
Definitionin_game/events/government/succession.txt:484
485type = country_event
487title = succession.4.title A New Dynasty Rises
488desc = succession.4.desc The death of Old Ruler without any suitable heir means the end of the Old Ruler Dynasty dynasty. Our people mourn the loss of the ruling family but the Country has to move on and a new leader has risen to the call of the people.
New Leader from the New Leader Dynasty dynasty has ascended from the Nobility as the most influential and powerful between them, reining in any disgruntled factions and avoiding the fall of the country into chaos.
New Leader from the New Leader Dynasty dynasty has ascended from the Nobility as the most influential and powerful between them, reining in any disgruntled factions and avoiding the fall of the country into chaos.
489outcome = neutral
491illustration_tags = {
49210 = angry
49310 = interior
}
496immediate = {
}
498previous_ruler ?= {
499save_scope_as = old_ruler
}
503if = {
504limit = {
505exists = scope:new_leader
506scope:new_leader = {
507is_alive = no
}
}
510random_owned_location = {
511create_dynasty_from_location = random
512last_dynasty_in_location = {
512save_scope_as = target_dynasty
}
}
514if = {
515limit = {
515exists = scope:target_dynasty
}
516create_character = {}
}
526else = {
527create_character = {
528religion = root.religion
529culture = root.culture
531age = {
20
60
}
532female = no
533save_scope_as = new_leader
}
535scope:new_leader = {
536found_dynasty = random
}
}
}
}