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.33 建立康普顿斯大学

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

触发条件

  • 国家宗教为天主教。
  • 拥有 alcala_de_henares 地区。
  • 人物 cas_cardinal_cisneros 存活。
  • alcala_de_henares 地区已拥有大学建筑。

关键效果

  • 选项 A (历史选项)
    • alcala_de_henares 地区获得 prosperity_severe_bonus 繁荣度修正。
    • alcala_de_henares 地区获得 development_mild_bonus 发展度修正。
    • 教士阶层获得 estate_satisfaction_mild_bonus 满意度修正。
  • 选项 B
    • 教士阶层获得 estate_satisfaction_mild_penalty 满意度修正。

背景介绍: 该事件模拟了西班牙历史上由红衣主教西斯内罗斯推动,在阿尔卡拉·德·埃纳雷斯建立康普顿斯大学(又称阿尔卡拉大学)的关键时刻。这所大学的建立是西班牙文艺复兴时期教育与宗教改革的重要标志,旨在整合古典学术与天主教神学,提升王国文化影响力并巩固教士阶层的地位。

完整事件代码

flavor_cas.33 = { #Founding the Complutensis Universitas
	type = country_event
	title = flavor_cas.33.title
	desc = flavor_cas.33.desc

	fire_only_once = yes

	historical_info = flavor_cas.33.historical_info

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

	illustration_tags = {
		10 = happy
		10 = interior
	}

	trigger = {
		religion = religion:catholic
		owns = 	location:alcala_de_henares
		character:cas_cardinal_cisneros ?= {
			is_alive = yes
		}
		location:alcala_de_henares = {
			has_building = building_type:university
		}
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
		character:cas_cardinal_cisneros = {
			save_scope_as = target_character
		}#Show the portrait of cas_cardinal_cisneros.
	}

	option = {
		name = flavor_cas.33.a
		historical_option = yes
		location:alcala_de_henares = {
			change_prosperity = prosperity_severe_bonus
			change_development  = development_mild_bonus
		}
		add_estate_satisfaction = { type = estate_type:clergy_estate value = estate_satisfaction_mild_bonus }
	}

	option = {
		name = flavor_cas.33.b
		add_estate_satisfaction = { type = estate_type:clergy_estate value = estate_satisfaction_mild_penalty }
	}
}