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.96 阿维拉的特蕾莎登场

时间范围:1550.1.1 - 1560.1.1(每月 1% 概率触发)

触发条件

  • 国家宗教为天主教 (religion = religion:catholic)

关键效果

  • 选项 A (历史选项)

    • 将创建的人物“阿维拉的特蕾莎”移动至本国。
    • 获得轻微的宗教影响力加成 (add_religious_influence = religious_influence_mild_bonus)。
    • 获得轻微的教士阶层满意度加成 (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_left })。
    • 设置变量 spa_can_canonize_teresa
  • 选项 B

    • 获得轻微的宗教影响力惩罚 (add_religious_influence = religious_influence_mild_penalty)。
    • 获得轻微的教士阶层满意度惩罚 (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_right })。
    • (隐藏效果)静默处决创建的人物“阿维拉的特蕾莎”。

背景介绍: 该事件模拟了西班牙天主教神秘主义者、改革家阿维拉的特蕾莎(Teresa of Ávila)在16世纪中期登上历史舞台的情景。特蕾莎是加尔默罗会改革的重要人物,以其深奥的灵性著作和对修道院生活的严格改革而闻名。她的出现和影响力,对于当时西班牙的天主教社会与教士阶层具有深远意义。

完整事件代码

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

	fire_only_once = yes

	historical_info = flavor_cas.96.historical_info

	dynamic_historical_event = {
		tag = CAS
		tag = SPA
		from = 1550.1.1
		to = 1560.1.1
		monthly_chance = 1
	}
	illustration_tags = {
		10 = happy
		10 = interior
	}

	trigger = {
		religion = religion:catholic
	}
	
	immediate = { #GRAVEYARD
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
		create_character = {
			first_name = name_theresa
			last_name = de_avila
			birth_date = 1515.3.28
			birth_location = location:avila
			estate = estate_type:clergy_estate
			adm = { 40 60 }
			dip = { 70 90 }
			mil = { 10 20 }
			culture = culture:castilian
			female = yes
			save_scope_as = target_character
			create_in_limbo = yes
			script = spa_teresa_of_avila
		}
	}

	option = {
		name = flavor_cas.96.a
		historical_option = yes
		scope:target_character = {
			move_country = root
		}
		add_religious_influence = religious_influence_mild_bonus
		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_left }
		set_variable = spa_can_canonize_teresa
	}

	option = {
		name = flavor_cas.96.b
		add_religious_influence = religious_influence_mild_penalty
		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_right }
		hidden_effect = {
			kill_character_silently = scope:target_character
		}
	}
}