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_ser.91 雷萨瓦学校

时间范围

1385.1.1 - 1543.1.1,每月 10% 概率触发。

触发条件

  • 国家拥有 亚戈迪纳(jagodina) 地区。
  • 亚戈迪纳地区至少拥有一座 东正教修道院(orthodox_monastery) 建筑。
  • 亚戈迪纳地区存在变量 manasija_built

关键效果

选项: flavor_ser.91.a

  • 为国家文化添加 文化传统极端增益(cultural_tradition_extreme_bonus)
  • 为国家文化添加 文化影响力极端增益(cultural_influence_extreme_bonus)
  • 如果亚戈迪纳地区当前为 乡村定居点(rural_settlement) 等级,则将其提升至 城镇(town) 等级。

背景介绍

该事件反映了15世纪早期塞尔维亚专制国在亚戈迪纳地区建立雷萨瓦学校(又称雷萨瓦修道院或马纳西亚修道院)的历史。该修道院由斯特凡·拉扎列维奇于1406-1418年间建造,不仅是重要的东正教宗教中心,也成为塞尔维亚文学、抄写和艺术(“雷萨瓦学派”)的重要发源地,对塞尔维亚文化的保存与发展产生了深远影响。事件模拟了该学术中心建立后对塞尔维亚文化传统与影响力的显著提升,以及可能带动当地发展的过程。

完整事件代码

flavor_ser.91 = { #The Resava School
	hide_portraits = yes
	type = country_event
	title = flavor_ser.91.title
	desc = flavor_ser.91.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = SER
		from = 1385.1.1
		to = 1543.1.1
		monthly_chance = 10
	}

	trigger = {
		owns = location:jagodina
		location:jagodina = {
			has_building_with_at_least_one_level = orthodox_monastery
			has_variable = manasija_built
		}
	}

	immediate = {
		location:jagodina = {
			save_scope_as = target_location
		}
		ruler ?= {
			save_scope_as = target_character
		}
	}

	option = {
		name = flavor_ser.91.a
	
		culture = {
			add_cultural_tradition = cultural_tradition_extreme_bonus
			add_cultural_influence = cultural_influence_extreme_bonus
		}
		location:jagodina = {
			if = {
				limit = {
					location_rank = location_rank:rural_settlement
				}
				change_location_rank = location_rank:town
			}
		}
	}
}