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_dan.1200] 王室联姻

时间范围:1337.1.1 - 1345.1.1(每月 5% 概率触发)

触发条件

  • 角色 dan_valdemar_atterdag 必须存活且未婚。
  • 角色 dan_helvig 必须存活且未婚。

关键效果

  • 选项 A (历史选项)
    • 获得少量威望加成 (add_prestige = prestige_mild_bonus)。
    • 触发事件 flavor_dan.1203 给国家 SLV
  • 选项 B
    • 降低贵族阶层满意度 (add_estate_satisfaction = { type = estate_type:nobles_estate value = estate_satisfaction_mild_penalty })。
    • 使国家 SLV 对本国产生负面外交意见 (reverse_add_opinion = { target = c:SLV modifier = refused_diplomatic_offer })。

背景介绍: 该事件模拟了14世纪中期丹麦王室的一次潜在联姻。瓦尔德马·阿特达格(Valdemar Atterdag)是当时丹麦的重要君主,而赫尔维格(Helvig)则可能代表一个具有政治联姻价值的贵族女性。此类联姻在中世纪欧洲是巩固王权、建立联盟或解决继承问题的常见手段。事件反映了王室婚姻对国家威望和贵族关系的影响。

完整事件代码

flavor_dan.1200 = { #A Royal Marriage
	type = country_event
	title = flavor_dan.1200.title
	desc = flavor_dan.1200.desc
	historical_info = flavor_dan.1200.historical_info

	dynamic_historical_event = {
		tag = DAN
		from = 1337.1.1
		to = 1345.1.1
		monthly_chance = 5
	}

	fire_only_once = yes

	trigger = {
		character:dan_valdemar_atterdag ?= {
			is_alive = yes
			is_married = no
		}
		character:dan_helvig ?= {
			is_alive = yes
			is_married = no
		}
	}

	illustration_tags = {
		10 = happy
		10 = interior
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		character:dan_valdemar_atterdag = { save_scope_as = target_valdemar }
		character:dan_helvig = { save_scope_as = target_helvig }
	}

	option = {
		name = flavor_dan.1200.a
		historical_option = yes
		add_prestige = prestige_mild_bonus
		custom_tooltip = {
			text = flavor_dan.1200.dan.tt
			c:SLV = { trigger_event_non_silently = flavor_dan.1203 }
		}
	}

	option = {
		name = flavor_dan.1200.b
		add_estate_satisfaction = { type = estate_type:nobles_estate value = estate_satisfaction_mild_penalty }
		reverse_add_opinion = { target = c:SLV modifier = refused_diplomatic_offer }
	}

}