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_cas.1000 托馬斯·德·托克马达與西班牙宗教裁判所

时间范围:1450.1.1 - 1485.1.1(每月 5% 概率)

触发条件

  • 国家拥有统治者。
  • 国家宗教为天主教 (religion:catholic)。
  • 政府类型为君主制 (government_type:monarchy)。
  • 已拥有 inquisition_advance 科技。

关键效果

选项 A (历史选项)

  • 设置变量 spa_holy_inquisition
  • 将托馬斯·德·托克马达 (scope:inquisitor_torquemada) 移动至本国。
  • 解锁并立即启用政策 spa_inquisition_policy
  • 为教士阶层 (estate_type:clergy_estate) 增加 estate_satisfaction_mild_bonus 的满意度。

选项 B

  • 社会价值观向“传统主义 vs 创新” (traditionalist_vs_innovative) 的右侧移动。
  • 设置变量 spa_holy_inquisition_declined
  • 为教士阶层 (estate_type:clergy_estate) 增加 estate_satisfaction_extreme_penalty 的满意度。
  • 将托馬斯·德·托克马达 (scope:inquisitor_torquemada) 流放。

背景介绍: 此事件模拟了西班牙宗教裁判所的建立及其关键人物托馬斯·德·托克马达的登场。在15世纪下半叶,随着收复失地运动的完成,西班牙天主教双王为巩固王权、统一信仰,决定设立宗教裁判所,以清除境内的异端和异教徒。托克马达作为首任总审判官,以其严酷的手段而闻名,深刻影响了西班牙乃至整个欧洲的历史进程。

完整事件代码

flavor_cas.1000 = { #Tomás de Torquemada and the Spanish Inquisition
	fire_only_once = yes
	title = flavor_cas.1000.title
	desc = flavor_cas.1000.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = CAS
		tag = SPA
		from = 1450.1.1
		to = 1485.1.1
		monthly_chance = 5
	}

	illustration_tags = {
		10 = happy
		10 = interior
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
		create_character = {
			first_name = name_thomas
			last_name = Torquemada
			religion = religion:catholic
			estate = estate_type:clergy_estate
			birth_date = 1420.10.14
			female = no
			birth_location = location:valladolid
			adm = 66
			dip = 47
			mil = 84
			add_trait = trait:unsuited_for_naval_command
			add_trait = trait:unsuited_for_army_command
			save_scope_as = inquisitor_torquemada
			create_in_limbo = yes
		}
		ruler = {
			save_scope_as = target_character
		}
	}

	trigger = {
		has_ruler = yes
		religion = religion:catholic
		government_type = government_type:monarchy
		has_advance = inquisition_advance
	}

	option = {
		name = flavor_cas.1000.a
		historical_option = yes

		set_variable = spa_holy_inquisition
		scope:inquisitor_torquemada = { move_country = root }
		unlock_policy_effect = { type = spa_inquisition_policy }
		add_policy = policy:spa_inquisition_policy
		add_estate_satisfaction = { type = estate_type:clergy_estate value = estate_satisfaction_mild_bonus }
	}

	option = {
		name = flavor_cas.1000.b
		change_societal_value = { type = traditionalist_vs_innovative value = societal_value_move_to_right }
		set_variable = spa_holy_inquisition_declined
		add_estate_satisfaction = { type = estate_type:clergy_estate value = estate_satisfaction_extreme_penalty }
		
		scope:inquisitor_torquemada = { banish_character = yes }
	}
}