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_dan.2] 瑞典-丹麦动态历史事件

时间范围
事件未指定 fromto 日期,也未设置 monthly_chance,因此为条件触发型事件,无固定时间范围与月度概率。

触发条件
事件代码中未包含 trigger 字段,具体触发条件需参考游戏内其他相关机制或事件链。

关键效果
事件提供两个选项:

  • 选项 A(历史选项)

    • 名称:flavor_swe_dan.2.a
    • 标记为历史选项(historical_option = yes
    • 若瑞典(c:SWE)存在,则非静默触发事件 flavor_swe_dan.3
    • 显示工具提示(show_as_tooltip),并启用位置转移(transfer_the_locs = yes
  • 选项 B

    • 名称:flavor_swe_dan.2.b
    • 为国家添加严重稳定性惩罚(add_stability = stability_severe_penalty
    • 若瑞典(c:SWE)存在,则非静默触发事件 flavor_swe_dan.4(原注释中有一条延迟15天触发的备用代码行)

背景介绍
此事件涉及瑞典与丹麦之间的历史互动,可能反映了两国在特定时期的政治、军事或外交危机。选项A代表遵循历史路径的决策,可能导向后续事件发展;选项B则意味着采取对抗或拒绝妥协的立场,将导致国内稳定性严重受损,并可能引发瑞典的进一步反应。

完整事件代码

flavor_swe_dan.2 = {
	type = country_event
	title = flavor_swe_dan.2.title
	desc = flavor_swe_dan.2.desc
	historical_info = flavor_swe_dan.1.historical_info

	image = "gfx/interface/illustrations/event/backgrounds/special/shortage.dds"

	option = {
		name = flavor_swe_dan.2.a
		historical_option = yes

		c:SWE ?= {
			trigger_event_non_silently = flavor_swe_dan.3
		}
		show_as_tooltip = {
			transfer_the_locs = yes
		}
	}

	option = {
		name = flavor_swe_dan.2.b
		add_stability = stability_severe_penalty
		
		c:SWE ?= {
			trigger_event_non_silently = flavor_swe_dan.4
			#trigger_event_non_silently = { id = flavor_swe_dan.4 days = 15 }
		}
	}
}