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.5 波兰立陶宛联邦的启蒙运动与贵族传统

时间范围:1750.4.1 - 1821.1.1(每月 10% 概率触发)

触发条件

  • 国家必须拥有君主。
  • 社会价值观中“传统主义 vs 创新”的倾向大于0(即偏向传统主义)。
  • 国家已接纳“启蒙运动”制度。

关键效果

  • 选项 A
    • 为国家的文化添加“文化传统极端增益”效果。
    • 为国家增加“声望温和增益”。
    • 如果首都存在,则为其增加“繁荣度微弱增益”。

背景介绍: 在18世纪中后期,启蒙运动的思潮席卷欧洲。对于波兰立陶宛联邦而言,这是一个充满矛盾的时代。一方面,强大的贵族阶层(施拉赤塔)固守着传统的“黄金自由”与联邦制度,社会价值观整体偏向保守;另一方面,启蒙运动的理性、进步思想又不可避免地渗透进来,对国家治理和思想文化产生影响。本事件模拟了联邦在这一历史十字路口,如何在坚守其独特的贵族政治文化传统与应对新时代思潮之间做出选择。

完整事件代码

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

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

	illustration_tags = {
		10 = interior
		10 = happy
	}

	trigger = {
		has_ruler = yes
		societal_value:traditionalist_vs_innovative > 0
		has_embraced_institution = institution:enlightenment
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
	}

	option = {
		name = flavor_plc.5.a

		culture = {
			add_cultural_influence = cultural_tradition_extreme_bonus
		}

		add_prestige = prestige_mild_bonus

		capital ?= {
			change_prosperity = prosperity_weak_bonus
		}
	}
}