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.97 阿维拉的德肋撒封圣

时间范围:1620.1.1 - 1700.1.1(每月 1% 概率)

触发条件

  • 国家宗教为天主教 (religion = religion:catholic)
  • 人物 spa_teresa_of_avila(阿维拉的德肋撒)已死亡且未被封圣 (is_alive = no, is_saint = no)
  • 国家拥有变量 spa_can_canonize_teresa

关键效果

  • 选项 A (历史选项)

    • 将人物 spa_teresa_of_avila 封圣 (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 })
  • 选项 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 })

背景介绍: 该事件模拟了西班牙天主教改革的重要人物——阿维拉的德肋撒(Teresa of Ávila)的封圣过程。德肋撒是16世纪西班牙著名的神秘主义者、加尔默罗会修女和改革家,她的著作和建立的修道院对天主教灵修生活产生了深远影响。她在1614年被封为真福,并于1622年由教宗额我略十五世封圣。此事件反映了西班牙哈布斯堡王朝时期,国家与天主教会紧密合作,通过推崇本土圣人来巩固宗教权威和社会凝聚力的历史现实。

完整事件代码

flavor_cas.97 = { #Canonization of Teresa of Ávila 
	type = country_event
	title = flavor_cas.97.title
	desc = flavor_cas.97.desc

	fire_only_once = yes

	historical_info = flavor_cas.97.historical_info

	dynamic_historical_event = {
		tag = CAS
		tag = SPA
		from = 1620.1.1
		to = 1700.1.1
		monthly_chance = 1
	}

	illustration_tags = {
		10 = angry
		10 = interior
	}

	trigger = {
		religion = religion:catholic
		character:spa_teresa_of_avila ?= {
			is_alive = no
			is_saint = no
		}
		has_variable = spa_can_canonize_teresa
	}


	immediate = { #GRAVEYARD
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
		character:spa_teresa_of_avila ?= { save_scope_as = target_character }
	}

	option = {
		name = flavor_cas.97.a
		historical_option = yes
		scope:target_character = {
			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.97.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 }
	}

	after = {
		hidden_effect = {
			remove_variable = spa_can_canonize_teresa
		}
	}
}