이벤트
Target Ruler의 남편

적합한 남편감을 찾았으니, 이제 Target Ruler의 새로운 혼인을 공식화할 수 있습니다. 이는 가까운 미래에 우리 가문의 운명을 결정할 것입니다.
티롤국가trigger정의in_game/events/DHE/flavor_hab_tir.txt:121
122hide_portraits = yes
123type = country_event
124title = flavor_hab_tir.3.title Target Ruler의 남편
125desc = flavor_hab_tir.3.desc 적합한 남편감을 찾았으니, 이제 Target Ruler의 새로운 혼인을 공식화할 수 있습니다. 이는 가까운 미래에 우리 가문의 운명을 결정할 것입니다.
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
}
}
}
}