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_mei.170 弗莱贝格大学

时间范围

1750.1.1 - 1836.1.1,每月 1% 概率触发

触发条件

  • 拥有弗莱贝格(Freiberg)地区
  • 弗莱贝格地区需满足:
    • 拥有 freiberg_base 地区修正
    • 地区等级为城镇(town)或城市(city)

关键效果

选项 A:flavor_mei.170.a(历史选项)

  • 移除弗莱贝格地区的 freiberg_base 修正
  • 若弗莱贝格地区没有大学建筑,则建造一所大学
  • 获得大量研究进度加成
  • 设置变量 mei_werner_event

选项 B:flavor_mei.170.b

  • 损失少量金钱
  • 弗莱贝格地区获得轻度繁荣度与发展度加成
  • 社会价值观向传统主义方向移动

选项 C:flavor_mei.170.c

  • 损失少量威望

背景介绍

弗莱贝格大学(Technische Universität Bergakademie Freiberg)成立于1765年,是世界上最早的矿业大学之一,也是萨克森选侯国工业化和科学教育发展的重要标志。该事件反映了18世纪中叶至19世纪初,萨克森地区(或迈森)在拥有弗莱贝格这一重要矿业中心的基础上,通过建立高等教育机构推动技术进步与经济发展的历史进程。

完整事件代码

flavor_mei.170 = { #University of Freiberg
	type = country_event
	title = flavor_mei.170.title
	desc = flavor_mei.170.desc

	fire_only_once = yes

	dynamic_historical_event = {
		tag = MEI
		tag = SAX
		from = 1750.1.1
		to = 1836.1.1
		monthly_chance = 1
	}

	illustration_tags = {
		10 = regular
		10 = interior
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:burghers_estate }
	}

	trigger = {
		owns = location:freiberg
		location:freiberg = {
			has_location_modifier = freiberg_base
			OR = {
				location_rank = location_rank:town
				location_rank = location_rank:city
			}
		}
	}

	option = {
		name = flavor_mei.170.a
		historical_option = yes
		location:freiberg = {
			remove_location_modifier = freiberg_base
		}
		if = {
			limit = {
				location:freiberg = {
					NOT = {
						has_building = building_type:university
					}
				}
			}
			location:freiberg = {
				construct_building = {
					building_type = building_type:university
				}
			}
		}
		add_research_progress = research_progress_severe_bonus
		set_variable = mei_werner_event
	}

	option = {
		name = flavor_mei.170.b
		change_gold_effect = { scale = -2 }
		location:freiberg = {
			change_prosperity = prosperity_mild_bonus
			change_development = development_mild_bonus
		}
		change_societal_value = { type = traditionalist_vs_innovative value = societal_value_move_to_left }
	}

	option = {
		name = flavor_mei.170.c
		add_prestige = prestige_mild_penalty
	}
}