EventChanged this version
Target Son For Appanage Requests a Fiefdom

Target Son For Appanage has requested that he be granted a fiefdom to rule in his own right as a new appanage. Heir currently stands to inherit all the titles within the royal domain on Ruler death, leading Target Son For Appanage to potentially emerge as a pretender. Should we grant Target Son For Appanage his own lands to rule though, he may emerge as a potential ally for when Heir comes rule. However, the division of lands in the royal domain for a new Appanage also risks decentralizing the state further.
Definitionin_game/events/DHE/flavor_FRA.txt:2727
2728hide_portraits = yes
2729type = country_event
2730title = flavor_fra.1101.title Target Son For Appanage Requests a Fiefdom
2731desc = flavor_fra.1101.desc Target Son For Appanage has requested that he be granted a fiefdom to rule in his own right as a new appanage. Heir currently stands to inherit all the titles within the royal domain on Ruler death, leading Target Son For Appanage to potentially emerge as a pretender. Should we grant Target Son For Appanage his own lands to rule though, he may emerge as a potential ally for when Heir comes rule. However, the division of lands in the royal domain for a new Appanage also risks decentralizing the state further.
2732outcome = neutral
2735trigger = {
2736has_reform = government_reform:french_feudal_nobility
2737at_war = no
2738num_locations > 1
2739ruler ?= {
2740is_alive = yes
2741age_in_years > 36
2742num_of_children > 4
2743any_child = {
2744AND = {
2745age_in_years > 20
2746father ?= root.ruler
2747is_alive = yes
2748is_heir = no
2749is_adult = yes
2750is_female = no
}
}
}
}
2756illustration_tags = {
275710 = regular
275810 = exterior
}
2761immediate = {
}
2763ruler = {
2764random_child = {
2765limit = {
2766age_in_years > 20
2767father = root.ruler
2768is_alive = yes
2769is_heir = no
2770is_adult = yes
2771is_female = no
}
2773save_scope_as = target_son_for_appanage
}
}
2776random_province = {
2777limit = {
2778region = root.capital.region
2779NOT = {
2779province_definition = owner.capital.province_definition
}
}
2781save_scope_as = potential_duchy_province
}
2783random_owned_location = {
2784limit = {
2785is_capital = no
}
2787save_scope_as = potential_lordship_location
}
}