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.8] 丹麦的奥尔登堡家族

时间范围:1400.1.1 - 1837.1.1,每月 4% 概率触发

触发条件

  • 当前国家没有继承人。
  • 当前统治者年龄大于40岁。
  • 国家 SHL(石勒苏益格)存在。
  • 国家 SHL 是当前国家的附庸。
  • 国家 SHL 拥有统治者,且其统治者与当前国家的统治者不是同一人。
  • 国家 SHL 拥有继承人。

关键效果

  • 选项 A (历史选项)
    • SHL 的继承人指定为当前国家的继承人。
  • 选项 B
    • 增加贵族阶层满意度(轻微增益)。
    • 降低国家稳定度(轻微惩罚)。

背景介绍: 奥尔登堡家族是丹麦历史上一个重要的统治家族,自15世纪起长期统治丹麦。该事件模拟了当丹麦王室缺乏直系继承人时,从同为奥尔登堡家族分支统治的石勒苏益格公国引入继承人的历史可能性。这反映了中世纪和近代早期欧洲王室通过家族网络解决继承危机的常见做法,也体现了丹麦与石勒苏益格之间紧密的政治与王朝联系。

完整事件代码

flavor_dan.8 = { #House Oldenburg in Denmark
	type = country_event
	title = flavor_dan.8.title
	desc = flavor_dan.8.desc


	fire_only_once = yes
	dynamic_historical_event = {
		tag = DAN
		from = 1400.1.1
		to = 1837.1.1
		monthly_chance = 4
	}

	illustration_tags = {
		10 = regular
		10 = interior
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		hidden_effect = {
			ruler = { save_scope_as = target_character }
			c:SHL = {
				ruler = { save_scope_as = count_of_holstein }
				heir = { save_scope_as = target_heir }
			}
		}
	}

	trigger = {
		has_heir = no
		ruler ?= {
			age_in_years > 40
		}

		country_exists = c:SHL
		c:SHL = {
			is_subject_of = root
			has_ruler = yes
			ruler != root.ruler
			has_heir = yes
		}
	}

	option = {
		name = flavor_dan.8.a
		historical_option = yes
		set_as_designated_heir = {
			target = scope:target_heir
			reason = preferred_heir_of_ruler
		}
	}
	option = {
		name = flavor_dan.8.b
		add_estate_satisfaction = { type = estate_type:nobles_estate value = estate_satisfaction_mild_bonus }
		add_stability = stability_mild_penalty
	}
}