Event
A Consort Title for the Ruler

As our Ruler Title is not married, the nobility has expressed a concern over the continuation of our monarchy. One of our most important nobles, Target Dynasty Head, has proposed that our Ruler Title marries Target
MonarchyGovernment TypetriggerDefinitionin_game/events/character/noble_marriage.txt:204
205hide_portraits = yes
206type = country_event
207title = noble_marriage.3.title A Consort Title for the Ruler
208desc = noble_marriage.3.desc As our Ruler Title is not married, the nobility has expressed a concern over the continuation of our monarchy. One of our most important nobles, Target Dynasty Head, has proposed that our Ruler Title marries 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
}
}
}