Event
The Husband of Target Ruler

An acceptable candidate has been found, and we could formulate the new marriage of Target Ruler. This will decide the fate of our dynasty for the near future.
TyrolCountrytriggerDefinitionin_game/events/DHE/flavor_hab_tir.txt:121
122hide_portraits = yes
123type = country_event
124title = flavor_hab_tir.3.title The Husband of Target Ruler
125desc = flavor_hab_tir.3.desc An acceptable candidate has been found, and we could formulate the new marriage of Target Ruler. This will decide the fate of our dynasty for the near future.
126outcome = neutral
128illustration_tags = {
12910 = happy
13010 = interior
}
133immediate = {
}
136character:tir_margarete_von_tirol = {
137save_scope_as = target_ruler
}
139dynasty:wittelsbach_dynasty = {
140random_character_in_dynasty = {
141limit = {
142is_female = no
143is_adult = yes
144is_married = no
}
146save_scope_as = wittelsbach_husband
}
}
149dynasty:habsburg_dynasty = {
150random_character_in_dynasty = {
151limit = {
152is_female = no
153is_adult = yes
154is_married = no
}
156save_scope_as = habsburg_husband
}
}
}
161trigger = {
163character:tir_margarete_von_tirol = {
164is_ruler = yes
165is_married = no
}
167OR = {
168dynasty:wittelsbach_dynasty = {
169any_character_in_dynasty = {
170is_female = no
171is_adult = yes
172is_married = no
}
}
175dynasty:habsburg_dynasty = {
176any_character_in_dynasty = {
177is_female = no
178is_adult = yes
179is_married = no
}
}
}
}