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_nap.112 萨勒诺医学院的毁灭

时间范围:1337.1.1 - 1650.1.1(每月 100% 概率)

触发条件

  • 国家 处于 age_5_absolutism(绝对主义时代)。
  • 国家拥有 salerno 地区。
  • salerno 地区 没有 building_type:medical_school(医学院)建筑。

关键效果

  • 选项 A (flavor_nap.112.a) - 历史选项
    • 国库黄金减少 3 个单位。
    • salerno 地区建造 building_type:medical_school(医学院)建筑。
  • 选项 B (flavor_nap.112.b)
    • 无具体效果。

背景介绍: 萨勒诺医学院是中世纪欧洲最早、最著名的医学院之一,其起源可追溯至公元9世纪。它位于意大利南部的萨勒诺,以其融合了希腊、拉丁、阿拉伯和犹太医学知识的教学传统而闻名,被誉为“希波克拉底之城”。然而,随着大学体系的兴起、政治动荡以及黑死病等灾难的影响,这所古老的医学院在14世纪后逐渐衰落。本事件模拟了该机构在特定历史时期内可能面临的毁灭性打击,以及统治者选择重建或任其消亡的决策。

完整事件代码

flavor_nap.112 = { #The Destruction of the Scuola Medica Salernitana
	type = country_event

	title = flavor_nap.112.title
	desc = flavor_nap.112.desc

    illustration_tags = {
		10 = exterior
	}

	fire_only_once = yes
	dynamic_historical_event = {
		tag = NAP
		tag = TWS
		from = 1337.1.1
		to = 1650.1.1
		monthly_chance = 100
	}

	trigger = {
		NOT = {
			current_age = age_5_absolutism
		}
		owns = location:salerno
		location:salerno = {
			NOT = { has_building = building_type:medical_school }
		}
	}

	immediate = {
		event_illustration_estate_background_effect = { background = estate_type:clergy_estate }
		location:salerno = { save_scope_as = target_location }
	}

	option = {
		name = flavor_nap.112.a
		historical_option = yes
		change_gold_effect = { scale = -3 }
		location:salerno = { construct_building = { building_type = building_type:medical_school } }
	}

	option = {
		name = flavor_nap.112.b
	}

}