[flavor_cas.1502] 西班牙帝国日不落
时间范围:1400.1.1 - 1837.1.1,每月 1% 概率触发
触发条件:
- 国家为
CAS或SPA。 - 首都位于欧洲大陆 (
continent:europe)。 - 在美洲大陆 (
continent:america) 拥有存在。 - 在非洲大陆 (
continent:africa) 拥有存在。 - 在亚洲大陆 (
continent:asia) 拥有存在。 - 拥有统治者 (
has_ruler = yes)。 - 拥有变量
world_port_established。
关键效果:
- 选项 A (
flavor_cas.1502.a):- 获得巨额威望 (
add_prestige = prestige_extreme_bonus)。 - 获得巨额正统性 (
add_legitimacy = legitimacy_extreme_bonus)。 - 获得巨额稳定度 (
add_stability = stability_extreme_bonus)。
- 获得巨额威望 (
背景介绍: 该事件模拟了西班牙帝国在其鼎盛时期,领土遍及全球各大洲,号称“日不落帝国”的历史时刻。当卡斯蒂利亚或西班牙在美洲、非洲和亚洲都建立了存在,并满足了其他特定条件时,此事件将表彰其全球性的帝国成就,为国家带来巨大的声望、合法性与稳定。
完整事件代码:
flavor_cas.1502 = { #The Sun never sets on the spanish empire
type = country_event
title = flavor_cas.1502.title
desc = flavor_cas.1502.desc
fire_only_once = yes
dynamic_historical_event = {
tag = CAS
tag = SPA
from = 1400.1.1
to = 1837.1.1
monthly_chance = 1
}
illustration_tags = {
10 = happy
10 = exterior
}
immediate = {
event_illustration_government_estate_effect = yes
var:future_trade_center = { save_scope_as = trade_center_location }
}
trigger = {
capital.continent = continent:europe
has_presence_in = continent:america
has_presence_in = continent:africa
has_presence_in = continent:asia
has_ruler = yes
has_variable = world_port_established
}
option = {
name = flavor_cas.1502.a
add_prestige = prestige_extreme_bonus
add_legitimacy = legitimacy_extreme_bonus
add_stability = stability_extreme_bonus
}
}