事件
Ruler的Consort Title

由于我们Ruler Title尚未结婚,贵族对我们君主国的延续表示了担忧。我们最重要的贵族之一Target Dynasty Head提议让我们Ruler Title与Target结婚
君主国政体trigger定义in_game/events/character/noble_marriage.txt:204
205hide_portraits = yes
206type = country_event
207title = noble_marriage.3.title Ruler的Consort Title
208desc = noble_marriage.3.desc 由于我们Ruler Title尚未结婚,贵族对我们君主国的延续表示了担忧。我们最重要的贵族之一Target Dynasty Head提议让我们Ruler Title与Target结婚
209outcome = neutral
211image = "gfx/interface/illustrations/government/diplomacy_illustration.dds"
212trigger = {
215ruler ?= {
216has_dynasty = yes
217is_married = no
218is_female = yes
219age_in_years > 20
220age_in_years < 40
}
223any_dynasty = {
224this != root.ruler.dynasty
229count > 0
}
}
233immediate = {
234ruler = {
235add_character_modifier = {
}
}
242random_dynasty = {
243limit = {
244this != root.ruler.dynasty
}
249random_character_in_dynasty = {
254add_character_modifier = {
}
261save_scope_as = target
}
}
}