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_cas.1203 废除梅斯塔

时间范围:1737.1.1 - 1837.1.1(每月 1% 概率)

触发条件

  • 国家拥有变量 mesta_confirmed
  • 已接纳“启蒙运动”与“工业化”制度
  • 国家拥有统治者

关键效果

  • 选项 A (flavor_cas.1203.a):
    • 移除所有拥有 merino_wool 修正的地点的该修正
    • 设置变量 abolish_mesta = 1
    • 增加“市民阶层”阶层满意度(轻微增益)
  • 选项 B (flavor_cas.1203.b):
    • 降低“市民阶层”阶层满意度(轻微惩罚)

背景介绍: 梅斯塔是西班牙历史上一个强大的牧羊人行会组织,在中世纪至近代早期对国家的羊毛贸易和土地管理拥有巨大影响力。随着启蒙思想和工业化的到来,其特权和对土地使用的限制被视为经济发展的障碍。该事件反映了西班牙在现代化进程中,面临是否废除这一传统特权机构以促进农业和工业发展的抉择。

完整事件代码

flavor_cas.1203 = { #Abolish the Mesta
	hide_portraits = yes
	type = country_event
	title = flavor_cas.1203.title
	desc = flavor_cas.1203.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = CAS
		from = 1737.1.1
		to = 1837.1.1
		monthly_chance = 1
	}

	illustration_tags = {
		10 = regular
		10 = interior
	}

	immediate = {
		event_illustration_poptype_effect = { foreground = pop_type:burghers background = pop_type:burghers }
		ruler = {
			save_scope_as = target_character
		}
	}

	trigger = {
		has_variable = mesta_confirmed
		has_embraced_institution = institution:enlightenment
		has_embraced_institution = institution:industrialization
		has_ruler = yes
	}

	option = {
		name = flavor_cas.1203.a

		custom_tooltip = flavor_cas.1203.a.tt
		hidden_effect = {
			every_owned_location = {
				limit = {
					has_location_modifier = merino_wool
				}
				remove_location_modifier = merino_wool
			}
		}
		set_variable = { name = abolish_mesta value = 1 }
		add_estate_satisfaction = { type = estate_type:burghers_estate value = estate_satisfaction_mild_bonus }
	}

	option = {
		name = flavor_cas.1203.b

		add_estate_satisfaction = { type = estate_type:burghers_estate value = estate_satisfaction_mild_penalty }
	}
}