flavor_fra_sco.110 巴利奥尔在苏格兰胜出
时间范围:1370.1.1 - 1837.6.1,每月 100% 概率触发
触发条件:
- 国家为
FRA(法兰西)。 - 处于和平状态(
at_war = no)。 - 拥有变量
balliol_accepts_fra_backing。 - 国家
SCO(苏格兰):- 拥有国家修正
balliol_claims_to_scotland。 - 处于和平状态(
at_war = no)。 - 没有摄政王(
has_regent = no)。
- 拥有国家修正
关键效果:
- 选项:我们与苏格兰的纽带比以往任何时候都更牢固
- 对
SCO(苏格兰)或SBL(后备)触发事件flavor_fra_sco.111。 - 为
SCO或SBL设置变量france_fulfills_alliance = 1。 - 如果与
SCO已结盟:- 双方互相添加观点修正
opinion_renewed_french_scottish_bond。
- 双方互相添加观点修正
- 如果与
SCO未结盟:- 与
SCO建立同盟关系。 - 双方互相添加观点修正
opinion_renewed_french_scottish_bond。
- 与
- AI 选择此选项的基础权重为 1。
- 对
背景介绍: 此事件模拟了法兰西在苏格兰王位继承问题上支持巴利奥尔家族的历史情景。当苏格兰处于和平且由巴利奥尔家族宣称者统治时,法兰西可以选择巩固与苏格兰的传统联盟关系,通过外交或军事支持来强化“老同盟”(Auld Alliance),从而在英伦三岛的地缘政治中维护自身利益。
完整事件代码:
flavor_fra_sco.110 = { # Balliol prevails in Scotland ## France
hide_portraits = yes
type = country_event
title = flavor_fra_sco.110.title
desc = flavor_fra_sco.110.desc
fire_only_once = yes
dynamic_historical_event = {
tag = FRA
from = 1370.1.1
to = 1837.6.1
monthly_chance = 100
}
trigger = {
tag = FRA
at_war = no
has_variable = balliol_accepts_fra_backing
c:SCO = {
has_country_modifier = balliol_claims_to_scotland
at_war = no
has_regent = no
}
}
illustration_tags = {
10 = happy
10 = interior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
ruler = {
save_scope_as = scope_rule_fra
}
c:SCO = {
ruler = {
save_scope_as = scope_rule_sbl
}
}
}
option = { # Our bond with Scotland is stronger than ever
name = flavor_fra_sco.110.a
hidden_effect = {
c:SCO = {
trigger_event_silently = { id = flavor_fra_sco.111 days = 1 }
set_variable = { name = france_fulfills_alliance value = 1 }
}
c:SBL = { # Fallback
trigger_event_silently = { id = flavor_fra_sco.111 days = 1 }
set_variable = { name = france_fulfills_alliance value = 1 }
}
}
if = {
limit = {
is_allied_with = { target = c:SCO }
}
add_opinion = { target = c:SCO modifier = opinion_renewed_french_scottish_bond }
reverse_add_opinion = { target = c:SCO modifier = opinion_renewed_french_scottish_bond }
}
if = {
limit = {
NOT = { is_allied_with = { target = c:SCO } }
}
create_relation = {
first = this
second = c:SCO
type = relation_type:alliance
}
add_opinion = { target = c:SCO modifier = opinion_renewed_french_scottish_bond }
reverse_add_opinion = { target = c:SCO modifier = opinion_renewed_french_scottish_bond }
}
ai_chance = {
base = 1
}
}
}