flavor_cas.1200 确认梅斯塔特权
时间范围:1337.1.1 - 1365.1.1(每月 1% 概率)
触发条件:
- 国家已启用政策
quadrillas_organization - 国家拥有统治者
关键效果:
- 选项 A (历史选项):
- 为伊比利亚地区所有出产
goods:wool(羊毛)的省份添加永久修正merino_wool。 - 轻微提升
estate_type:nobles_estate(贵族阶层)和estate_type:clergy_estate(教士阶层)的阶层满意度。 - 设置变量
mesta_confirmed。
- 为伊比利亚地区所有出产
- 选项 B:
- 为伊比利亚地区所有出产
goods:wool(羊毛)的省份添加持续100年的修正refused_merino_wool。 - 极大降低
estate_type:nobles_estate(贵族阶层)和estate_type:clergy_estate(教士阶层)的阶层满意度。
- 为伊比利亚地区所有出产
背景介绍: 梅斯塔(Mesta)是卡斯蒂利亚王国一个强大的牧羊人行会,拥有王室授予的广泛特权,包括在王国境内自由迁徙羊群的权利。这些特权对王国的羊毛经济、土地所有权以及农民与贵族之间的关系产生了深远影响。本事件模拟了统治者面对是否确认并延续这些特权的抉择,这一决定将直接影响国家的经济结构和主要阶层的忠诚度。
完整事件代码:
flavor_cas.1200 = { #Confirmation of the Mesta Privileges
type = country_event
title = flavor_cas.1200.title
desc = flavor_cas.1200.desc
fire_only_once = yes
dynamic_historical_event = {
tag = CAS
from = 1337.1.1
to = 1365.1.1
monthly_chance = 1
}
illustration_tags = {
10 = happy
10 = exterior
}
immediate = {
event_illustration_poptype_effect = { foreground = pop_type:peasants background = pop_type:peasants }
ruler = {
save_scope_as = target_character
}
}
trigger = {
has_policy = quadrillas_organization
has_ruler = yes
}
option = {
name = flavor_cas.1200.a
historical_option = yes
custom_tooltip = flavor_cas.1200.a.tt
hidden_effect = {
every_owned_location = {
limit = {
raw_material = goods:wool
region = region:iberia_region
}
add_location_modifier = {
modifier = merino_wool
months = -1
mode = add_and_extend
}
}
}
add_estate_satisfaction = { type = estate_type:nobles_estate value = estate_satisfaction_mild_bonus }
add_estate_satisfaction = { type = estate_type:clergy_estate value = estate_satisfaction_mild_bonus }
set_variable = mesta_confirmed
}
option = {
name = flavor_cas.1200.b
add_estate_satisfaction = { type = estate_type:nobles_estate value = estate_satisfaction_extreme_penalty }
add_estate_satisfaction = { type = estate_type:clergy_estate value = estate_satisfaction_extreme_penalty }
custom_tooltip = flavor_cas.1200.b.tt
hidden_effect = {
every_owned_location = {
limit = {
raw_material = goods:wool
region = region:iberia_region
}
add_location_modifier = {
modifier = refused_merino_wool
years = 100
mode = add_and_extend
}
}
}
}
}