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_brapru.1301] 卡尔·冯·克劳塞维茨的《战争论》

时间范围

  • 事件为一次性触发事件(fire_only_once = yes),无具体起止日期限制。
  • 无每月触发概率(monthly_chance 未定义)。

触发条件

  • 国家(ROOT)拥有并控制名为 brapru_von_clausewitz 的角色。
  • 该角色必须存活(is_alive = yes)。

关键效果

选项:flavor_brapru.1301.a

  • 获得少量研究进度加成(add_research_progress = research_progress_mild_bonus)。
  • 社会价值观向“创新”方向移动(change_societal_value = { type = traditionalist_vs_innovative value = societal_value_move_to_right })。
  • 在首都创建一件艺术品:
    • 类型:专著(type = work_of_art_type:treatise)。
    • 艺术家:触发事件的目标角色(brapru_von_clausewitz)。
    • 品质:98(quality = 98)。
    • 标识符:on_war

背景介绍

此事件模拟了普鲁士军事理论家卡尔·冯·克劳塞维茨完成其不朽著作《战争论》的历史时刻。克劳塞维茨在拿破仑战争后,结合自身经历与对战争的深刻反思,撰写了这部系统阐述战争本质、战略与战术的军事理论经典。《战争论》的完成不仅提升了国家的军事研究水平,也推动了军事思想从传统向更具分析性和系统性的现代军事理论转变。

完整事件代码

flavor_brapru.1301 = { #Carl von Clausewitz' On War
	type = country_event
	title = flavor_brapru.1301.title
	desc = flavor_brapru.1301.desc
	image = "gfx/interface/illustrations/institutions/military_revolution.dds"

	fire_only_once = yes

	illustration_tags = {
		10 = regular
		10 = interior
	}

	trigger = {
		character:brapru_von_clausewitz = {
			owner = ROOT
			is_alive = yes
		}
	}

	immediate = {
		event_illustration_poptype_effect = { foreground = pop_type:soldiers background = pop_type:soldiers }
		character:brapru_von_clausewitz = { save_scope_as = target_character }
	}

	option = {
		name = flavor_brapru.1301.a
		add_research_progress = research_progress_mild_bonus
		change_societal_value = { type = traditionalist_vs_innovative value = societal_value_move_to_right }
		capital = {
			create_art = {
				artist = scope:target_character
				type = work_of_art_type:treatise
				quality = 98
				key = on_war
			}
		}
	}
}