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.65] 异端之锤

时间范围:1590.1.1 - 1610.1.1(每月 1% 概率触发)

触发条件

  • 国家拥有修正项 hab_recatholicization

关键效果

  • 选项 A
    • 社会价值观:spiritualist_vs_humanist 向左轻微移动(偏向灵性主义)。
    • 阶层满意度:神职人员阶层获得 estate_satisfaction_weak_bonus(微弱增益)。
    • 人物操作:将创建的人物 马丁·布伦纳 移动至本国。
  • 选项 B
    • 稳定度:获得 stability_mild_bonus(轻微增益)。
    • 阶层满意度:神职人员阶层获得 estate_satisfaction_mild_penalty(轻微惩罚)。
    • 隐藏效果:静默处决创建的人物 马丁·布伦纳

背景介绍: 在反宗教改革时期,神圣罗马帝国皇帝作为天主教信仰的捍卫者,面临着镇压新教异端的巨大压力。此事件模拟了帝国在重振天主教权威过程中,一位关键人物——马丁·布伦纳的出现。他是一位来自施瓦本文化、出生于贡茨堡的教士,被塑造为一位兼具行政与外交才能的“异端之锤”。统治者的选择将决定是借助这位强硬派人物进一步推动宗教统一,还是采取更温和的手段以维护内部稳定。

完整事件代码

flavor_hab.65 = { #The Hammer of Heretics
	type = country_event
	title = flavor_hab.65.title
	desc = flavor_hab.65.desc

	fire_only_once = yes

	dynamic_historical_event = {
		tag = HAB
		from = 1590.1.1
		to = 1610.1.1
		monthly_chance = 1
	}

	trigger = {
		has_country_modifier = hab_recatholicization
	}

	illustration_tags = {
		10 = regular
		10 = interior
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
		create_character = {
			first_name = name_martin
			last_name = Brenner
			birth_date = 1548.11.11
			birth_location = location:gunzburg
			estate = estate_type:clergy_estate
			adm = { 50 70 }
			dip = { 50 90 }
			mil = { 20 70 }
			culture = culture:swabian
			save_scope_as = target_character
			create_in_limbo = yes
		}
	}

	option = {
		name = flavor_hab.65.a
		change_societal_value = { type = spiritualist_vs_humanist value = societal_value_minor_move_to_left }
		add_estate_satisfaction = {
			type = estate_type:clergy_estate
			value = estate_satisfaction_weak_bonus
		}
		scope:target_character = {
			move_country = root
		}
	}

	option = {
		name = flavor_hab.65.b
		add_stability = stability_mild_bonus
		add_estate_satisfaction = {
			type = estate_type:clergy_estate
			value = estate_satisfaction_mild_penalty
		}
		hidden_effect = {
   			kill_character_silently = scope:target_character
  		}
	}
}