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_bng.10 贵族与农民

时间范围:1337.1.1 - 1500.1.1(每月 1% 概率触发)

触发条件

  • 国家总人口 ≥ 20,000
  • 国家月度收支 ≥ 300

关键效果

  • 选项 A (flavor_bng.10.a):
    • 解锁政府改革:bng_industralized_provinces
    • 农民阶层满意度大幅降低 (estate_satisfaction_extreme_penalty)
  • 选项 B (flavor_bng.10.b):
    • 增加合法性 (legitimacy_mild_bonus)
    • 农民阶层满意度大幅提升 (estate_satisfaction_extreme_bonus)

背景介绍: 在14至15世纪,随着人口增长和经济盈余的出现,国家面临资源分配与阶层关系的抉择。贵族阶层可能推动工业化改革以增强国力,但这往往以牺牲农民利益为代价;反之,安抚农民虽能稳定社会,却可能延缓技术进步的步伐。此事件反映了早期近代国家在发展与稳定之间的艰难平衡。

完整事件代码

flavor_bng.10 = {
	type = country_event
	title = flavor_bng.10.title
	desc = flavor_bng.10.desc

	dynamic_historical_event = {
		tag = BNG
		from = 1337.1.1
		to = 1500.1.1
		monthly_chance = 1
	}

	illustration_tags = {
		10 = exterior
		10 = happy
	}

	trigger = {
		total_population >= 20000
		monthly_balance >= 300
	}

	fire_only_once = yes

	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_bng.10.a

		unlock_government_reform_effect = {
			type = bng_industralized_provinces
		}

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

	option = {
		name = flavor_bng.10.b

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