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.100 胡安·德·耶佩斯·阿尔瓦雷斯封圣——十字圣若望

时间范围

1650.1.1 - 1750.1.1,每月 1% 概率触发。

触发条件

  • 国家宗教为 天主教
  • 人物 spa_john_of_the_cross(十字圣若望)已死亡未被封圣
  • 国家拥有变量 spa_can_canonize_john

关键效果

选项 A:flavor_cas.100.a(历史选项)

  • 将人物 spa_john_of_the_cross 封圣。
  • 增加 宗教影响力religious_influence_severe_bonus)。
  • 增加 教士阶层满意度estate_satisfaction_severe_bonus)。
  • 社会价值观向 灵性主义 方向移动(societal_value_move_to_left)。

选项 B:flavor_cas.100.b

  • 增加 威望prestige_severe_bonus)。
  • 减少 宗教影响力religious_influence_severe_penalty)。
  • 减少 教士阶层满意度estate_satisfaction_severe_penalty)。
  • 社会价值观向 人文主义 方向移动(societal_value_move_to_right)。

背景介绍

十字圣若望(1542–1591)是西班牙神秘主义者、天主教改革家,与圣女大德兰共同创立了赤足加尔默罗会。他以其深奥的灵性著作而闻名,如《心灵的黑夜》和《灵歌》。尽管他在世时饱受争议甚至被囚禁,但其神学与诗歌对后世影响深远。此事件模拟了西班牙或卡斯蒂利亚在17至18世纪期间,对其封圣的官方认可过程,反映了天主教会在巩固信仰、提升宗教权威与处理内部改革遗产方面的历史抉择。

完整事件代码

flavor_cas.100 = { #Canonization of Juan de Yepes y Álvarez - Saint John of the Cross
	type = country_event
	title = flavor_cas.100.title
	desc = flavor_cas.100.desc

	fire_only_once = yes

	historical_info = flavor_cas.100.historical_info

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

	illustration_tags = {
 		10 = angry
 		10 = exterior
	}

	trigger = {
		religion = religion:catholic
		character:spa_john_of_the_cross ?= {
			is_alive = no
			is_saint = no
		}
		has_variable = spa_can_canonize_john
	}


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

	option = {
		name = flavor_cas.100.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.100.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_john
		}
	}
}