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.1] 瑞典与丹麦的领土提议

时间范围:1338.1.1 - 1350.1.1(每月 10% 概率)

触发条件

  • 瑞典(SWE)当前未处于战争状态。
  • 丹麦(DAN)满足以下条件:
    • 拥有至少一笔贷款。
    • 拥有阿斯博(asbo)和拉霍尔姆(laholm)两地。
  • 斯科讷(SKE)是瑞典(SWE)的附属国。

关键效果

  • 选项 A (flavor_swe_dan.1.a) - 历史选项
    • 对丹麦(DAN)非静默地触发事件 flavor_swe_dan.2
    • 显示自定义提示 flavor_swe_dan_offer
  • 选项 B (flavor_swe_dan.1.b)
    • 为瑞典(SWE)增加少量威望。

背景介绍: 在14世纪中叶,瑞典王国与丹麦王国之间的关系复杂且充满领土争端。当时,丹麦因财政困难而背负债务,并控制着斯堪尼亚地区(今瑞典南部)的关键地点。瑞典则通过其附属国斯科讷,在该地区拥有间接影响力。此事件模拟了瑞典可能利用丹麦的财政弱点,就阿斯博和拉霍尔姆等地的归属问题提出交涉或施加压力的历史情境。

完整事件代码

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

	fire_only_once = yes
	dynamic_historical_event = {
		tag = SWE
		from = 1338.1.1
		to = 1350.1.1
		monthly_chance = 10
	}
	
	image = "gfx/interface/illustrations/event/backgrounds/special/shortage.dds"
	
	trigger = {
		at_war = no
		c:DAN ?= {
			num_loans > 0
			owns = location:asbo
			owns = location:laholm
		}
		c:SKE ?= {
			is_subject_of = c:SWE
		}
	}

	option = {
		name = flavor_swe_dan.1.a

		historical_option = yes
		c:DAN = {
			trigger_event_non_silently = flavor_swe_dan.2
		}
		custom_tooltip = flavor_swe_dan_offer
	}
	option = {
		name = flavor_swe_dan.1.b
		add_prestige = prestige_mild_bonus
	}
}