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_ab_tir.1000 蒂罗尔的麻烦婚姻

时间范围:1340.1.1 - 1350.1.1,每月 4% 概率

触发条件

  • 角色 tir_margarete_von_tirol 是当前统治者,并且其第一配偶是角色 tir_jan_jindrich_luxembourg
  • 角色 tir_jan_jindrich_luxembourg 存活。
  • 国家 UBV 是神圣罗马帝国(international_organization:hre)的领导者。

关键效果

  • 选项 A (历史选项)
    • 统治者 tir_margarete_von_tirol 与配偶 tir_jan_jindrich_luxembourg 离婚。
    • 统治者 tir_margarete_von_tirol 获得持续6个月(可叠加延长)的 block_marriage 人物修正。
    • 配偶 tir_jan_jindrich_luxembourg 被移居至国家 BOH,并隐藏增加45点生育能力。
    • 神圣罗马帝国皇帝所属国家与事件触发国互相获得 opinion_dynastic_helper 好感度修正。
    • 国家 BOH 对事件触发国获得 opinion_insulted 好感度修正,并立即非静默触发事件 flavor_hab_tir.1001
  • 选项 B
    • 贵族阶层满意度遭受严重惩罚。

背景介绍: 该事件模拟了14世纪中叶蒂罗尔女伯爵玛格丽特·冯·蒂罗尔与其第一任丈夫、卢森堡的约翰·海因里希之间充满争议的婚姻关系。这段婚姻因政治、继承权和个人矛盾而陷入困境,最终在神圣罗马帝国皇帝介入的背景下,以离婚告终,并对蒂罗尔、波希米亚及帝国各方关系产生了深远影响。

完整事件代码

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

	fire_only_once = yes

	dynamic_historical_event = {
		tag = TIR
		from = 1340.1.1
		to = 1350.1.1
		monthly_chance = 4
	}

	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
		}
		international_organization:hre.leader_country = {
			save_scope_as = target_emperor_country
		}
	}

	trigger = {
		character:tir_margarete_von_tirol = {
			is_ruler = yes
			first_spouse = character:tir_jan_jindrich_luxembourg
		}
		character:tir_jan_jindrich_luxembourg = {
			is_alive = yes
		}
		c:UBV = {
			is_leader_of_international_organization = international_organization:hre
		}
	}

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

		scope:target_ruler = {
			divorce_character = scope:target_spouse
			add_character_modifier = {
				modifier = block_marriage
				months = 6
				mode = add_and_extend
			}
		}
		scope:target_spouse = {
			move_country = c:BOH
			hidden_effect = {
				add_fertility = 45
			}
		}
		scope:target_emperor_country = {
			add_opinion = { target = root modifier = opinion_dynastic_helper }
		}
		add_opinion = { target = scope:target_emperor_country modifier = opinion_dynastic_helper }

		c:BOH = {
			add_opinion = { target = root modifier = opinion_insulted }
			trigger_event_non_silently = flavor_hab_tir.1001
		}
	}

	option = {
		name = flavor_hab_tir.1000.b

		add_estate_satisfaction = { type = estate_type:nobles_estate value = estate_satisfaction_severe_penalty }
	}
}