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_dan.63 沃内兹卡布制度

时间范围:1370.1.1 - 1400.1.1,每月 1% 概率触发

触发条件

  • 国家曾经历过“黑死病”局面。

关键效果

  • 选项 A (历史选项)
    • 贵族阶层满意度获得“重度增益”。
    • 农民阶层满意度获得“重度减益”。
    • 社会价值观“农奴制 vs 自由民”向左侧(农奴制方向)大幅移动。
  • 选项 B
    • 贵族阶层满意度获得“重度减益”。
    • 农民阶层满意度获得“重度增益”。

背景介绍: 在14世纪黑死病席卷欧洲之后,人口锐减导致劳动力短缺。为了应对这一危机并维持农业生产与社会秩序,丹麦王国(DAN)强化了“沃内兹卡布”制度,这是一种将农民束缚在土地上的农奴制。该事件反映了瘟疫后社会结构的调整,贵族阶层试图通过限制农民自由来保障自身的经济利益与劳动力供给,而农民则承受了更大的压迫。

完整事件代码

flavor_dan.63 = { #The Vornedskab #GRAVEYARD
	type = country_event
	title = flavor_dan.63.title
	desc = flavor_dan.63.desc
	image = "gfx/interface/illustrations/situation/black_death.dds"

	fire_only_once = yes

	historical_info = flavor_dan.63.historical_info

	dynamic_historical_event = {
		tag = DAN
		from = 1370.1.1
		to = 1400.1.1
		monthly_chance = 1
	}

	trigger = {
		had_situation_trigger = { situation = black_death }
	}

	option = {
		name = flavor_dan.63.a
		historical_option = yes
		add_estate_satisfaction = { type = estate_type:nobles_estate value = estate_satisfaction_severe_bonus }
		add_estate_satisfaction = { type = estate_type:peasants_estate value = estate_satisfaction_severe_penalty }
		change_societal_value = {
			type = serfdom_vs_free_subjects
			value = societal_value_large_move_to_left
		}
	}

	option = {
		name = flavor_dan.63.b
		add_estate_satisfaction = { type = estate_type:nobles_estate value = estate_satisfaction_severe_penalty }
		add_estate_satisfaction = { type = estate_type:peasants_estate value = estate_satisfaction_severe_bonus }
	}
}