Event
Closer Ties with the House of Male Target Dynasty

In an effort to bind their family to Dynasty, Male Target Dynasty Head, has proposed that he should marry Female Target.
MonarchyGovernment TypetriggerDefinitionin_game/events/character/noble_marriage.txt:318
319type = country_event
320title = noble_marriage.4.title Closer Ties with the House of Male Target Dynasty
321desc = noble_marriage.4.desc In an effort to bind their family to Dynasty, Male Target Dynasty Head, has proposed that he should marry Female Target.
322outcome = neutral
324image = "gfx/interface/illustrations/government/diplomacy_illustration.dds"
325trigger = {
328ruler = {
328has_dynasty = yes
}
329ruler.dynasty ?= {
333save_temporary_scope_as = target_dynasty
}
335any_dynasty = {
336exists = scope:target_dynasty
337NOT = {
337this = scope:target_dynasty
}
}
}
345immediate = {
346ruler.dynasty = {
346save_scope_as = target_dynasty
}
347random_dynasty = {
348limit = {
349exists = scope:target_dynasty
350NOT = {
350this = scope:target_dynasty
}
}
356dynasty_head = {
357add_character_modifier = {
}
363save_scope_as = male_target
}
}
367ruler.dynasty ?= {
368random_character_in_dynasty = {
372add_character_modifier = {
}
378save_scope_as = female_target
}
}
}