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.7 波兰立陶宛联邦的贵族教育

时间范围

  • 事件窗口:1730.4.1 - 1780.1.1
  • 触发概率:每月 10% 概率

触发条件

  • 国家宗教属于基督教组(religion.group = religion_group:christian
  • 首都拥有以下任一建筑:
    • 耶稣会学院(building_type:jesuit_college
    • 大学(building_type:university

关键效果

选项 A

  • 每年黄金收入减少 0.5
  • 为国家添加持续 25 年的修正 pol_excellent_noble_education
  • 贵族阶层满意度获得小幅提升(estate_satisfaction_mild_bonus

选项 B

  • 神职人员阶层满意度受到轻微惩罚(estate_satisfaction_weak_penalty

背景介绍

在18世纪的波兰立陶宛联邦,贵族阶层(什拉赫塔)的教育问题日益凸显。随着启蒙思想的传播和耶稣会学院、大学等教育机构在首都的建立,关于如何改革贵族教育体系、平衡传统与现代学识的争论在国家内部展开。这一事件反映了联邦在后期试图通过教育提升贵族素质,以应对日益严峻的内外挑战,同时也揭示了贵族与神职人员两大特权阶层在文化影响力上的潜在冲突。

完整事件代码

flavor_plc.7 = {
	type = country_event
	title = flavor_plc.7.title
	desc = flavor_plc.7.desc

	trigger = {
		religion.group = religion_group:christian
		capital = {
			OR = {
				has_building = building_type:jesuit_college
				has_building = building_type:university
			}
		}
	}

	fire_only_once = yes
	dynamic_historical_event = {
		tag = PLC
		from = 1730.4.1
		to = 1780.1.1
		monthly_chance = 10
	}

	illustration_tags = {
		10 = interior
		10 = happy
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:nobles_estate }
		religion = {
			save_scope_as = root_religion
		}
		capital = {
			save_scope_as = target_capital
		}
	}

	option = {
		name = flavor_plc.7.a

		add_yearly_gold = -0.5

		add_country_modifier = {
			mode = add_and_extend
			modifier = pol_excellent_noble_education
			years = 25
		}

		add_estate_satisfaction = {
			type = estate_type:nobles_estate
			value = estate_satisfaction_mild_bonus
		}
	}

	option = {
		name = flavor_plc.7.b

		add_estate_satisfaction = {
			type = estate_type:clergy_estate
			value = estate_satisfaction_weak_penalty
		}
	}
}