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.135 光照派审判

时间范围:1500.1.1 - 1600.1.1(每月 1% 概率)

触发条件

  • 国家已启用政策 spa_inquisition_policy(西班牙宗教裁判所政策)。

关键效果

  • 选项 A (flavor_cas.135.a) - 历史选项
    • 增加 clergy_estate(教士阶层)的阶层满意度,幅度为 estate_satisfaction_mild_bonus
    • 将社会价值观 spiritualist_vs_humanist(灵性主义 vs 人文主义)向左侧(灵性主义方向)移动。
    • 将社会价值观 belligerent_vs_conciliatory(好战 vs 和解)向左侧(好战方向)移动。
  • 选项 B (flavor_cas.135.b)
    • 增加 clergy_estate(教士阶层)的阶层满意度,幅度为 estate_satisfaction_mild_bonus
    • 将社会价值观 spiritualist_vs_humanist(灵性主义 vs 人文主义)向右侧(人文主义方向)移动。
    • 将社会价值观 belligerent_vs_conciliatory(好战 vs 和解)向右侧(和解方向)移动。

背景介绍: 在16世纪的西班牙,光照派(Alumbrados)作为一种强调个人与上帝直接联系的神秘主义思潮,其非正统的宗教观点和实践活动引起了天主教会的警惕。随着宗教裁判所的权力日益巩固,当局开始系统地审查和审判这些所谓的“异端”团体。这一事件反映了西班牙王室与天主教会合作,通过宗教裁判所强化宗教正统、压制内部异议的历史进程,是国家权力与宗教权威共同塑造社会意识形态的关键时刻。

完整事件代码

flavor_cas.135 = { # The Trial of the Alumbrados
	type = country_event
	title = flavor_cas.135.title
	desc = flavor_cas.135.desc

	fire_only_once = yes

	dynamic_historical_event = {
		tag = CAS
		tag = SPA
		from = 1500.1.1
		to = 1600.1.1
		monthly_chance = 1
	}

	illustration_tags = {
		10 = happy
		10 = exterior
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
	}

	trigger = {
		has_policy = spa_inquisition_policy
	}

	option = {
		name = flavor_cas.135.a
		historical_option = yes
		add_estate_satisfaction = { type = estate_type:clergy_estate
			value = estate_satisfaction_mild_bonus
		}
		change_societal_value = {
			type = spiritualist_vs_humanist
			value = societal_value_move_to_left
		}
		change_societal_value = {
			type = belligerent_vs_conciliatory
			value = societal_value_move_to_left
		}
	}

	option = {
		name = flavor_cas.135.b
		add_estate_satisfaction = { type = estate_type:clergy_estate
			value = estate_satisfaction_mild_bonus
		}
		change_societal_value = {
			type = spiritualist_vs_humanist
			value = societal_value_move_to_right
		}
		change_societal_value = {
			type = belligerent_vs_conciliatory
			value = societal_value_move_to_right
		}
	}
}