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_hab.21 奥地利农民起义

时间范围

1600.1.1 - 1650.1.1,每月 2% 概率

触发条件

  • 国家稳定度低于 20

关键效果

选项: flavor_hab.21.a

  • 国家稳定度大幅下降
  • 农民阶层满意度大幅下降

背景介绍

在17世纪上半叶,神圣罗马帝国境内,尤其是奥地利哈布斯堡王朝的统治区域,社会矛盾日益尖锐。由于连年战争、宗教冲突以及沉重的税收负担,农民阶层的生活状况不断恶化。当国家稳定度降至较低水平时,长期积累的不满情绪极易爆发为大规模的农民起义,对中央政府的权威和农村社会秩序构成严重挑战。此事件模拟了在特定历史时期内,因统治不稳而可能引发的农民反抗浪潮。

完整事件代码

flavor_hab.21 = {
	type = country_event
	title = flavor_hab.21.title
	desc = flavor_hab.21.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = HAB
		from = 1600.1.1
		to = 1650.1.1
		monthly_chance = 2
	}

	trigger = {
		stability < 20
	}

	option = {
		name = flavor_hab.21.a
		add_stability = stability_extreme_penalty
		add_estate_satisfaction = { type = estate_type:peasants_estate value = estate_satisfaction_extreme_penalty }
	}
}