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.8 古斯塔夫·阿道夫军事改革

时间范围:1615.1.1 - 1630.1.1,每月 5% 概率触发

触发条件

  • 国家标签为 SWE(瑞典)。
  • 事件为动态历史事件,在时间范围内仅能触发一次。

关键效果

  • 选项 A (flavor_swe.8.a) - 历史选项

    • 改变社会价值观:
      • offensive_vs_defensive(进攻 vs 防御):向“左”(进攻)方向移动。
      • quality_vs_quantity(质量 vs 数量):向“左”(质量)方向移动。
      • belligerent_vs_conciliatory(好战 vs 和解):轻微向“左”(好战)方向移动。
    • 增加 army_tradition_ultimate_bonus(陆军传统终极奖励)。
    • 增加 research_progress_severe_bonus(研究进度巨额奖励)。
  • 选项 B (flavor_swe.8.b)

    • 增加 army_tradition_mild_bonus(陆军传统轻微奖励)。
    • 增加 research_progress_severe_bonus(研究进度巨额奖励)。

背景介绍: 此事件模拟了瑞典国王古斯塔夫二世·阿道夫(Gustavus Adolphus)在17世纪初进行的著名军事改革。他引入了更灵活的线列战术、标准化装备、更有效的炮兵运用以及国家常备军制度,极大地提升了瑞典军队的战斗力、机动性和纪律性,使其成为三十年战争中一支决定性的力量。这些改革不仅重塑了瑞典军队,也对近代欧洲军事发展产生了深远影响。

完整事件代码

flavor_swe.8 = {
	type = country_event
	title = flavor_swe.8.title
	desc = flavor_swe.8.desc
	historical_info = flavor_swe.8.historical_info

	illustration_tags = {
		10 = regular
		10 = exterior
	}

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

	fire_only_once = yes
	dynamic_historical_event = {
		tag = SWE
		from = 1615.1.1
		to = 1630.1.1
		monthly_chance = 5
	}

	option = {
		name = flavor_swe.8.a
		historical_option = yes
		change_societal_value = { type = offensive_vs_defensive value = societal_value_move_to_left }
		change_societal_value = { type = quality_vs_quantity value = societal_value_move_to_left }
		change_societal_value = { type = belligerent_vs_conciliatory value = societal_value_minor_move_to_left }
		add_army_tradition = army_tradition_ultimate_bonus
		add_research_progress = research_progress_severe_bonus
	}
	option = {
		name = flavor_swe.8.b
		add_army_tradition = army_tradition_mild_bonus
		add_research_progress = research_progress_severe_bonus
	}
}