EventChanged this version
Target Appanage Inherited
The laws of inheritance that dictate politics across our Flavor Rank are clear. Once the ruler of an Appanage is elevated upon our throne, their estates shall be integrated within ours. The way is clear for us to promote a concentration of authority and lands at the hands of Target Ruler.
AppanageSubject TypeimmediateDefinitionin_game/events/character/dynastic.txt:1527
1528type = country_event
1529title = dynastic.29.title Target Appanage Inherited
1530desc = dynastic.29.desc The laws of inheritance that dictate politics across our Flavor Rank are clear. Once the ruler of an Appanage is elevated upon our throne, their estates shall be integrated within ours. The way is clear for us to promote a concentration of authority and lands at the hands of Target Ruler.
1531outcome = neutral
1532illustration_tags = {
153310 = regular
153410 = exterior
}
1537immediate = {
1538save_scope_as = target_overlord
1539scope:new_ruler = {
1539save_scope_as = target_ruler
}
1540every_subject = {
1545add_to_list = appanages_to_be_annexed_list
}
1547if = {
1548limit = {
1549any_in_list = {
1550list = appanages_to_be_annexed_list
1551is_human = yes
}
}
1554random_in_list = {
1555list = appanages_to_be_annexed_list
1556limit = {
1556is_human = yes
}
1557save_scope_as = target_appanage
}
}
1560else = {
1561ordered_in_list = {
1562list = appanages_to_be_annexed_list
1563order_by = country_economical_base
1564save_scope_as = target_appanage
}
}
}