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.31 克伦堡

时间范围:1500.1.1 - 1836.1.1(每月 10% 概率触发)

触发条件

  • 国家控制赫尔辛格(Helsingør)地区。

关键效果

  • 选项 A (历史选项)
    • 在赫尔辛格地区建造建筑“克伦堡”(Kronborg)。
  • 选项 B
    • 国家获得少量威望惩罚。

背景介绍: 克伦堡是位于丹麦赫尔辛格的一座文艺复兴时期城堡,以其战略位置和作为莎士比亚戏剧《哈姆雷特》的背景而闻名。该事件反映了丹麦王国在16世纪早期决定在此地建造或强化这座重要要塞的历史时刻,它既是王权的象征,也是控制厄勒海峡的关键军事设施。

完整事件代码

flavor_dan.31 = { #Kronborg
	type = country_event
	title = flavor_dan.31.title
	desc = flavor_dan.31.desc
	fire_only_once = yes

	dynamic_historical_event = {
		tag = DAN
		from = 1500.1.1
		to = 1836.1.1
		monthly_chance = 10
	}

	historical_info = flavor_dan.31.historical_info

	trigger = {
		owns = location:helsingor
	}

	immediate = {
		location:helsingor = {
		save_scope_as = target_location
		}
	}

	option = {
		name = flavor_dan.31.a
		historical_option = yes
		location:helsingor = {
			construct_building = {
				building_type = building_type:kronborg
			}
		}
	}

	option = {
		name = flavor_dan.31.b
		add_prestige = prestige_mild_penalty
	}
}