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_plc.8 波兰国民教育委员会

时间范围

1750.4.1 - 1821.1.1(每月 10% 概率触发)

触发条件

  • 国家已接纳 启蒙运动 思潮。
  • 全国 地方学校 建筑总有效等级 ≥ 25。

关键效果

选项 A (历史选项)

  • 为当前主流文化添加 文化传统微弱增益
  • 获得 研究进度严重增益
  • 添加国家修正 plc_polish_commission,持续 30 年

选项 B

  • 获得 稳定度轻微增益

背景介绍

该事件模拟了波兰立陶宛联邦在启蒙运动影响下,于18世纪中后期推动教育改革、建立国民教育委员会的历史进程。这一机构是欧洲最早的国家教育部门之一,旨在建立全国性的世俗教育体系,提升国民素质与科学文化水平,反映了联邦在衰落时期寻求内部革新与现代化的努力。

完整事件代码

flavor_plc.8 = {
	type = country_event
	title = flavor_plc.8.title
	desc = flavor_plc.8.desc
	historical_info = flavor_plc.8.historical_info

	fire_only_once = yes
	dynamic_historical_event = {
		tag = PLC
		from = 1750.4.1
		to = 1821.1.1
		monthly_chance = 10
	}

	trigger = {
		has_embraced_institution = institution:enlightenment
		total_effective_building_levels:local_schools >= 25
	}

	illustration_tags = {
        10 = regular
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
	}
	
	option = {
		name = flavor_plc.8.a

		historical_option = yes

		culture = {
			add_cultural_tradition = cultural_tradition_weak_bonus
		}

		add_research_progress = research_progress_severe_bonus

		add_country_modifier = {
			mode = add_and_extend
			modifier = plc_polish_commission
			years = 30
		}
	}

	option = {
		name = flavor_plc.8.b

		add_stability = stability_mild_bonus
	}
}