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.99 胡安·德·耶佩斯·阿尔瓦雷斯登场

时间范围

1565.1.1 - 1590.1.1,每月 10% 概率触发

触发条件

  • 国家宗教为天主教 (religion = religion:catholic)
  • 人物 spa_teresa_of_avila(阿维拉的德肋撒)必须存活 (character:spa_teresa_of_avila ?= { is_alive = yes })

关键效果

选项 A (历史选项)

  • 将创建的人物 target_character 移动至本国 (scope:target_character = { move_country = root })
  • 教士阶层满意度小幅下降 (add_estate_satisfaction = { type = estate_type:clergy_estate value = estate_satisfaction_mild_penalty })
  • 社会价值观向“灵性主义”方向偏移 (change_societal_value = { type = spiritualist_vs_humanist value = societal_value_move_to_left })
  • 设置变量 spa_can_canonize_john

选项 B

  • 教士阶层满意度小幅提升 (add_estate_satisfaction = { type = estate_type:clergy_estate value = estate_satisfaction_mild_bonus })
  • 社会价值观向“人文主义”方向偏移 (change_societal_value = { type = spiritualist_vs_humanist value = societal_value_move_to_right })
  • 隐藏效果:静默杀死创建的人物 target_character (kill_character_silently = scope:target_character)

背景介绍

此事件模拟了西班牙神秘主义诗人、天主教改革家圣十字若望(胡安·德·耶佩斯·阿尔瓦雷斯)在历史上的登场。他于1542年出生于阿维拉,是阿维拉的德肋撒的亲密合作者,共同致力于加尔默罗会的改革。事件发生在他可能活跃于西班牙宫廷或教会事务的时期(1565-1590年)。他的出现代表了西班牙天主教内部灵性改革思潮的兴起,其诗歌与神学著作对后世产生了深远影响。

完整事件代码

flavor_cas.99 = { #Juan de Yepes y Álvarez 
	type = country_event
	title = flavor_cas.99.title
	desc = flavor_cas.99.desc
	image = "gfx/interface/illustrations/society/religion.dds" #GRAVEYARD

	fire_only_once = yes

	historical_info = flavor_cas.99.historical_info

	dynamic_historical_event = {
		tag = CAS
		tag = SPA
		from = 1565.1.1
		to = 1590.1.1
		monthly_chance = 10
	}

	trigger = {
		religion = religion:catholic
		character:spa_teresa_of_avila ?= { is_alive = yes }
	}

	immediate = {  #GRAVEYARD
		character:spa_teresa_of_avila ?= { save_scope_as = target_character2 }
		create_character = {
			first_name = name_john
			last_name = de_yepes_y_alvarez
			birth_date = 1542.6.24
			birth_location = location:avila
			estate = estate_type:clergy_estate
			adm = { 40 60 }
			dip = { 70 90 }
			mil = { 10 20 }
			culture = culture:castilian
			save_scope_as = target_character
			create_in_limbo = yes
			script = spa_john_of_the_cross
		}
	}

	option = {
		name = flavor_cas.99.a
		historical_option = yes
		scope:target_character = {
			move_country = root
		}
		add_estate_satisfaction = { type = estate_type:clergy_estate value = estate_satisfaction_mild_penalty }
		change_societal_value = { type = spiritualist_vs_humanist value = societal_value_move_to_left }
		set_variable = spa_can_canonize_john
	}

	option = {
		name = flavor_cas.99.b
		add_estate_satisfaction = { type = estate_type:clergy_estate value = estate_satisfaction_mild_bonus }
		change_societal_value = { type = spiritualist_vs_humanist value = societal_value_move_to_right }
		hidden_effect = {
			kill_character_silently = scope:target_character
		}
	}
}