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_brapru.22 威廉·冯·洪堡与柏林大学

事件ID: flavor_brapru.22

时间范围

  • 生效期: 1805年1月1日 - 1835年1月1日
  • 触发概率: 每月 2% 概率

触发条件

  • 国家拥有柏林地区 (owns = location:berlin)
  • 首都至少拥有一级大学建筑 (capital = { has_building_with_at_least_one_level = university })

关键效果

选项 A (历史选项)

  • 若国家尚未采用“人民教育”政策 (has_policy = education_of_the_people),则添加该政策 (add_policy = policy:education_of_the_people)
  • 若已采用该政策,则获得大量研究进度奖励 (add_research_progress = research_progress_severe_bonus)
  • 国家黄金减少 (change_gold_effect = { scale = -1 })
  • 将人物“威廉·冯·洪堡”移至本国 (scope:target_artist = { move_country = root })

选项 B

  • 流放人物“威廉·冯·洪堡” (scope:target_artist = { banish_character = yes })

背景介绍

该事件模拟了19世纪初普鲁士教育改革的关键时刻。威廉·冯·洪堡作为普鲁士的教育改革家、语言学家和外交官,在1809年至1810年间主导建立了柏林大学(今柏林洪堡大学),其倡导的“研究与教学相结合”及“学术自由”理念深刻影响了现代高等教育体系。此事件反映了普鲁士在拿破仑战争后推动国家现代化、通过教育提升国力的历史进程。

完整事件代码

flavor_brapru.22 = { #Wilhelm von Humbolt - University of Berlin
	type = country_event
	title = flavor_brapru.22.title
	desc = flavor_brapru.22.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = BRA
		tag = PRU
		from = 1805.1.1
		to = 1835.1.1
		monthly_chance = 2
	}

	illustration_tags = {
		10 = regular
		10 = interior
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		create_character = {
			first_name = name_william
			last_name = von_humboldt
			adm = 67
			dip = 59
			mil = 31
			birth_date = 1767.6.22
			birth_location = location:potsdam
			estate = estate_type:nobles_estate
			artist_skill = 0.93
			artist = philosopher
			save_scope_as = target_artist
			create_in_limbo = yes
		}
		random_neighbor_country = {
			save_scope_as = target_country
		}
	}

	trigger = {
		owns = location:berlin
		capital = {
			has_building_with_at_least_one_level = university
		}
	}

	option = {
		name = flavor_brapru.22.a
		historical_option = yes
		if = {
			limit = {
				NOT = { has_policy = education_of_the_people }
			}
			add_policy = policy:education_of_the_people
		}
		else = {
			add_research_progress = research_progress_severe_bonus
		}
		change_gold_effect = { scale = -1 }
		scope:target_artist = { move_country = root }
	}

	option = {
		name = flavor_brapru.22.b

		scope:target_artist = { banish_character = yes }
	}
}