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_dan.38 北方雄狮

时间范围:1337.1.1-1836.1.1,每月 1% 概率触发

触发条件

  • 控制奥斯陆(oslo)地区
  • 控制斯德哥尔摩(stockholm)地区
  • 国家等级为帝国(country_rank:rank_empire)

关键效果

  • 选项flavor_dan.38.a
    • 为国家添加名为 dan_lion_from_the_north 的修正,持续10年(若已存在则叠加并延长持续时间)

背景介绍: 此事件模拟了斯堪的纳维亚地区在特定历史条件下,一位强大统治者或军事领袖的崛起,其影响力足以被冠以“北方雄狮”的称号。它要求丹麦(DAN)同时控制挪威的奥斯陆和瑞典的斯德哥尔摩核心地区,并已建立起帝国霸业,这通常对应着历史上卡尔马联合鼎盛时期或北欧强权整合的阶段。事件通过一个持续十年的国家修正来体现这位领袖带来的军事或统治红利。

完整事件代码

flavor_dan.38 = { #Lion from the North
	type = country_event
	title = flavor_dan.38.title
	desc = flavor_dan.38.desc

	fire_only_once = yes

	dynamic_historical_event = {
		tag = DAN
		from = 1337.1.1
		to = 1836.1.1
		monthly_chance = 1
	}

	illustration_tags = {
		10 = regular
		10 = exterior
	}

	trigger = {
		owns = location:oslo
		owns = location:stockholm
		country_rank = country_rank:rank_empire
	}

	immediate = {
		event_illustration_poptype_effect = { foreground = pop_type:soldiers background = pop_type:soldiers }
	}

	option = {
		name = flavor_dan.38.a
		add_country_modifier = { modifier = dan_lion_from_the_north years = 10	mode = add_and_extend }
	}
}