flavor_cas.1500 贸易署的建立
时间范围:1490.1.1 - 1600.1.1 (每月 1% 概率)
触发条件:
- 全局变量
new_world_discovered已存在。 - 在美洲大陆拥有存在。
- 拥有统治者。
- 拥有塞维利亚地区。
关键效果:
- 选项 A (历史选项):
- 解锁并采用政府改革:
casa_de_contratacion。 - 设置变量
future_trade_center的值为塞维利亚地区。
- 解锁并采用政府改革:
- 选项 B:
- 触发条件:拥有加的斯地区。
- 解锁并采用政府改革:
casa_de_contratacion。 - 设置变量
future_trade_center的值为加的斯地区。
- 选项 C:
- 触发条件:拥有里斯本地区。
- 解锁并采用政府改革:
casa_de_contratacion。 - 设置变量
future_trade_center的值为里斯本地区。
- 选项 D:
- 触发条件:首都是沿海地区,且塞维利亚、里斯本、加的斯均不是首都。
- 解锁并采用政府改革:
casa_de_contratacion。 - 设置变量
future_trade_center的值为当前首都地区。
- 选项 E:
- 增加少量正统性。
背景介绍: 随着新大陆的发现和美洲殖民活动的展开,西班牙王室需要建立一个中央机构来管理、控制和垄断与新大陆的贸易、移民和航运。这一事件反映了西班牙帝国为规范其庞大的跨大西洋贸易体系而进行的制度化努力,即建立“贸易署”(Casa de Contratación)。该机构负责征收关税、管理船运、收集地理信息,并成为西班牙殖民帝国的经济神经中枢。
完整事件代码:
flavor_cas.1500 = { #Casa de Contratación
hide_portraits = yes
type = country_event
title = flavor_cas.1500.title
desc = flavor_cas.1500.desc
fire_only_once = yes
dynamic_historical_event = {
tag = CAS
tag = SPA
from = 1490.1.1
to = 1600.1.1
monthly_chance = 1
}
illustration_tags = {
10 = happy
10 = exterior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:burghers_estate }
ruler = {
save_scope_as = target_character
}
capital = {
save_scope_as = target_location
}
}
trigger = {
has_global_variable = new_world_discovered
has_presence_in = continent:america
has_ruler = yes
owns = location:sevilla
}
option = {
name = flavor_cas.1500.a
historical_option = yes
unlock_government_reform_effect = { type = casa_de_contratacion }
add_reform = government_reform:casa_de_contratacion
set_variable = {
name = future_trade_center
value = location:sevilla
}
}
option = {
name = flavor_cas.1500.b
trigger = {
owns = location:cadiz
}
unlock_government_reform_effect = { type = casa_de_contratacion }
add_reform = government_reform:casa_de_contratacion
set_variable = {
name = future_trade_center
value = location:cadiz
}
}
option = {
name = flavor_cas.1500.c
trigger = {
owns = location:lisbon
}
unlock_government_reform_effect = { type = casa_de_contratacion }
add_reform = government_reform:casa_de_contratacion
set_variable = {
name = future_trade_center
value = location:lisbon
}
}
option = {
name = flavor_cas.1500.d
trigger = {
capital = {
is_coastal = yes
}
location:sevilla = {
is_capital = no
}
location:lisbon = {
is_capital = no
}
location:cadiz = {
is_capital = no
}
}
unlock_government_reform_effect = { type = casa_de_contratacion }
add_reform = government_reform:casa_de_contratacion
set_variable = {
name = future_trade_center
value = root.capital
}
}
option = {
name = flavor_cas.1500.e
add_legitimacy = legitimacy_mild_bonus
}
}