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.73 尼古拉斯·埃斯特哈齐登场

时间范围:1610.1.1 - 1650.1.1(每月 10% 概率)

触发条件

  • 国家满足以下任一条件:
    • 已拥有 geheimrat 科技
    • 已实施政府改革 hab_geheimer_rat
    • 已实施政府改革 privy_council
  • 已接受文化 hungarian
  • 国家内 hungarian 文化的人口比例大于 0

关键效果

  • 选项 A (历史选项)
    • 将创建的人物 尼古拉斯·埃斯特哈齐 移动至本国。
    • 为该人物添加特质 unsuited_for_naval_command(不适合海军指挥)和 unsuited_for_army_command(不适合陆军指挥)。
  • 选项 B
    • 获得 army_tradition_mild_bonus(陆军传统小幅增益)。
    • 将创建的人物 尼古拉斯·埃斯特哈齐 移动至本国。
    • 为该人物随机添加一个 general(将军)类别的特质。
    • 为该人物添加持续时间为 -1 年(即永久)的修正 refuses_to_serve_in_cabinet(拒绝在内阁任职)。

背景介绍: 此事件模拟了匈牙利贵族尼古拉斯·埃斯特哈齐(Nikolaus Esterházy)在17世纪初为哈布斯堡王朝服务的历史。埃斯特哈齐家族是匈牙利最有权势的贵族家族之一,在哈布斯堡君主国对抗奥斯曼帝国和维护对匈牙利统治的过程中扮演了关键角色。尼古拉斯·埃斯特哈齐本人以其政治手腕和对王室的支持而闻名,该事件反映了哈布斯堡王朝在整合其多民族帝国,特别是依赖匈牙利精英阶层支持时所面临的选择。

完整事件代码

flavor_hab.73 = { #Nicolas Esterhazy
	type = country_event
	title = flavor_hab.73.title
	desc = flavor_hab.73.desc

	fire_only_once = yes

	historical_info = flavor_hab.73.historical_info

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

	trigger = {
		OR = {
			has_advance = geheimrat
			has_reform = government_reform:hab_geheimer_rat
			has_reform = government_reform:privy_council
		}
		has_accepted_culture = culture:hungarian
		"culture_percentage_in_country(culture:hungarian)" > 0
	}

	immediate = {
		create_character = {
			first_name = name_nicholas
			last_name = Esterhazy
			birth_date = 1583.4.8
			birth_location = location:trnava
			estate = estate_type:nobles_estate
			dynasty = dynasty:Esterhazy_dynasty
			adm = { 50 80 }
			dip = { 50 80 }
			mil = { 60 80 }
			culture = culture:hungarian
			save_scope_as = target_character
			create_in_limbo = yes
		}
	}

	option = {
		name = flavor_hab.73.a
		historical_option = yes
		scope:target_character = {
			move_country = root
		}
		scope:target_character = {
			add_trait = trait:unsuited_for_naval_command
			add_trait = trait:unsuited_for_army_command
		}
	}

	option = {
		name = flavor_ven.73.b
		add_army_tradition = army_tradition_mild_bonus
		scope:target_character = {
			move_country = root
		}
		scope:target_character = {
			add_random_trait_from_category = general
			add_character_modifier = {
				modifier = refuses_to_serve_in_cabinet
				years = -1
				mode = add_and_extend
			}
		}
	}
}