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_hun.120 匈牙利学术发展

时间范围

1465.1.1 - 1470.1.1,在此期间每月有 10% 的概率触发。

触发条件

  • 国家宗教为 天主教
  • 拥有 布拉迪斯拉发 地区。

关键效果

选项: flavor_hun.120.a

  • 获得 少量 威望加成。
  • 获得 少量 宗教影响力加成。
  • 布拉迪斯拉发 地区:
    • 若该地区 已拥有至少1级大学,则获得 少量 发展度加成。
    • 若该地区 没有大学建筑,则 建造1级大学

背景介绍

该事件反映了15世纪下半叶匈牙利王国在天主教信仰影响下,对其核心地区(如布拉迪斯拉发)进行文化与教育建设的努力。马加什一世统治时期,匈牙利宫廷曾推动学术与艺术发展,试图在中欧建立更强大的文化影响力。此事件模拟了国家通过资助大学建设或提升现有学术中心,以巩固宗教权威并增强国家声望的历史进程。

完整事件代码

flavor_hun.120 = {
	type = country_event
	title = flavor_hun.120.title
	desc = flavor_hun.120.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = HUN
		from = 1465.1.1
		to = 1470.1.1
		monthly_chance = 10
	}

	image = "gfx/interface/illustrations/institutions/scientific_revolution.dds"

	trigger = {
		religion = religion:catholic
		owns = location:bratislava
	}

	option = {
		name = flavor_hun.120.a
		add_prestige = prestige_mild_bonus
		add_religious_influence = religious_influence_mild_bonus

		location:bratislava = {
			if = {
				limit = {
					has_building_with_at_least_one_level = university
				}
				change_development  = development_mild_bonus
			}
			if = {
				limit = {
					NOT = { has_building = building_type:university }
				}
				change_building_level_in_location = { building = building_type:university 	value = 1 }
			}
		}
	}
}