flavor_eng.71 英格兰羊毛贸易危机
时间范围
1340.1.1 - 1400.1.1,每月 1% 概率
触发条件
- 控制加莱地区 (
location:calais) - 完全拥有汉普郡省份 (
own_entire_province = province_definition:hampshire_province) - 完全拥有萨默塞特郡省份 (
own_entire_province = province_definition:somerset_province)
关键效果
选项 A (历史选项)
- 汉普郡省份内所有由玩家拥有的贵族或农民阶层人口,获得
pop_satisfaction_ultimate_penalty(民众满意度终极惩罚)。
选项 B
- 萨默塞特郡省份内所有由玩家拥有的贵族或农民阶层人口,获得
pop_satisfaction_ultimate_penalty(民众满意度终极惩罚)。
选项 C
- 触发条件:统治者外交能力 (
dip) ≥ 50。 - 萨默塞特郡省份内所有由玩家拥有的贵族或农民阶层人口,获得
pop_satisfaction_mild_bonus(民众满意度轻微加成)。 - 汉普郡省份内所有由玩家拥有的贵族或农民阶层人口,获得
pop_satisfaction_mild_bonus(民众满意度轻微加成)。
背景介绍
在百年战争初期,英格兰控制了加莱这一重要港口,并依赖其作为羊毛出口的主要通道。英格兰的羊毛贸易是其经济的支柱,汉普郡和萨默塞特郡是主要的羊毛产区。此事件模拟了英格兰王室在管理这一关键贸易路线和安抚国内主要羊毛生产地区的贵族与农民时所面临的压力与抉择。
完整事件代码
flavor_eng.71 = {
type = country_event
fire_only_once = yes
title = flavor_eng.71.title
desc = flavor_eng.71.desc
dynamic_historical_event = {
tag = ENG
tag = GBR
from = 1340.1.1
to = 1400.1.1
monthly_chance = 1
}
trigger = {
location:calais = { owner = root }
own_entire_province = province_definition:hampshire_province
own_entire_province = province_definition:somerset_province
}
illustration_tags = {
10 = angry
10 = interior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
province_definition:hampshire_province = {
save_scope_as = hampshire
}
province_definition:somerset_province = {
save_scope_as = somerset
}
location:calais = {
save_scope_as = calais
}
location:london = {
save_scope_as = target_province
}
}
option = {
name = flavor_eng.71.a
historical_option = yes
province_definition:hampshire_province = {
every_location_in_province_definition = {
every_pop = {
limit = {
owner = root
OR = {
pop_type = pop_type:nobles
pop_type = pop_type:peasants
}
}
add_pop_satisfaction = pop_satisfaction_ultimate_penalty
}
}
}
}
option = {
name = flavor_eng.71.b
province_definition:somerset_province = {
every_location_in_province_definition = {
every_pop = {
limit = {
owner = root
OR = {
pop_type = pop_type:nobles
pop_type = pop_type:peasants
}
}
add_pop_satisfaction = pop_satisfaction_ultimate_penalty
}
}
}
}
option = {
name = flavor_eng.71.c
trigger = { ruler = { dip >= 50 } }
province_definition:somerset_province = {
every_location_in_province_definition = {
every_pop = {
limit = {
owner = root
OR = {
pop_type = pop_type:nobles
pop_type = pop_type:peasants
}
}
add_pop_satisfaction = pop_satisfaction_mild_bonus
}
}
}
province_definition:hampshire_province = {
every_location_in_province_definition = {
every_pop = {
limit = {
owner = root
OR = {
pop_type = pop_type:nobles
pop_type = pop_type:peasants
}
}
add_pop_satisfaction = pop_satisfaction_mild_bonus
}
}
}
}
historical_info = flavor_eng.71.historical_info
}