[flavor_eng_diplomacy.1100] 麦地那德尔坎波条约
时间范围:1485.1.1 - 1550.1.1(每月 5% 概率)
触发条件:
- 国家
ARA、CAS、FRA必须存在。 CAS与ARA处于联合统治状态,并且其中一方是玩家的敌人。CAS或ARA中至少有一方是FRA的敌人。- 玩家未处于战争状态。
关键效果:
- 选项 A (历史选项):
- 对联合统治中的宗主国(
overlord)和从属国(lesser_partner)增加名为trust_treaty_of_medina_del_campo的信任度修正。 - 向
FRA添加对玩家的signed_medina_del_campo_treaty观点修正。 - 对宗主国(
overlord)静默触发事件flavor_eng_diplomacy.1101。 - 显示多个自定义提示文本(
flavor_eng_diplomacy.1100.tt1至flavor_eng_diplomacy.1100.tt4)。
- 对联合统治中的宗主国(
- 选项 B:
- 向
FRA添加对玩家的declined_advantageous_treaty观点修正。 - 显示自定义提示文本(
flavor_eng_diplomacy.1100.tt5)。
- 向
背景介绍: 该事件模拟了历史上英格兰(或后来的英国)在1485年至1550年间,面对卡斯蒂利亚(CAS)与阿拉贡(ARA)联合统治(即西班牙)并与法国(FRA)敌对时,可能的外交决策。事件的核心是“麦地那德尔坎波条约”,这是一个历史性的贸易与和平条约,旨在巩固英格兰与西班牙(或伊比利亚半岛上的主要政权)之间的关系,以共同对抗法国。选择签署条约(历史选项)将建立信任与友好关系,而拒绝则可能招致法国的负面看法。
完整事件代码:
flavor_eng_diplomacy.1100 = {
hide_portraits = yes
type = country_event
title = flavor_eng_diplomacy.1100.title
desc = flavor_eng_diplomacy.1100.desc
fire_only_once = yes
dynamic_historical_event = {
tag = ENG
tag = GBR
from = 1485.1.1
to = 1550.1.1
monthly_chance = 5
}
trigger = {
country_exists = c:ARA
country_exists = c:CAS
country_exists = c:FRA
OR = {
c:CAS = {
in_union_with = c:ARA
is_enemy_of = root
}
c:ARA = {
in_union_with = c:CAS
is_enemy_of = root
}
}
OR = {
c:CAS = { is_enemy_of = c:FRA }
c:ARA = { is_enemy_of = c:FRA }
}
at_war = no
}
illustration_tags = {
10 = happy
10 = interior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
if = {
limit = {
c:CAS = {
is_subject_of = c:ARA
}
}
c:CAS = { save_scope_as = overlord }
c:ARA = { save_scope_as = lesser_partner }
}
if = {
limit = {
c:ARA = {
is_subject_of = c:CAS
}
}
c:ARA = { save_scope_as = overlord }
c:CAS = { save_scope_as = lesser_partner }
}
capital = { save_scope_as = target_location }
overlord.ruler = { save_scope_as = target_character }
root = { save_scope_as = target_root_country }
}
option = {
name = flavor_eng_diplomacy.1100.a
historical_option = yes
add_trust = {
modifier = trust_treaty_of_medina_del_campo
target = scope:overlord
}
add_trust = {
modifier = trust_treaty_of_medina_del_campo
target = scope:lesser_partner
}
hidden_effect = {
scope:overlord = { trigger_event_silently = flavor_eng_diplomacy.1101 }
}
custom_tooltip = flavor_eng_diplomacy.1100.tt1
custom_tooltip = flavor_eng_diplomacy.1100.tt2
c:FRA = {
add_opinion = {
target = root
modifier = signed_medina_del_campo_treaty
}
}
custom_tooltip = flavor_eng_diplomacy.1100.tt3
custom_tooltip = flavor_eng_diplomacy.1100.tt4
}
option = {
name = flavor_eng_diplomacy.1100.b
c:FRA = {
add_opinion = {
target = root
modifier = declined_advantageous_treaty
}
}
custom_tooltip = flavor_eng_diplomacy.1100.tt5
}
historical_info = flavor_eng_diplomacy.1100.historical_info
}