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_hol.1 莱顿大学建立

时间范围

1575.1.1 - 1650.1.1,每月 2% 概率触发

触发条件

  • 拥有阿姆斯特丹(Amsterdam)地区
  • 拥有莱顿(Leiden)地区
  • 国家拥有统治者

关键效果

选项 A:flavor_hol.1.a(历史选项)

  • 在莱顿(Leiden)地区:
    • 如果该地区没有大学建筑,则免费建造一所大学。
    • 如果该地区已有大学建筑,则获得一次显著的发展度提升,但国家需支付相当于2倍建筑成本的黄金。
  • 国家获得一次温和的科研进度加成。

选项 B:flavor_hol.1.b

  • 国家获得一次轻微的威望惩罚。

背景介绍

该事件模拟了荷兰共和国时期(或称尼德兰)在莱顿建立大学的历史进程。莱顿大学成立于1575年,是荷兰最古老的大学,其建立是荷兰独立战争(八十年战争)期间,为表彰莱顿城在抵抗西班牙围困中的英勇表现而给予的奖励。大学的建立极大地促进了荷兰共和国的学术、科学和文化发展,为其“黄金时代”的繁荣奠定了基础。事件反映了国家在资源有限的情况下,对高等教育和知识发展的投资抉择。

完整事件代码

flavor_hol.1 = {
	type = country_event
	title = flavor_hol.1.title
	desc = flavor_hol.1.desc
	historical_info = flavor_hol.1.historical_info
	fire_only_once = yes
	dynamic_historical_event = {
		tag = HOL
		tag = NED
		from = 1575.1.1
		to = 1650.1.1
		monthly_chance = 2
	}
	trigger = {
		owns = location:amsterdam
		owns = location:leiden
		has_ruler = yes
	}
	illustration_tags = {
		10 = regular
		10 = interior
	}
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:burghers_estate }
		ruler ?= { save_scope_as = target_character }
		location:leiden = { save_scope_as = target_location }
	}
	option = {
		name = flavor_hol.1.a
		historical_option = yes
		location:leiden = {
			if = {
				limit = { NOT = { has_building = building_type:university } }
				construct_building = {
					building_type = building_type:university
					cost_multiplier = 1
				}
			}
			else = {
				change_development  = development_severe_bonus
				root = {
					change_gold_effect = { scale = -2 }
				}
			}
		}
		add_research_progress = research_progress_mild_bonus
	}
	option = {
		name = flavor_hol.1.b
		add_prestige = prestige_weak_penalty
	}
}