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_hab.23 克莱门斯·冯·梅特涅登场

时间范围
1798年1月1日 - 1837年1月1日(每月 5% 概率触发)

触发条件

  • 仅限国家标签为 HAB(奥地利)触发
  • 事件仅能触发一次(fire_only_once = yes

关键效果
选项: flavor_hab.23.a

  • 增加政府权力(government_power_weak_bonus
  • 增加威望(prestige_mild_bonus

背景介绍
克莱门斯·冯·梅特涅是奥地利帝国著名的外交家与政治家,在拿破仑战争后的欧洲秩序重建中扮演了核心角色。作为维也纳会议的主要设计者之一,他倡导的“梅特涅体系”旨在维持欧洲的保守主义秩序与力量平衡。此事件模拟了这位关键历史人物在奥地利政坛的登场,标志着其政治生涯的开始及其对奥地利内政外交的潜在影响。

完整事件代码

flavor_hab.23 = { #Klemens von Metternich
	type = country_event
	title = flavor_hab.23.title
	desc = flavor_hab.23.desc

	fire_only_once = yes

	dynamic_historical_event = {
		tag = HAB
		from = 1798.1.1
		to = 1837.1.1
		monthly_chance = 5
	}

	illustration_tags = {
		10 = happy
		10 = interior
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }

		create_character = {
			first_name = name_clement.name_wenceslas
			dynasty = dynasty:von_metternich_dynasty
			adm = 72
			dip = 94
			mil = 82
			birth_date = 1773.5.15
			birth_location = location:coblenz
			culture = culture:danube_bavarian
			estate = estate_type:nobles_estate
			add_trait = trait:unsuited_for_naval_command
			add_trait = trait:unsuited_for_army_command
		}
	}

	option = {
		name = flavor_hab.23.a

		add_government_power = government_power_weak_bonus
		add_prestige = prestige_mild_bonus
	}
}