Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

[flavor_hab_tir.1] 蒂罗尔的麻烦婚姻

时间范围:1337.1.1 - 1344.1.1(每月 5% 概率)

触发条件

  • 角色 tir_margarete_von_tirol 必须是当前统治者。
  • 角色 tir_margarete_von_tirol 必须已婚。
  • 角色 tir_margarete_von_tirol 的第一配偶必须是角色 tir_jan_jindrich_luxembourg

关键效果

  • 选项 A (历史选项)
    • 增加 nobles_estate 阶层满意度(estate_satisfaction_mild_bonus)。
    • 增加国家稳定度(stability_mild_bonus)。
  • 选项 B
    • 对角色 tir_jan_jindrich_luxembourg 施加隐藏效果:增加 15 点生育能力。
    • 大幅降低 nobles_estate 阶层满意度(estate_satisfaction_extreme_penalty)。
    • 大幅降低国家稳定度(stability_severe_penalty)。

背景介绍: 此事件反映了14世纪中叶蒂罗尔女伯爵玛格丽特·冯·蒂罗尔与她的丈夫、卢森堡的约翰·海因里希之间充满争议的婚姻。这场婚姻因政治联盟、继承权争议以及最终的分居和离婚而闻名,对蒂罗尔公国的内部稳定和贵族关系产生了深远影响。事件模拟了统治者在此复杂局面下可能面临的选择:是安抚贵族以维持稳定,还是试图挽救婚姻但可能引发内部动荡。

完整事件代码

flavor_hab_tir.1 = { #Tirols Troubled Marriage
	type = country_event
	title = flavor_hab_tir.1.title
	desc = flavor_hab_tir.1.desc
	#historical_info = flavor_hab_tir.1.historical_info

	fire_only_once = yes

	dynamic_historical_event = {
		tag = TIR
		from = 1337.1.1
		to = 1344.1.1
		monthly_chance = 5
	}

	illustration_tags = {
		10 = angry
		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
		}
		character:tir_jan_jindrich_luxembourg = {
			save_scope_as = target_spouse
		}
	}

	trigger = {
		character:tir_margarete_von_tirol = {
			is_ruler = yes
			is_married = yes
			first_spouse = character:tir_jan_jindrich_luxembourg
		}
	}

	option = {
		name = flavor_hab_tir.1.a
		historical_option = yes

		add_estate_satisfaction = { type = estate_type:nobles_estate value = estate_satisfaction_mild_bonus }
		add_stability = stability_mild_bonus
	}

	option = {
		name = flavor_hab_tir.1.b

		scope:target_spouse = {
			hidden_effect = {
				add_fertility = 15
			}
		}
		add_estate_satisfaction = { type = estate_type:nobles_estate value = estate_satisfaction_extreme_penalty }
		add_stability = stability_severe_penalty
		# set_variable = margarete_luxembourg_husband
	}
}