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.34 彼得·茨维克尔登场

时间范围

1440.1.1 - 1460.1.1,每月有 1% 的概率触发。

触发条件

  • 国家宗教为 天主教
  • 任意拥有的省份中,存在 非天主教 但属于 基督教组 的民众。

关键效果

选项 A (历史选项)

  • 稳定性:小幅下降。
  • 宗教影响力:小幅提升。
  • 教士阶层满意度:小幅提升。
  • 人物操作:将创建的人物 彼得·茨维克尔 移动至本国。

选项 B

  • 正统性:小幅提升。
  • 宗教影响力:小幅下降。
  • 教士阶层满意度:小幅下降。
  • 人物操作秘密处决 已创建的彼得·茨维克尔。

背景介绍

此事件模拟了15世纪中叶,神圣罗马帝国(以奥地利为代表)境内宗教状况的一个侧面。彼得·茨维克尔是一位历史人物,他作为宗教裁判官,活跃于波西米亚等地,致力于应对胡斯派等非天主教基督教派别的传播。该事件反映了天主教当局在面对境内异端时,可以选择接纳一位强硬的宗教人物来加强控制(历史选项),或者选择拒绝其服务以换取其他方面的稳定。

完整事件代码

flavor_hab.34 = { #Petrus Zwicker
	type = country_event
	title = flavor_hab.34.title
	desc = flavor_hab.34.desc

	fire_only_once = yes

	historical_info = flavor_hab.34.historical_info

	dynamic_historical_event = {
		tag = HAB
		from = 1440.1.1
		to = 1460.1.1
		monthly_chance = 1
	}

	trigger = {
		religion = religion:catholic
		any_owned_location = {
			any_pop = {
				religion != religion:catholic
				religion.group = religion_group:christian
			}
		}
	}

	immediate = {
		create_character = {
			first_name = name_peter
			last_name = Zwicker
			adm = { 50 80 }
			dip = { 50 80 }
			mil = { 20 50 }
			min_age = 35
			birth_location = location:lidzbark
			culture = culture:prussian
			estate = estate_type:clergy_estate
			save_scope_as = target_character
			add_trait = trait:unsuited_for_naval_command
			add_trait = trait:unsuited_for_army_command
			create_in_limbo = yes
		}
	}

	option = {
		name = flavor_hab.34.a
		historical_option = yes
		add_stability = stability_weak_penalty
		add_religious_influence_if_valid = { VALUE = religious_influence_weak_bonus }
		add_estate_satisfaction = {
			type = estate_type:clergy_estate
			value = estate_satisfaction_mild_bonus
		}
		scope:target_character = {
			move_country = root
		}
	}

	option = {
		name = flavor_hab.34.b
		add_legitimacy = legitimacy_weak_bonus
		add_religious_influence_if_valid = { VALUE = religious_influence_weak_penalty }
		add_estate_satisfaction = {
			type = estate_type:clergy_estate
			value = estate_satisfaction_mild_penalty
		}
		hidden_effect = {
   			kill_character_silently = scope:target_character
  		}
	}
}