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_ara.6] 辛迪卡特·雷门萨

时间范围:1430.1.1 - 1460.1.1(每月 5% 概率)

触发条件

  • 国家尚未拥有特权 estate_privilege:ara_sindicat_ara_remenca

关键效果

  • 选项 A (历史选项)
    • 设置变量 ara_sindicat_ara_remenca_flag 为 1。
    • 授予特权 estate_privilege:ara_sindicat_ara_remenca
  • 选项 B
    • estate_type:peasants_estate(农民阶层)添加 estate_satisfaction_extreme_penalty(极度不满)的阶层满意度修正。

背景介绍: 该事件模拟了15世纪中叶阿拉贡王国(ARA)境内“雷门萨”(Remença)农民运动的历史背景。雷门萨农民是加泰罗尼亚地区受封建领主严重压迫的农奴,他们通过组织“辛迪卡特”(Sindicat,即工会或兄弟会)来争取废除“陋习”(mals usos)等封建恶法,争取自由与权利。该事件反映了当时农民阶层与封建领主及王室之间紧张的社会关系。

完整事件代码

flavor_ara.6 = { #Sindicat Remença
	type = country_event
	title = flavor_ara.6.title
	desc = flavor_ara.6.desc
	fire_only_once = yes
	
	dynamic_historical_event = {
		tag = ARA
		from = 1430.1.1
		to = 1460.1.1
		monthly_chance = 5
	}
	
	illustration_tags = {
		10 = angry
		10 = exterior
	}
	
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:peasants_estate background = estate_type:peasants_estate }
	}
	
	trigger = {
		NOT = { has_estate_privilege = estate_privilege:ara_sindicat_ara_remenca }
	}

	option = {
		name = flavor_ara.6.a
		historical_option = yes
		set_variable = { name = ara_sindicat_ara_remenca_flag value = 1 }
		grant_estate_privilege = estate_privilege:ara_sindicat_ara_remenca
	}
	
	option = {
		name = flavor_ara.6.b
		add_estate_satisfaction = { type = estate_type:peasants_estate value = estate_satisfaction_extreme_penalty }
	}
}