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.70 Franz von Dietrichstein

时间范围

1600.1.1 - 1650.1.1 在时间范围内,每月有 10% 的概率触发此事件。

触发条件

国家满足以下任一条件:

  • 拥有 geheimrat 科技。
  • 拥有政府改革 hab_geheimer_rat
  • 拥有政府改革 privy_council

关键效果

选项: flavor_hab.70.a (历史选项)

  • 贵族阶层满意度: 获得小幅提升。
  • 神职人员阶层满意度: 获得小幅提升。
  • 人物操作: 将创建的人物 Franz von Dietrichstein 移动至本国。

背景介绍

此事件模拟了弗朗茨·冯·迪特里希施泰因(Franz von Dietrichstein)在哈布斯堡王朝宫廷中的登场。迪特里希施泰因是一位出身于西班牙马德里的德意志贵族和高级神职人员,以其出色的外交能力而闻名。事件反映了在17世纪早期,哈布斯堡君主国通过其枢密院或类似机构,吸纳具有国际背景和卓越才能的人物进入统治核心,以巩固国内贵族与教会的支持,并增强国家的外交与治理能力。

完整事件代码

flavor_hab.70 = { #Franz von Dietrichstein
	type = country_event
	title = flavor_hab.70.title
	desc = flavor_hab.70.desc

	fire_only_once = yes

	dynamic_historical_event = {
		tag = HAB
		from = 1600.1.1
		to = 1650.1.1
		monthly_chance = 10
	}

	historical_info = flavor_hab.70.historical_info

	trigger = {
		OR = {
			has_advance = geheimrat
			has_reform = government_reform:hab_geheimer_rat
			has_reform = government_reform:privy_council
		}
	}

	immediate = {
		create_character = {
			first_name = name_francis.name_seraphin
			last_name = von_Dietrichstein
			birth_date = 1570.8.22
			birth_location = location:madrid
			estate = estate_type:clergy_estate
			adm = { 50 80 }
			dip = { 70 90 }
			mil = { 20 40 }
			culture = culture:danube_bavarian
			save_scope_as = target_character
			create_in_limbo = yes
		}
	}

	option = {
		name = flavor_hab.70.a
		historical_option = yes
		add_estate_satisfaction = { type = estate_type:nobles_estate value = estate_satisfaction_mild_bonus }
		add_estate_satisfaction = { type = estate_type:clergy_estate value = estate_satisfaction_mild_bonus }
		scope:target_character = {
			move_country = root
		}
	}
}