flavor_hab_tir.2 玛格丽特的新丈夫
时间范围:1340.1.1 - 1360.1.1(每月 100% 概率)
触发条件:
- 角色
tir_margarete_von_tirol必须是当前统治者 (is_ruler = yes)。 - 角色
tir_margarete_von_tirol必须未婚 (is_married = no)。
关键效果:
- 选项 A (历史选项):
- 为角色
tir_margarete_von_tirol设置变量search_for_margaretes_husband。 - 为该角色添加一个名为
block_marriage的修正,持续 40 年,模式为叠加并延长 (mode = add_and_extend)。
- 为角色
- 选项 B:
- 无具体效果描述。
背景介绍: 此事件围绕蒂罗尔女伯爵玛格丽特(Margarete von Tirol)展开。在1340年至1360年间,作为蒂罗尔的未婚女统治者,她的婚姻问题成为政治焦点。事件模拟了她寻找新丈夫的过程,其中历史选项反映了现实中她婚姻受阻的复杂情况,这对其领地的继承和外交关系产生了深远影响。
完整事件代码:
flavor_hab_tir.2 = { #A new husband for Margarete
type = country_event
title = flavor_hab_tir.2.title
desc = flavor_hab_tir.2.desc
#historical_info = flavor_hab_tir.2.historical_info
fire_only_once = yes
dynamic_historical_event = {
tag = TIR
from = 1340.1.1
to = 1360.1.1
monthly_chance = 100
}
illustration_tags = {
10 = happy
10 = interior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
character:tir_margarete_von_tirol = {
save_scope_as = target_ruler
}
}
trigger = {
character:tir_margarete_von_tirol = {
is_ruler = yes
is_married = no
}
}
option = {
name = flavor_hab_tir.2.a
custom_tooltip = flavor_hab_tir.2.a.tt
historical_option = yes
character:tir_margarete_von_tirol = {
set_variable = search_for_margaretes_husband
add_character_modifier = {
modifier = block_marriage
years = 40
mode = add_and_extend
}
}
}
option = {
name = flavor_hab_tir.2.b
}
}