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.4 对丹麦的领土主张

时间范围
事件未指定 fromto 日期,也未设置 monthly_chance,因此为一次性触发事件。

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

关键效果

  • 选项flavor_swe_dan.4.a
    • 获得一个针对国家 DAN(丹麦)的宣战理由(casus_belli)。
    • 宣战理由类型为 cb_conquer_province(征服省份)。
    • 目标省份为 location:laholm.province(拉霍尔姆省)。

背景介绍
此事件反映了瑞典(事件文件标识为 swe)与丹麦(DAN)之间长期存在的领土争端。拉霍尔姆省(laholm.province)位于斯堪的纳维亚半岛南部,历史上是两国争夺的前沿地带。该事件为瑞典提供了一个对丹麦的特定领土宣称,可能源于历史条约、民族诉求或战略扩张需求,是推动两国冲突或外交博弈的一个潜在导火索。

完整事件代码

flavor_swe_dan.4 = {
	type = country_event
	title = flavor_swe_dan.4.title
	desc = flavor_swe_dan.4.desc
	
	image = "gfx/interface/illustrations/event/backgrounds/special/shortage.dds"
	
	option = {
		name = flavor_swe_dan.4.a
		add_casus_belli = {	
			target = c:DAN
			type = casus_belli:cb_conquer_province
			province = location:laholm.province
		}
	}
}