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.11 柯尼斯堡大学

时间范围:1540.1.1 - 1560.1.1(每月 5% 概率)

触发条件

  • 拥有或拥有非宗主附庸国拥有柯尼斯堡(location:konigsberg)。
  • 国家宗教为路德宗(religion:lutheran)。

关键效果

  • 选项 A (历史选项)
    • 如果柯尼斯堡没有大学建筑,则在该地以 75% 的成本(原因为 academic_cheap_sponsorship)建造一所大学。
    • 如果柯尼斯堡已有大学建筑,则给予该地适度的发展度提升和显著的繁荣度提升
    • 国家获得适度的研究进度提升
  • 选项 B
    • 国家获得适度的威望惩罚
    • 社会价值观向传统主义方向轻微移动(societal_value_minor_move_to_left)。

背景介绍: 该事件反映了16世纪中叶,信奉路德宗的勃兰登堡或普鲁士统治者在其核心领地柯尼斯堡推动教育与学术发展的历史进程。柯尼斯堡大学(阿尔贝蒂娜)的建立或资助,是宗教改革后新教地区提升高等教育、巩固信仰与治理的重要举措,旨在培养神职人员、官员与学者,增强国家的文化与学术实力。

完整事件代码

flavor_brapru.11 = { #University of Königsberg
	type = country_event
	title = flavor_brapru.11.title
	desc = flavor_brapru.11.desc
	historical_info = flavor_brapru.historical_info

	fire_only_once = yes
	dynamic_historical_event = {
		tag = BRA
		tag = PRU
		from = 1540.1.1
		to = 1560.1.1
		monthly_chance = 5
	}

	illustration_tags = {
		10 = regular
		10 = interior
	}

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

	trigger = {
		owns_or_non_sovereign_subject_owns = location:konigsberg
		religion = religion:lutheran
	}

	option = {
		name = flavor_brapru.11.a
		historical_option = yes

		if = {
			limit = {
				NOT = {
					location:konigsberg = { has_building = building_type:university }
				}
			}
			location:konigsberg = {
				construct_building = {
					building_type = building_type:university
					cost_multiplier = 0.75
					cost_multiplier_reason = "academic_cheap_sponsorship"
				}
			}
		}
		else = {
			location:konigsberg = {
				change_development = development_mild_bonus
				change_prosperity = prosperity_severe_bonus
			}
		}
		add_research_progress = research_progress_mild_bonus
	}
	option = {
		name = flavor_brapru.11.b
		add_prestige = prestige_mild_penalty
		change_societal_value = { type = traditionalist_vs_innovative value = societal_value_minor_move_to_left }
	}
}