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.32 阿隆索·丰塞卡登场

时间范围
1480.1.1 - 1490.1.1(每月 1% 概率)

触发条件

  • 国家宗教为天主教

关键效果

  • 选项 A(历史选项)
    • 将人物阿隆索·丰塞卡(Alonso Fonseca)移入本国
    • 教士阶层满意度小幅提升
    • 社会价值观向“灵性主义”方向偏移
  • 选项 B
    • 教士阶层满意度小幅降低
    • 社会价值观向“人文主义”方向偏移
    • 阿隆索·丰塞卡被默默移除

背景介绍
阿隆索·丰塞卡是15世纪后期卡斯蒂利亚王国的重要教士人物,出生于圣地亚哥-德孔波斯特拉,具有加利西亚文化背景。他以其在行政与外交方面的才能著称,但缺乏军事指挥能力。该事件模拟了他在1480年代初期进入国家政治舞台的历史时刻,其登场与选择将影响国内教士阶层的力量平衡与社会价值观的走向。

完整事件代码

flavor_cas.32 = { #Alonso Fonseca
	type = country_event
	title = flavor_cas.32.title
	desc = flavor_cas.32.desc

	fire_only_once = yes

	historical_info = flavor_cas.32.historical_info

	dynamic_historical_event = {
		tag = CAS
		tag = SPA
		from = 1480.1.1
		to = 1490.1.1
		monthly_chance = 1
	}

	illustration_tags = {
		10 = happy
		10 = interior
	}

	trigger = {
		religion = religion:catholic
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
		create_character = {
			first_name = name_alphonse
			last_name = de_Fonseca
			adm = { 70 80 }
			dip = { 70 80 }
			mil = { 20 30 }
			birth_date = 1436.1.1
			birth_location = location:santiago_compostela
			culture = culture:galician
			estate = estate_type:clergy_estate
			script = cas_fonseca
			save_scope_as = target_character
			add_trait = trait:unsuited_for_naval_command
			add_trait = trait:unsuited_for_army_command
			create_in_limbo = yes
		}
	}

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

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