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.74] 维莱姆·斯拉瓦塔

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

触发条件

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

关键效果

  • 选项 A (历史选项)
    • 获得 legitimacy_mild_bonus 合法性加成
    • 将创建的 target_character 人物移动到本国

背景介绍: 此事件模拟了神圣罗马帝国皇帝斐迪南二世统治时期,波西米亚贵族维莱姆·斯拉瓦塔(Vilem Slavata)在三十年战争初期登上历史舞台的背景。斯拉瓦塔是一位捷克贵族,在波西米亚起义后选择效忠哈布斯堡王朝,并因其政治才能和忠诚而受到重用。该事件反映了哈布斯堡君主国在整合其多民族领地,特别是波西米亚地区时,对地方精英的吸纳与利用。

完整事件代码

flavor_hab.74 = { #Vilem Slavata
	type = country_event
	title = flavor_hab.74.title
	desc = flavor_hab.74.desc

	fire_only_once = yes

	historical_info = flavor_hab.74.historical_info

	dynamic_historical_event = {
		tag = HAB
		from = 1620.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:czech
		"culture_percentage_in_country(culture:czech)" > 0
	}

	illustration_tags = {
		10 = regular
		10 = interior
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		
		create_character = {
			first_name = name_william
			birth_date = 1572.12.1
			birth_location = location:kutna_hora
			dynasty = dynasty:slavata_dynasty
			estate = estate_type:nobles_estate
			adm = { 60 80 }
			dip = { 80 95 }
			mil = { 20 50 }
			culture = culture:czech
			save_scope_as = target_character
			create_in_limbo = yes
		}
	}

	option = {
		name = flavor_hab.74.a
		historical_option = yes
		add_legitimacy = legitimacy_mild_bonus
		scope:target_character = {
			move_country = root
		}
	}
}