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:14
15type = country_event
16title = noble_marriage.1.title A Consort Title for the Ruler
17desc = noble_marriage.1.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
18outcome = neutral
20image = "gfx/interface/illustrations/government/diplomacy_illustration.dds"
22trigger = {
25ruler ?= {
26has_dynasty = yes
27is_married = no
28is_female = no
29age_in_years > 21
}
31any_dynasty = {
32trigger_if = {
41this != root.ruler.dynasty
}
}
}
49immediate = {
50random_dynasty = {
51limit = {
52trigger_if = {
61this != root.ruler.dynasty
}
}
67random_character_in_dynasty = {
71add_character_modifier = {
}
77save_scope_as = target
}
}
}