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.46 皇家近卫军扩编

时间范围:1600.1.1 - 1700.1.1,每月 10% 概率触发

触发条件

  • 国家为丹麦(DAN)
  • 已拥有 dan_royal_life_guards 科技(或理念)
  • 当前拥有君主
  • 政府类型为君主制

关键效果

  • 选项 A (历史选项)
    • 名称:flavor_dan.46.a
    • 花费:减少 8 金币
    • 获得:army_tradition_severe_bonus(陆军传统大幅增益)
    • 社会价值观:offensive_vs_defensive 向“进攻”方向移动
  • 选项 B
    • 名称:flavor_dan.46.b
    • 获得:army_tradition_mild_penalty(陆军传统轻微减益)

背景介绍: 在17世纪,丹麦王国致力于加强其军事力量,特别是精锐的皇家近卫军。这一时期,君主制国家普遍通过扩编和改革核心卫队来巩固王权、提升军队的专业性与忠诚度。本事件反映了丹麦在百年间对王室卫队的投资与军事传统的塑造。

完整事件代码

flavor_dan.46 = { #Expanding the Royal Life Guards
	type = country_event
	title = flavor_dan.46.title
	desc = flavor_dan.46.desc

	fire_only_once = yes

	dynamic_historical_event = {
		tag = DAN
		from = 1600.1.1
		to = 1700.1.1
		monthly_chance = 10
	}
	
	illustration_tags = {
		10 = regular
		10 = exterior
	}

	trigger = {
		has_advance = dan_royal_life_guards
		has_ruler = yes
		government_type = government_type:monarchy
	}

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

	option = {
		name = flavor_dan.46.a
		historical_option = yes
		change_gold_effect = { scale = -8 }
		add_army_tradition = army_tradition_severe_bonus
		change_societal_value = { type = offensive_vs_defensive value = societal_value_move_to_right }
	}

	option = {
		name = flavor_dan.46.b
		add_army_tradition = army_tradition_mild_penalty
	}
}