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.3 拒绝卡尔马休会

时间范围:1470.1.1 - 1520.1.1,每月 5% 概率

触发条件

  • 事件仅能触发一次。
  • 动态历史事件,仅限国家标签为 SWE(瑞典)的国家。
  • 事件触发时间必须在 fromto 指定的日期范围内。

关键效果

  • 选项 A (历史选项)
    • 增加 legitimacy_mild_bonus 数量的正统性。
    • 丹麦 (DAN) 对事件触发国(瑞典)增加观点修正 swe_rejected_the_kalmar_recess
  • 选项 B
    • 增加 stability_mild_bonus 数量的稳定度。
    • 丹麦 (DAN) 对事件触发国(瑞典)增加观点修正 swe_honored_the_kalmar_recess

背景介绍: 此事件涉及瑞典在卡尔马联合(由丹麦、瑞典和挪威组成的共主邦联)后期的一段关键决策。卡尔马休会(Kalmar Recess)是联合内部旨在解决争端或调整权力结构的协议或安排。瑞典面临选择:是拒绝该休会以维护或争取更大的自治权,还是接受它以示对联合的忠诚。这一选择将直接影响瑞典与主导国丹麦的关系,以及其国内统治的合法性或稳定。

完整事件代码

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

	fire_only_once = yes
	dynamic_historical_event = {
		tag = SWE
		from = 1470.1.1
		to = 1520.1.1
		monthly_chance = 5
	}

	illustration_tags = {
		10 = regular
		10 = exterior
	}

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

	option = {
		name = flavor_swe.3.a
		historical_option = yes
		add_legitimacy = legitimacy_mild_bonus
		c:DAN = {
			add_opinion = { target = root modifier = swe_rejected_the_kalmar_recess }
		}
	}
	option = {
		name = flavor_swe.3.b
		add_stability = stability_mild_bonus
		c:DAN = {
			add_opinion = { target = root modifier = swe_honored_the_kalmar_recess }
		}
	}
}