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_lit.26 沃洛克改革

时间范围:1537.1.1 - 1600.1.1(每月 3% 概率) 触发条件

  • 国家标签为 LIT(立陶宛)。
  • 事件仅触发一次。

关键效果

  • 选项 A (flavor_lit.26.a)
    • 解锁并启用政府改革 volok_reform
    • 社会价值观 serfdom_vs_free_subjects 向左移动(倾向于自由民)。
    • 贵族阶层满意度获得轻微提升。
    • 所有农民阶层人口满意度受到轻微惩罚。
  • 选项 B (flavor_lit.26.b)
    • 农民阶层满意度获得极大提升。
    • 社会价值观 serfdom_vs_free_subjects 向右移动(倾向于农奴制)。

背景介绍: 在16世纪中后期,立陶宛大公国面临国内社会结构的重大抉择。一方面,贵族阶层(什拉赫塔)推动“沃洛克”土地测量与改革,旨在明确土地所有权、巩固自身经济与政治特权,但这往往以牺牲农民自由为代价。另一方面,日益沉重的农奴制压迫激起了农民的不满。此事件反映了立陶宛统治者在贵族权益巩固与农民诉求安抚之间的艰难平衡,其选择将深刻影响国家未来的社会形态与稳定。

完整事件代码

flavor_lit.26 = {
	type = country_event
	title = flavor_lit.26.title
	desc = flavor_lit.26.desc

	dynamic_historical_event = {
		tag = LIT
		from = 1537.1.1
		to = 1600.1.1
		monthly_chance = 3
	}

	fire_only_once = yes

	illustration_tags = {
        10 = regular
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		ruler_or_regent ?= {
			save_scope_as = target_character
		}
	}

	option = {
		name = flavor_lit.26.a

		unlock_government_reform_effect = {
			type = volok_reform
		}

		add_replacing_gov_reform = {
			reform = government_reform:volok_reform
		}

		change_societal_value = {
			type = serfdom_vs_free_subjects
			value = societal_value_move_to_left
		}

		add_estate_satisfaction = {
			type = estate_type:nobles_estate
			value = estate_satisfaction_mild_bonus
		}

		custom_tooltip = {
			text = lit_all_peasant_pops_lose_satisfaction_tt
			every_owned_location = {
				every_pop = {
					limit = {
						owner ?= root
						pop_type = pop_type:peasants
					}
					add_pop_satisfaction = pop_satisfaction_mild_penalty
				}
			}
		}
	}

	option = {
		name = flavor_lit.26.b

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

		change_societal_value = {
			type = serfdom_vs_free_subjects
			value = societal_value_move_to_right
		}
	}
}