事件
嗣君空缺

由于Target Ruler至今没有Heir Title,有关国家前途的流言蜚语甚嚣尘上。这些议论危害到了我们的地位。Target Ruler可以收养Target Character作为his/her的son/daughter和Heir Title,然而这样做可能会被认为是虚弱的表现。
贵族阶层option 2定义in_game/events/culture/culture_japan.txt:85
86type = country_event
87title = culture_japan.3.title 嗣君空缺
88desc = culture_japan.3.desc 由于Target Ruler至今没有Heir Title,有关国家前途的流言蜚语甚嚣尘上。这些议论危害到了我们的地位。Target Ruler可以收养Target Character作为his/her的son/daughter和Heir Title,然而这样做可能会被认为是虚弱的表现。
89outcome = neutral
91trigger = {
94ruler ?= {
95NOT = {
95any_child = {
95is_alive = yes
}
}
}
97has_heir = no
98any_character = {
99has_dynasty = no
100NOT = {
100exists = father
}
101is_female = no
102age_in_years < {
103value = root.ruler.age_in_years
104subtract = 10
}
106is_artist = no
}
}
110illustration_tags = {
11110 = regular
11210 = interior
}
115immediate = {
}
117random_character = {
118limit = {
119has_dynasty = no
120NOT = {
120exists = father
}
121is_female = no
122age_in_years < {
123value = root.ruler.age_in_years
124subtract = 10
}
126is_artist = no
}
128save_scope_as = target_character
}
130ruler ?= {
130save_scope_as = target_ruler
}
}