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_hab.30 维也纳大学

时间范围:1350.1.1 - 1370.1.1(每月 10% 概率)

触发条件

  • 国家拥有维也纳地区。
  • 维也纳地区没有已建造的大学建筑。
  • 国家拥有超过 400 金币。

关键效果

  • 选项 A (历史选项)
    • 维也纳地区获得微弱的繁荣度提升。
    • 国家文化获得轻微的文化影响力加成。
    • 在维也纳地区建造一所大学建筑。
  • 选项 B
    • 国家声望受到轻微惩罚。
    • 国家文化受到轻微的文化影响力惩罚。

背景介绍: 该事件模拟了哈布斯堡王朝在14世纪中期于其核心领地维也纳建立大学的历史进程。维也纳大学成立于1365年,是中欧最古老的大学之一,它的建立旨在提升奥地利公国的学术声誉、文化影响力及地区繁荣,巩固哈布斯堡家族在中欧的统治与知识中心地位。事件反映了统治者对教育与文化建设的投资选择及其带来的长期效益。

完整事件代码

flavor_hab.30 = { #University of Vienna
	type = country_event
	title = flavor_hab.30.title
	desc = flavor_hab.30.desc

	fire_only_once = yes

	historical_info = flavor_hab.30.historical_info

	dynamic_historical_event = {
		tag = HAB
		from = 1350.1.1
		to = 1370.1.1
		monthly_chance = 10
	}

	trigger = {
		owns = location:vienna
		location:vienna = {
			NOT = {
				has_building = building_type:university
			}
		}
		gold > 400
	}

	option = {
		name = flavor_hab.30.a
		historical_option = yes
		location:vienna = {
			change_prosperity = prosperity_very_weak_bonus
		}
		culture = {
			add_cultural_influence = cultural_influence_mild_bonus
		}
		location:vienna = {
			construct_building = {
				building_type = building_type:university
			}
		}
	}

	option = {
		name = flavor_hab.30.b
		add_prestige = prestige_mild_penalty
		culture = {
			add_cultural_influence = cultural_influence_mild_penalty
		}
	}
}