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_ned.32 七省农民不满

时间范围:1720.1.1 - 1780.1.1(每月 1% 概率)

触发条件

  • 国家已采用政府改革“七省”(government_reform:seven_provinces)。

关键效果

  • 选项 A
    • 首都所在区域(capital.area)内所有由本国拥有的省份中,所有农民阶层(pop_type:peasants)的满意度将降至最低惩罚值(pop_satisfaction_ultimate_penalty)。

背景介绍: 该事件模拟了荷兰共和国(七省联合共和国)在18世纪可能面临的内部社会压力。作为由七个省份组成的松散联邦,其独特的“七省”政府体制在维持地方自治与中央协调之间存在着持续的张力。当中央政府试图推行可能损害地方农民利益的措施时,这种体制的脆弱性便暴露出来,极易引发广泛的不满情绪。事件反映了在重商主义与海外扩张的背景下,本土农业人口与商业精英及国家政策之间潜在的经济与社会矛盾。

完整事件代码

flavor_ned.32 = {
	hide_portraits = yes
	type = country_event

	title = flavor_ned.32.title
	desc = flavor_ned.32.desc

	fire_only_once = yes

	dynamic_historical_event = {
		tag = NED
		from = 1720.1.1
		to = 1780.1.1
		monthly_chance = 1
	}

	illustration_tags = {
		10 = angry
		10 = exterior
	}

	trigger = {
		has_reform = government_reform:seven_provinces
	}

	immediate = {
		ruler_or_regent ?= {
			save_scope_as = target_character
		}
		root.capital.area = {
			save_scope_as = target_area
		}
		event_illustration_estate_effect = { foreground = estate_type:peasants_estate background = estate_type:peasants_estate }
	}

	option = {
		name = flavor_ned.32.a

		custom_tooltip = {
			text = ned_all_peasants_in_capital_become_disloyal
			every_owned_location = {
				limit = {
					area = scope:target_area
					owner = ROOT
				}
				every_pop = {
					limit = {
						owner = root
						pop_type = pop_type:peasants
					}
					add_pop_satisfaction = pop_satisfaction_ultimate_penalty
				}
			}
		}
	}
}