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.98 伊格内修斯·德·罗耀拉封圣

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

触发条件

  • 国家宗教为天主教 (religion = religion:catholic)。
  • 特定人物 spa_ignatius_of_loyola 已死亡 (is_alive = no) 且尚未被封圣 (is_saint = no)。
  • 国家拥有变量 spa_can_canonize_ignatius

关键效果

  • 选项 A (历史选项)
    • 将人物 spa_ignatius_of_loyola 封为圣人 (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 })。

背景介绍: 此事件模拟了西班牙或卡斯蒂利亚作为天主教国家,在17世纪为耶稣会创始人伊格内修斯·德·罗耀拉进行封圣的历史进程。封圣是天主教会对已故信徒的最高认可,不仅具有深远的宗教意义,也能极大地巩固教会在国家内部的影响力,并影响社会的主流价值观导向。

完整事件代码

flavor_cas.98 = { #Canonization of Ignatius de Loyola 
	type = country_event
	title = flavor_cas.98.title
	desc = flavor_cas.98.desc

	fire_only_once = yes

	historical_info = flavor_cas.98.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 = { #GRAVEYARD
		religion = religion:catholic
		character:spa_ignatius_of_loyola ?= {
			is_alive = no
			is_saint = no
		}
		has_variable = spa_can_canonize_ignatius
	}


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

	option = {
		name = flavor_cas.98.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.98.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_ignatius
		}
	}
}