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.5 斯堪的纳维亚宪法

时间范围

1450.1.1 - 1550.1.1,每月有 2% 的概率触发。

触发条件

  • 玩家国家为 丹麦 (DAN)
  • 丹麦必须与 瑞典 (SWE) 处于联合统治中。
  • 丹麦必须与 挪威 (NOR) 处于联合统治中。

关键效果

选项 A:flavor_dan.5.a

  • 历史选项:是
  • 社会价值观 中央化 vs 地方分权 向左移动(趋向中央化)。
  • 获得少量合法性加成。
  • 获得少量威望加成。
  • 瑞典 (SWE) 对丹麦获得“强制推行斯堪的纳维亚宪法”观点修正。
  • 挪威 (NOR) 对丹麦获得“强制推行斯堪的纳维亚宪法”观点修正。

选项 B:flavor_dan.5.b

  • 社会价值观 中央化 vs 地方分权 向右移动(趋向地方分权)。
  • 获得少量威望惩罚。
  • 获得少量合法性惩罚。
  • 瑞典 (SWE) 对丹麦获得“废弃斯堪的纳维亚宪法”观点修正。
  • 挪威 (NOR) 对丹麦获得“废弃斯堪的纳维亚宪法”观点修正。

背景介绍

在卡尔马联盟时期,丹麦作为联盟的主导者,面临着如何治理其联合统治下的瑞典和挪威的挑战。为了巩固联盟、统一法律并加强哥本哈根中央政府的权威,丹麦王室考虑推行一部适用于整个斯堪的纳维亚地区的宪法。这一举措旨在削弱地方贵族的权力,强化王权,但同时也可能激起瑞典和挪威贵族的不满,引发对丹麦统治的抵触情绪。

完整事件代码

flavor_dan.5 = { #double check with Kalmar Union Work - Scandinavian Constitution Add Laws to IO
	type = country_event
	title = flavor_dan.5.title
	desc = flavor_dan.5.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = DAN
		from = 1450.1.1
		to = 1550.1.1
		monthly_chance = 2
	}

	illustration_tags = {
		10 = angry
		10 = interior
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
	}

	trigger = {
		in_union_with = c:SWE
		in_union_with = c:NOR
	}

	option = {
		name = flavor_dan.5.a
		historical_option = yes

		change_societal_value = { type = centralization_vs_decentralization value = societal_value_move_to_left }
		add_legitimacy = legitimacy_weak_bonus
		add_prestige = prestige_weak_bonus
		c:SWE = {
			add_opinion = { target = c:DAN modifier = opinion_enforced_scandinavian_constitution }
		}
		c:NOR = {
			add_opinion = { target = c:DAN modifier = opinion_enforced_scandinavian_constitution }
		}
	}
	option = {
		name = flavor_dan.5.b
		change_societal_value = { type = centralization_vs_decentralization value = societal_value_move_to_right }
		add_prestige = prestige_weak_penalty
		add_legitimacy = legitimacy_weak_penalty
		c:SWE = {
			add_opinion = { target = c:DAN modifier = opinion_discarded_scandinavian_constitution }
		}
		c:NOR = {
			add_opinion = { target = c:DAN modifier = opinion_discarded_scandinavian_constitution }
		}
	}
}