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.12 卡斯帕·施利克登场

时间范围:1420.1.1 - 1449.1.1(每月 1% 概率)

触发条件

  • 国家拥有统治者。
  • 国家是神圣罗马帝国(international_organization:hre)的领袖。

关键效果

  • 选项 A (flavor_hab.12.a) - 历史选项
    • 获得 legitimacy_mild_penalty(合法性轻度惩罚)。
    • 将新创建的人物“卡斯帕·施利克”移动至本国。
  • 选项 B (flavor_hab.12.b)
    • 获得 legitimacy_mild_bonus(合法性轻度奖励)。
    • 将新创建的人物“卡斯帕·施利克”流放。

背景介绍: 卡斯帕·施利克(约1396-1449年)是15世纪神圣罗马帝国一位重要的政治家和外交家,出身于埃格尔(今捷克境内)。他长期服务于神圣罗马帝国皇帝西吉斯蒙德和阿尔布雷希特二世,并曾担任帝国首相。此事件模拟了这位有能力的人物在帝国政治舞台上的出现,统治者可以选择接纳他或将其排除在权力核心之外,不同的选择将对统治的合法性产生不同影响。

完整事件代码

flavor_hab.12 = { #Kaspar Schlick
	hide_portraits = yes
	type = country_event
	title = flavor_hab.12.title
	desc = flavor_hab.12.desc
	#historical_info = flavor_hab.12.historical_info

	fire_only_once = yes

	dynamic_historical_event = {
		tag = HAB
		tag = BOH
		from = 1420.1.1
		to = 1449.1.1
		monthly_chance = 1
	}

	illustration_tags = {
		10 = happy
		10 = interior
	}

	immediate = {
		event_illustration_poptype_effect = { foreground = pop_type:burghers   background = pop_type:burghers }

		create_character = {
			first_name = name_casper
			last_name = schlick
			birth_date = 1396.1.1
			birth_location = location:cheb
			culture = culture:east_franconian
			adm = 76
			dip = 82
			mil = 43
			estate = estate_type:burghers_estate
			create_in_limbo = yes
			save_scope_as = target_character
		}
		ruler = { save_scope_as = target_ruler }
	}

	trigger = {
		has_ruler = yes
		is_leader_of_international_organization = international_organization:hre
	}

	option = {
		name = flavor_hab.12.a
		historical_option = yes

		add_legitimacy = legitimacy_mild_penalty
		scope:target_character = { move_country = root }
	}

	option = {
		name = flavor_hab.12.b

		add_legitimacy = legitimacy_mild_bonus
		scope:target_character = { banish_character = yes }
	}
}