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.240] 伊利里亚运动

时间范围
1780.1.1–1836.1.1(每月 2% 概率)

触发条件

  • 主流文化属于斯拉夫文化组(culture_group:slavic_group
  • 已接纳启蒙运动制度(institution:enlightenment

关键效果

  • 选项 A(flavor_ser.240.a

    • 稳定性大幅下降(stability_extreme_penalty
    • 文化传统大幅增加(cultural_tradition_severe_bonus
    • 文化影响力大幅增加(cultural_influence_severe_bonus
  • 选项 B(flavor_ser.240.b

    • 稳定性大幅提升(stability_extreme_bonus

背景介绍
伊利里亚运动是19世纪初在南斯拉夫地区兴起的文化民族主义运动,旨在通过统一语言和文化唤醒斯拉夫民族意识,推动民族复兴与独立。该事件反映了塞尔维亚或其他斯拉夫文化国家在启蒙思想影响下,面临文化认同强化与社会稳定之间的抉择。

完整事件代码

flavor_ser.240 = { #The Illyrian Movement
	type = country_event
	title = flavor_ser.240.title
	desc = flavor_ser.240.desc
	image = "gfx/interface/illustrations/institutions/enlightenment.dds"

	historical_info = flavor_ser.240.historical_info

	fire_only_once = yes

	dynamic_historical_event = {
		tag = SER
		from = 1780.1.1
		to = 1836.1.1
		monthly_chance = 2
	}

	trigger = {
		dominant_culture = {
			has_culture_group = culture_group:slavic_group
		}
		has_embraced_institution = institution:enlightenment
	}

	option = {
		name = flavor_ser.240.a
		add_stability = stability_extreme_penalty
		culture = {
			add_cultural_tradition = cultural_tradition_severe_bonus
			add_cultural_influence = cultural_influence_severe_bonus
		}
	}

	option = {
		name = flavor_ser.240.b
		add_stability = stability_extreme_bonus
	}
}