Event
The Ascension of New Ruler Son

At long last, New Ruler Son, New Ruler Son Daugther Son of Old Ruler, has reached adulthood, and is eligible to take the throne of Country. As his/her first act, the threats to his/her ascension to the throne are to be terminated while his/her majesty consolidates the power in Capital.
ClergyEstateimmediateDefinitionin_game/events/government/succession.txt:558
559type = country_event
560title = {
561first_valid = {
562triggered_desc = {
563trigger = {
563exists = scope:new_ruler_son
}
564desc = succession.5.title.new_ruler_son The Ascension of New Ruler Son
}
566triggered_desc = {
567trigger = {
567exists = scope:new_ruler_regent
}
568desc = succession.5.title.new_ruler_regent New Ruler Regent usurps the Throne
}
570triggered_desc = {
571trigger = {
571always = yes
}
572desc = succession.5.title.no_ruler The Succession of Country
}
}
}
576desc = {
577first_valid = {
578triggered_desc = {
579trigger = {
579exists = scope:new_ruler_son
}
580desc = succession.5.desc.new_ruler_son At long last, New Ruler Son, New Ruler Son Daugther Son of Old Ruler, has reached adulthood, and is eligible to take the throne of Country. As his/her first act, the threats to his/her ascension to the throne are to be terminated while his/her majesty consolidates the power in Capital.
}
582triggered_desc = {
583trigger = {
583exists = scope:new_ruler_regent
}
584desc = succession.5.desc.new_ruler_regent 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 Ruler Regent from the New Ruler Regent 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 Ruler Regent from the New Ruler Regent 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.
}
586triggered_desc = {
587trigger = {
587always = yes
}
588desc = succession.5.desc.no_ruler 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.
}
}
}
592outcome = neutral
593immediate = {
}
599previous_ruler ?= {
600save_scope_as = old_ruler
}
603if = {
604limit = {
604list_size = {
604name = rival_male_children
604value >= 1
}
}
605ordered_in_list = {
606list = rival_male_children
607limit = {
608is_adult = yes
609is_alive = yes
}
611order_by = age_in_days
612max = 1
613save_scope_as = new_ruler_son
}
}
617if = {
618limit = {
619NOT = {
619exists = scope:new_ruler_son
}
}
621random_character = {
622limit = {
}
627save_temporary_scope_as = new_ruler_regent
}
629if = {
630limit = {
630not = {
630exists = scope:new_ruler_regent
}
}
631create_character = {
632religion = root.religion
634age = {
35
50
}
635female = no
636save_temporary_scope_as = new_ruler_regent
}
}
639set_regent = scope:new_ruler_regent
}
}