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_swe.2 瑞典与丹麦的联合统治

时间范围:1300.1.1 - 1600.1.1(每月 5% 概率)

触发条件

  • 瑞典(SWE)与丹麦(DAN)处于联合统治状态。
  • 瑞典的统治者文化为丹麦文化。
  • 瑞典的继承法与丹麦的继承法相同。

关键效果

  • 选项 A (历史选项)
    • 增加农民阶层满意度(激进惩罚值)。
  • 选项 B
    • 丹麦对瑞典获得“瑞典支持联合统治”观点修正。
    • 增加农民阶层满意度(极端惩罚值)。
    • 减少大量正统性。
  • 选项 C
    • 丹麦对瑞典获得“瑞典放弃联合统治”观点修正。
    • 增加贵族阶层满意度(轻微惩罚值)。

背景介绍: 该事件模拟了14至16世纪瑞典与丹麦处于卡尔马联合统治下的历史时期。在此期间,瑞典由丹麦国王统治,并遵循丹麦的继承法。事件反映了瑞典国内不同阶层(农民与贵族)对于联合统治的不同态度,以及这些态度对两国关系和国内稳定的影响。

完整事件代码

flavor_swe.2 = {
	type = country_event
	title = flavor_swe.2.title
	desc = flavor_swe.2.desc
	historical_info = flavor_swe.2.historical_info

	fire_only_once = yes
	dynamic_historical_event = {
		tag = SWE
		from = 1300.1.1
		to = 1600.1.1
		monthly_chance = 5
	}

	illustration_tags = {
		10 = angry
		10 = exterior
	}

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

	trigger = {
		in_union_with = c:DAN
		ruler ?= {
			culture = culture:danish
		}
		succession_law = c:DAN.succession_law
	}

	option = {
		name = flavor_swe.2.a
		historical_option = yes
		add_estate_satisfaction = { type = estate_type:peasants_estate value = estate_satisfaction_radical_penalty }
	}
	option = {
		name = flavor_swe.2.b
		c:DAN = {
			add_opinion = { target = root modifier = swe_supports_the_union }
		}
		add_estate_satisfaction = { type = estate_type:peasants_estate value = estate_satisfaction_extreme_penalty }
		add_legitimacy = legitimacy_severe_penalty
	}
	option = {
		name = flavor_swe.2.c
		c:DAN = {
			add_opinion = { target = root modifier = swe_renounced_the_union }
		}
		add_estate_satisfaction = { type = estate_type:nobles_estate value = estate_satisfaction_mild_penalty }
	}
}