flavor_fra.19 伊甸协定
时间范围:1780.1.1 - 1800.1.1(每月 20% 概率触发)
触发条件:
- 国家
ENG存在。 - 未与
ENG处于战争状态。 - 人物
eng_william_pitt_the_younger存活。
关键效果:
- 选项 A (历史选项):
ENG获得少量威望加成。ENG对事件触发国获得“伊甸协定”意见修正。- 事件触发国获得国家修正
fra_eden_agreement,持续10年。 ENG获得国家修正fra_eden_agreement_eng,持续10年。
- 选项 B:
- 事件触发国获得大量威望加成。
ENG对事件触发国获得“拒绝伊甸协定”意见修正。
背景介绍: 该事件模拟了1780年至1800年间,法国与英国之间可能达成的一项外交协定——“伊甸协定”。该协定以时任英国首相小威廉·皮特(William Pitt the Younger)为关键人物,旨在缓和两国关系,避免冲突,并可能涉及贸易或殖民地事务。事件反映了这一时期英法两国在经历长期对抗后,寻求暂时性外交妥协的历史可能性。
完整事件代码:
flavor_fra.19 = { # The Eden Agreement
type = country_event
title = flavor_fra.19.title
desc = flavor_fra.19.desc
historical_info = flavor_fra.19.historical_info
fire_only_once = yes
dynamic_historical_event = {
tag = FRA
from = 1780.1.1
to = 1800.1.1
monthly_chance = 20
}
illustration_tags = {
10 = regular
10 = interior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
character:eng_william_pitt_the_younger ?= {
save_scope_as = target_character
}
}
trigger = {
country_exists = c:ENG
NOT = { is_at_war_with = c:ENG }
character:eng_william_pitt_the_younger ?= { is_alive = yes }
}
option = {
name = flavor_fra.19.a
historical_option = yes
c:ENG = { add_prestige = prestige_mild_bonus add_opinion = { target = root modifier = the_eden_agreement } }
add_country_modifier = { modifier = fra_eden_agreement years = 10 mode = add }
c:ENG = { add_country_modifier = { modifier = fra_eden_agreement_eng years = 10 mode = add } }
}
option = {
name = flavor_fra.19.b
add_prestige = prestige_extreme_bonus
c:ENG = { add_opinion = { target = root modifier = refusal_of_the_eden_agreement } }
}
}