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.1300 卡尔·冯·克劳塞维茨登场

时间范围

1800年1月1日 - 1816年1月1日,每月有 5% 的概率触发。

触发条件

  • 国家 拥有柏林地区

关键效果

  • 选项: flavor_brapru.1300.a
    • 国库减少少量金钱。
    • 获得少量威望。
    • 20年后 自动触发后续事件 flavor_brapru.1301

背景介绍

此事件标志着普鲁士军事理论家卡尔·冯·克劳塞维茨的登场。克劳塞维茨以其著作《战争论》闻名于世,对现代军事战略思想产生了深远影响。在拿破仑战争时期,他服务于普鲁士军队,其理论深刻分析了战争与政治的关系。该事件模拟了这位重要军事思想家在普鲁士的出现及其对国家军事发展的潜在贡献。

完整事件代码

flavor_brapru.1300 = { #Carl von Clausewitz
	type = country_event
	title = flavor_brapru.1300.title
	desc = flavor_brapru.1300.desc
	historical_info = flavor_brapru.1300.historical_info

	fire_only_once = yes
	dynamic_historical_event = {
		tag = PRU
		from = 1800.1.1
		to = 1816.1.1
		monthly_chance = 5
	}

	illustration_tags = {
		10 = regular
		10 = exterior
	}

	immediate = {
		event_illustration_poptype_effect = { foreground = pop_type:soldiers background = pop_type:soldiers }
		create_character = {
			first_name = name_charles # should be alternative Carl
			last_name = von_Clausewitz
			birth_date = 1780.7.1
			birth_location = location:burg
			adm = 77
			dip = 64
			mil = 89
			estate = estate_type:nobles_estate
			save_scope_as = target_character
			script = brapru_von_clausewitz
			add_trait = trait:military_theorist
		}
	}

	trigger = {
		owns = location:berlin
	}

	option = {
		name = flavor_brapru.1300.a
		change_gold_effect = { scale = -1 }
		add_prestige = prestige_weak_bonus
		trigger_event_silently = {
			id = flavor_brapru.1301
			years = 20
		 }
	}
}