flavor_tur.52 安纳托利亚小麦禁令
时间范围
1337.1.1 - 1437.1.1,每月 5% 概率触发。
触发条件
- 国家
GEN(热那亚)和VEN(威尼斯)必须存在。 - 必须拥有
constantinople(君士坦丁堡)地区。 - 首都市场必须正在向
western_europe(西欧)次大陆出口goods:wheat(小麦)。 - 首都市场的小麦库存必须大于 15。
关键效果
选项 A:flavor_tur.52.a
(历史选项)
- 为国家添加名为
wheat_exports_banned(小麦出口禁令)的修正,持续 20 年(模式为叠加并延长)。 - 社会价值观
capital_economy_vs_traditional_economy(资本经济 vs 传统经济)向左移动(偏向传统经济)。 - 如果
VEN(威尼斯)在君士坦丁堡有商人,则VEN对本国添加opinion_irritated(恼怒)观点修正。 - 如果
GEN(热那亚)在君士坦丁堡有商人,则GEN对本国添加opinion_irritated(恼怒)观点修正。
选项 B:flavor_tur.52.b
- 为
burghers_estate(市民阶层)增加estate_satisfaction_mild_bonus(轻微满意度加成)。 - 社会价值观
aristocracy_vs_plutocracy(贵族政治 vs 财阀政治)向右移动(偏向财阀政治)。 - 减少
government_power_mild_penalty(少量政府力量)。
背景介绍
在奥斯曼帝国早期,特别是控制君士坦丁堡(伊斯坦布尔)后,安纳托利亚地区的小麦成为重要的战略资源。随着热那亚和威尼斯商人在首都市场的活跃,大量小麦被出口到西欧,这可能引发国内粮食供应紧张或价格波动。此事件模拟了帝国政府面临的选择:是颁布禁令以保护国内经济和粮食安全,还是允许自由贸易以安抚商人阶层并获取短期利益。
完整事件代码
flavor_tur.52 = { #The Anatolian Wheat Ban
type = country_event
title = flavor_tur.52.title
desc = flavor_tur.52.desc
fire_only_once = yes
dynamic_historical_event = {
tag = TUR
from = 1337.1.1
to = 1437.1.1
monthly_chance = 5
}
historical_info = flavor_tur.52.historical_info
trigger = {
country_exists = c:GEN
country_exists = c:VEN
owns = location:constantinople
capital.market ?= {
any_export = {
goods = goods:wheat
to_market.location.sub_continent = sub_continent:western_europe
}
}
capital.market ?= { "stockpile_in_market(goods:wheat)" > 15 }
}
option = {
name = flavor_tur.52.a
historical_option = yes
add_country_modifier = { modifier = wheat_exports_banned years = 20 mode = add_and_extend }
change_societal_value = { type = capital_economy_vs_traditional_economy value = societal_value_move_to_left }
if = {
limit = {
c:VEN ?= {
has_merchant_in_constantinople = yes
}
}
c:VEN = {
add_opinion = { target = root modifier = opinion_irritated }
}
}
if = {
limit = {
c:GEN ?= { has_merchant_in_constantinople = yes }
}
c:GEN = {
add_opinion = { target = root modifier = opinion_irritated }
}
}
}
option = {
name = flavor_tur.52.b
add_estate_satisfaction = { type = estate_type:burghers_estate value = estate_satisfaction_mild_bonus }
change_societal_value = {
type = aristocracy_vs_plutocracy
value = societal_value_move_to_right
}
add_government_power = government_power_mild_penalty
}
}