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_eng.189 农奴制改革

时间范围

  • 起始日期:未指定(from 字段缺失)
  • 结束日期:未指定(to 字段缺失)
  • 触发概率:未指定(monthly_chance 字段缺失)

触发条件

  • 事件类型:国家事件(type = country_event
  • 触发条件:代码中未明确指定 trigger 字段,因此无具体触发条件。

关键效果

选项 A:flavor_eng.189.a

  • 改变社会价值:将“农奴制 vs 自由民”社会价值向右移动(societal_value_move_to_right)。
  • 增加阶层满意度:为“农民阶层”增加“阶层满意度大幅增益”(estate_satisfaction_severe_bonus)。

选项 B:flavor_eng.189.b

  • 改变社会价值:将“农奴制 vs 自由民”社会价值向左移动(societal_value_move_to_left)。
  • 增加政府力量:获得“政府力量轻度增益”(government_power_mild_bonus)。

背景介绍

此事件模拟了国家内部关于农奴制与自由民权利的社会改革辩论。统治者面临选择:是强化传统农奴制以安抚农民阶层,还是推动自由化改革以增强中央政府的权力。不同的选择将深刻影响国家的社会结构和统治基础。

完整事件代码

flavor_eng.189 = {
	type = country_event

	title = flavor_eng.189.title
	desc = flavor_eng.189.desc

	option = {
		name = flavor_eng.189.a

		change_societal_value = {
			type = serfdom_vs_free_subjects
			value = societal_value_move_to_right
		}

		add_estate_satisfaction = { type = estate_type:peasants_estate value = estate_satisfaction_severe_bonus }

	}

	illustration_tags = {
		10 = happy
		10 = interior
	}
	
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
	}
	option = {
		name = flavor_eng.189.b

		change_societal_value = {
			type = serfdom_vs_free_subjects
			value = societal_value_move_to_left
		}

		add_government_power = government_power_mild_bonus

	}

}