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_pol.25 克拉科夫大学

时间范围:1340.1.1 - 1400.12.30(每月 5% 概率触发)

触发条件

  • 国家处于和平状态(at_war = no)。
  • 国家拥有克拉科夫地区(owns = location:krakow)。
  • 克拉科夫地区已建有大学建筑(location:krakow = { has_building = building_type:university })。

关键效果

  • 选项 A:大力推进改革!

    • 效果:消耗大量金钱(change_gold_effect = { scale = -4 })。
    • 社会价值:使国家在“传统主义 vs 创新”光谱上向“创新”方向移动(societal_value_move_to_right)。
    • 地区影响:克拉科夫地区获得显著的繁荣度提升(prosperity_severe_bonus),并添加一个持续20年的修正(pol_krakow_university_modifier),效果可叠加延长。
  • 选项 B:我们负担不起。

    • 效果:无直接经济消耗。
    • 社会价值:使国家在“传统主义 vs 创新”光谱上向“传统主义”方向移动(societal_value_move_to_left)。

背景介绍: 该事件模拟了14世纪波兰王国(或其继承者波兰-立陶宛联邦)在其重要学术中心克拉科夫发展大学的决策。克拉科夫大学(雅盖隆大学)成立于1364年,是中欧最古老的大学之一,它的建立和后续发展对波兰的科学、文化和国家认同产生了深远影响。事件反映了统治者面临的选择:是投入资源推动高等教育和知识创新,还是因财政压力而暂缓此类投资。

完整事件代码

flavor_pol.25 = { #The University of Krakow
	title = flavor_pol.25.title
	desc = flavor_pol.25.desc
	historical_info = flavor_pol.25.historical_info
	fire_only_once = yes
	dynamic_historical_event = {
		tag = POL
		tag = PLC
		from = 1340.1.1
		to = 1400.12.30
		monthly_chance = 5
	}
	trigger = {
		at_war = no
		owns = location:krakow
		location:krakow = { has_building = building_type:university }
	}
	illustration_tags = {
		10 = interior
		10 = happy
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:nobles_estate }
		location:krakow = { save_scope_as = target_location }
		ruler_or_regent ?= { save_scope_as = target_character }
	}

	option = { #Push forward with the reforms!
		change_gold_effect = { scale = -4 }
		name = flavor_pol.25.a
		change_societal_value = {
			type = traditionalist_vs_innovative
			value = societal_value_move_to_right
		}
		location:krakow = {
			change_prosperity = prosperity_severe_bonus
			add_location_modifier = {
				modifier = pol_krakow_university_modifier
				years = 20
				mode = add_and_extend
			}
		}
	}

	option = { #We can not afford this.
		name = flavor_pol.25.b

		change_societal_value = {
			type = traditionalist_vs_innovative
			value = societal_value_move_to_left
		}
	}
}