事件
Court Title丑闻

Country Adjective的Court Title发生了一桩丑闻!流言蜚语正在传播,说Princess做下了淫邪的丑事,这让Target Ruler Dynasty家族成了Country Adjective贵族的笑柄。在这样尴尬的时刻,几乎什么都做不成。
贵族阶层trigger
君主国政体trigger定义in_game/events/random_event.txt:259
260type = country_event
262title = random_event.6.title Court Title丑闻
263desc = random_event.6.desc Country Adjective的Court Title发生了一桩丑闻!流言蜚语正在传播,说Princess做下了淫邪的丑事,这让Target Ruler Dynasty家族成了Country Adjective贵族的笑柄。在这样尴尬的时刻,几乎什么都做不成。
264outcome = neutral
265illustration_tags = {
26610 = angry
26710 = exterior
}
271trigger = {
273has_ruler = yes
274ruler ?= {
275any_child = {
276is_female = yes
277is_married = no
278is_adult = yes
279is_alive = yes
}
}
}
285immediate = {
286ruler = {
287random_child = {
288limit = {
289is_female = yes
290is_married = no
291is_adult = yes
292is_alive = yes
}
294save_scope_as = princess
}
296save_scope_as = target_ruler
}
}