flavor_sco.1200 英格兰与苏格兰的永久和平条约
时间范围:1490.1.1 - 1600.1.1(每月 5% 概率)
触发条件:
- 英格兰(ENG)拥有统治者。
- 满足以下任一条件:
- 统治者是人物
eng_henry_tudor(亨利·都铎)且其存活。 - 统治者的外交能力(
dip)大于等于50。
- 统治者是人物
- 苏格兰(
c:SCO)国家存在。 - 苏格兰与英格兰接壤。
- 苏格兰与英格兰不是盟友。
- 苏格兰没有摄政。
- 英格兰当前未处于战争状态。
关键效果:
- 选项 A (历史选项):
- 增加英格兰对苏格兰的信任度(
trust_treaty_of_perpetual_peace)。 - 为苏格兰(
c:SCO)静默触发后续事件flavor_sco.1201。 - 显示多个自定义提示(
flavor_sco.1200.tt1、flavor_sco.1200.tt2、flavor_sco.1200.tt3、flavor_sco.1200.tt4)。
- 增加英格兰对苏格兰的信任度(
- 选项 B:
- 为英格兰增加少量威望(
prestige_weak_bonus)。
- 为英格兰增加少量威望(
背景介绍: 此事件模拟了英格兰与苏格兰之间在都铎王朝时期达成“永久和平”条约的可能性。历史上,英格兰国王亨利七世(亨利·都铎)于1502年与苏格兰国王詹姆斯四世签署了《永久和平条约》,旨在结束两国长期的敌对状态,并通过联姻(亨利七世之女玛格丽特嫁给詹姆斯四世)巩固关系。该事件反映了英格兰在特定条件下(如由强力的外交家统治或由亨利七世本人统治时)寻求与北方邻国和解的外交努力。
完整事件代码:
flavor_sco.1200 = {
hide_portraits = yes
type = country_event
title = flavor_sco.1200.title
desc = flavor_sco.1200.desc
fire_only_once = yes
dynamic_historical_event = {
tag = ENG
from = 1490.1.1
to = 1600.1.1
monthly_chance = 5
}
trigger = {
has_ruler = yes
OR = {
AND = {
character:eng_henry_tudor ?= { is_alive = yes }
ruler = character:eng_henry_tudor
}
ruler = { dip >= 50 }
}
country_exists = c:SCO
c:SCO = {
is_neighbor_of = root
NOT = { is_allied_with = { target = root } }
has_regent = no
}
at_war = no
}
illustration_tags = {
10 = happy
10 = interior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
c:SCO = { save_scope_as = scotland }
capital = { save_scope_as = target_location }
c:SCO.ruler = { save_scope_as = target_character }
root = { save_scope_as = target_root_country }
}
option = {
name = flavor_sco.1200.a
historical_option = yes
add_trust = {
modifier = trust_treaty_of_perpetual_peace
target = scope:scotland
}
hidden_effect = {
c:SCO = { trigger_event_silently = flavor_sco.1201 }
}
custom_tooltip = flavor_sco.1200.tt1
if = {
limit = {
has_variable = border_reivers_enabled
}
custom_tooltip = flavor_sco.1200.tt2
}
custom_tooltip = flavor_sco.1200.tt3
custom_tooltip = flavor_sco.1200.tt4
}
option = {
name = flavor_sco.1200.b
add_prestige = prestige_weak_bonus
}
historical_info = flavor_sco.1200.historical_info
}