이벤트이번 버전 변경
Target Son For Appanage의 봉토 요청

Target Son For Appanage(이)가 자신이 직접 다스릴 봉토를 속령으로 하사해 달라고 요청했습니다. 현재 Ruler(이)가 서거하면 Heir(이)가 왕국의 모든 작위를 상속받을 예정이므로, Target Son For Appanage(은)는 계승 요구자로 떠오를 소지가 있습니다. 하지만 Target Son For Appanage에게 다스릴 땅을 하사한다면, 훗날 Heir(이)가 통치할 때 둘은 동맹이 될 수 있을지도 모릅니다. 그러나 왕국의 영토를 새로운 속령으로 분할한다면, 국가가 더욱 분권화될 위험도 존재합니다.
정의in_game/events/DHE/flavor_FRA.txt:2727
2728hide_portraits = yes
2729type = country_event
2730title = flavor_fra.1101.title Target Son For Appanage의 봉토 요청
2731desc = flavor_fra.1101.desc Target Son For Appanage(이)가 자신이 직접 다스릴 봉토를 속령으로 하사해 달라고 요청했습니다. 현재 Ruler(이)가 서거하면 Heir(이)가 왕국의 모든 작위를 상속받을 예정이므로, Target Son For Appanage(은)는 계승 요구자로 떠오를 소지가 있습니다. 하지만 Target Son For Appanage에게 다스릴 땅을 하사한다면, 훗날 Heir(이)가 통치할 때 둘은 동맹이 될 수 있을지도 모릅니다. 그러나 왕국의 영토를 새로운 속령으로 분할한다면, 국가가 더욱 분권화될 위험도 존재합니다.
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
}
}