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.29 卡斯特雷特要塞

时间范围

1664.1.1 - 1836.1.1,每月有 10% 的概率触发。

触发条件

  • 国家拥有哥本哈根地区。
  • 哥本哈根地区是国家的首都。

关键效果

  • 选项 A (历史选项)

    • 获得少量陆军传统增益。
    • 在哥本哈根地区建造“卡斯特雷特”类型建筑。
  • 选项 B

    • 获得少量威望惩罚。

背景介绍

卡斯特雷特是哥本哈根的一座星形要塞,始建于1662年,旨在加强首都的防御。该事件反映了丹麦在17世纪至19世纪期间,为巩固其首都安全而进行的军事工程建设。

完整事件代码

flavor_dan.29 = { #The Kastellet
	type = country_event
	title = flavor_dan.29.title
	desc = flavor_dan.29.desc
	fire_only_once = yes

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

	historical_info = flavor_dan.29.historical_info

	trigger = {
		owns = location:kobenhavn
		location:kobenhavn = {
			is_capital = yes
		}
	}

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

	option = {
		name = flavor_dan.29.a
		historical_option = yes
		add_army_tradition = army_tradition_mild_bonus
		location:kobenhavn = {
			construct_building = {
				building_type = building_type:kastellet
			}
		}
	}

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