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.21 瑞典军事改革

时间范围
1680.1.1 - 1690.1.1(每月 5% 概率)

触发条件

  • 国家标签为 SWE(瑞典)
  • 事件仅触发一次

关键效果

  • 选项 A(历史选项)
    • 获得 army_tradition_ultimate_bonus(陆军传统终极加成)
    • 社会价值观调整:
      • offensive_vs_defensive(进攻 vs 防御)向“左侧”小幅移动
      • quality_vs_quantity(质量 vs 数量)向“左侧”小幅移动
  • 选项 B
    • 获得 stability_mild_bonus(稳定度小幅加成)

背景介绍
该事件反映了17世纪末瑞典在卡尔十一世统治时期进行的军事改革。面对北方战争后的财政与军事压力,瑞典推行了“缩减政策”,收回贵族土地以巩固王室财政,并重组军队体系,建立了基于省份征兵制的常备军。这些改革强化了中央集权,提升了陆军战斗力,并为后来的大北方战争奠定了基础。

完整事件代码

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

	fire_only_once = yes
	dynamic_historical_event = {
		tag = SWE
		from = 1680.1.1
		to = 1690.1.1
		monthly_chance = 5
	}

	illustration_tags = {
        10 = regular
        10 = exterior
    }

	immediate = {
		event_illustration_poptype_effect = { foreground = pop_type:soldiers background = pop_type:peasants }
	}
	
	option = {
		name = flavor_swe.21.a
		historical_option = yes
		add_army_tradition = army_tradition_ultimate_bonus
		change_societal_value = { type = offensive_vs_defensive value = societal_value_minor_move_to_left }
		change_societal_value = { type = quality_vs_quantity value = societal_value_minor_move_to_left }
	}
	option = {
		name = flavor_swe.21.b
		add_stability = stability_mild_bonus
	}
}