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.83 费尔南多三世封圣

时间范围:1650.1.1 - 1750.1.1(每月 1% 概率)

触发条件

  • 国家宗教为天主教。
  • 角色 cas_fernando_iii_burgundy(费尔南多三世)尚未被封为圣人。

关键效果

  • 选项 A (历史选项)
    • 将角色 cas_fernando_iii_burgundy 封为圣人。
    • 获得 religious_influence_severe_bonus(宗教影响力大幅增益)。
    • 获得 estate_satisfaction_severe_bonus(教士阶层满意度大幅增益)。
    • 社会价值观向“灵性主义 vs 人文主义”的左侧(灵性主义方向)移动。
  • 选项 B
    • 获得 prestige_severe_bonus(威望大幅增益)。
    • 获得 religious_influence_severe_penalty(宗教影响力大幅减益)。
    • 获得 estate_satisfaction_severe_penalty(教士阶层满意度大幅减益)。
    • 社会价值观向“灵性主义 vs 人文主义”的右侧(人文主义方向)移动。

背景介绍: 该事件模拟了历史上卡斯蒂利亚国王费尔南多三世(1199-1252)的封圣过程。费尔南多三世因其在收复失地运动中的领导作用、对基督教的虔诚以及对教会的支持而被后世尊崇。尽管他于13世纪去世,但其正式的封圣程序在17世纪才得以完成,反映了天主教会在特定历史时期对塑造国家认同和宗教典范的推动。

完整事件代码

flavor_cas.83 = { #Canonization of Fernando III	#GRAVEYARD
	type = country_event
	title = flavor_cas.83.title
	desc = flavor_cas.83.desc
	fire_only_once = yes

	historical_info = flavor_cas.83.historical_info

	dynamic_historical_event = {
		tag = CAS
		tag = SPA
		from = 1650.1.1
		to = 1750.1.1
		monthly_chance = 1
	}

	illustration_tags = {
 		10 = regular
 		10 = interior
	}

	trigger = {
		religion = religion:catholic
		character:cas_fernando_iii_burgundy ?= { is_saint = no }
	}
	
	immediate = {
		character:cas_fernando_iii_burgundy ?= { save_scope_as = target_ruler }
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
	}

	option = {
		name = flavor_cas.83.a
		historical_option = yes
		scope:target_ruler = {
			make_saint = root
		}
		add_religious_influence = religious_influence_severe_bonus
		add_estate_satisfaction = { type = estate_type:clergy_estate value = estate_satisfaction_severe_bonus }
		change_societal_value = { type = spiritualist_vs_humanist value = societal_value_move_to_left }
	}

	option = {
		name = flavor_cas.83.b
		add_prestige = prestige_severe_bonus
		add_religious_influence = religious_influence_severe_penalty
		add_estate_satisfaction = { type = estate_type:clergy_estate value = estate_satisfaction_severe_penalty }
		change_societal_value = { type = spiritualist_vs_humanist value = societal_value_move_to_right }
	}
}