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.72 约翰·巴普蒂斯特·维尔达登场

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

触发条件

  • 国家满足以下任一条件:
    • 拥有 geheimrat 科技
    • 拥有政府改革 hab_geheimer_rat
    • 拥有政府改革 privy_council

关键效果

  • 历史选项:选择此选项将获得少量威望加成,并使新创建的人物约翰·巴普蒂斯特·维尔达加入本国。

背景介绍: 此事件模拟了在17世纪上半叶,神圣罗马帝国(以奥地利为代表)的官僚体系发展过程中,一位名为约翰·巴普蒂斯特·维尔达的能吏的出现。他出生于格拉茨,属于市民阶层,具备出色的行政与外交能力。事件的发生依赖于国家是否已建立起类似枢密院或秘密议会的中央集权行政机构。他的加入旨在为统治集团补充人才,以应对日益复杂的帝国事务。

完整事件代码

flavor_hab.72 = { #Johann Baptist Verda
	type = country_event
	title = flavor_hab.72.title
	desc = flavor_hab.72.desc

	fire_only_once = yes

	historical_info = flavor_hab.72.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
		}
	}

	immediate = {
		create_character = {
			first_name = name_john.name_baptiste
			last_name = Verda
			birth_date = 1582.1.1
			birth_location = location:graz
			estate = estate_type:burghers_estate
			adm = { 50 80 }
			dip = { 50 80 }
			mil = { 20 40 }
			culture = culture:danube_bavarian
			save_scope_as = target_character
			create_in_limbo = yes
		}
	}

	option = {
		name = flavor_hab.72.a
		historical_option = yes
		add_prestige = prestige_mild_bonus
		scope:target_character = {
			move_country = root
		}
	}
}