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.1006] 西班牙宽容替代奖励

时间范围:1485.1.1 - 1505.1.1,每月 5% 概率触发

触发条件

  • 国家拥有君主。
  • 国家宗教为天主教。
  • 国家拥有变量 spa_holy_inquisition_declined

关键效果

  • 选项 A (flavor_cas.1006.a):
    • 解锁政府改革效果:spanish_tolerance

背景介绍: 该事件反映了在西班牙宗教裁判所成立后,国家内部可能出现的另一种政策走向。当西班牙(或其前身卡斯蒂利亚)的统治者选择不依赖宗教裁判所进行宗教统一时,此事件提供了一个替代性的奖励路径,即推行一种更具宽容性的治理改革,旨在以相对温和的方式处理国内不同信仰群体的问题。

完整事件代码

flavor_cas.1006 = { #Spanish Tolerance alternative reward
	hide_portraits = yes
	fire_only_once = yes
	title = flavor_cas.1006.title
	desc = flavor_cas.1006.desc

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

	illustration_tags = {
		10 = happy
		10 = exterior
	}

	immediate = {
		event_illustration_peasants_foreign_religion_pop_type_effect = yes

		ruler = {
			save_scope_as = target_character
		}
	}

	trigger = {
		has_ruler = yes
		religion = religion:catholic
		has_variable = spa_holy_inquisition_declined
	}

	option = {
		name = flavor_cas.1006.a

		unlock_government_reform_effect = { type = spanish_tolerance }
	}
}