flavor_fra.2006 有争议的王位继承
基于查理七世被其父在与英格兰的条约中“剥夺继承权”的事件。
时间范围
1425.1.1 - 1455.1.1
- 触发概率:每月 100% 概率
触发条件
- 国家
c:ENG(英格兰)必须存在。 - 在
france_region(法兰西地区)中,至少有 45 个地块的拥有者或其最高宗主国是c:ENG(英格兰)。 - 角色
character:joan_of_arc(圣女贞德)必须存活。
关键效果
选项 A:金雀花家族休想得到法兰西王位!
- 历史选项:是
- 获得
army_tradition_extreme_bonus(陆军传统巨额加成)。 - 为国家添加名为
fra_hyw_contested_succession的修正,持续 1 年(模式为叠加并延长)。 - AI 选择概率基础值为 80。
选项 B:安抚英格兰的宣称
- 获得
legitimacy_severe_penalty(正统性严重惩罚)。 - 获得
stability_mild_penalty(稳定度轻度惩罚)。 - 社会价值观
belligerent_vs_conciliatory(好战 vs 安抚)向 右侧(安抚方向)移动。 - 为国家添加名为
fra_hyw_contested_succession_appeasing_english的修正,持续 1 年(模式为叠加并延长)。 - AI 选择概率基础值为 20。
背景介绍
此事件模拟了百年战争期间法兰西王位继承的危机。1420年,法王查理六世在《特鲁瓦条约》中承认英格兰国王亨利五世为其继承人,剥夺了其子查理(后来的查理七世)的继承权。这导致了法兰西王位的合法性争议,加剧了英法之间的冲突,并为圣女贞德的登场和法兰西的民族觉醒埋下了伏笔。
完整事件代码
flavor_fra.2006 = { # A Contested Succession ## Based around Charles VII 'disinheritance' by his father in a treaty with the English
type = country_event
fire_only_once = yes
title = flavor_fra.2006.title
desc = flavor_fra.2006.desc
dynamic_historical_event = {
tag = FRA
from = 1425.1.1
to = 1455.1.1
monthly_chance = 100
}
trigger = {
country_exists = c:ENG
region:france_region = {
any_location_in_region = {
owner ?= {
top_overlord_or_this ?= c:ENG
}
count > 45
}
}
character:joan_of_arc ?= { is_alive = yes }
}
illustration_tags = {
10 = angry
10 = interior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
set_variable = { name = french_succession_is_contested value = 1 }
ruler ?= {
save_scope_as = ruler_fra
}
c:ENG = {
ruler ?= {
save_scope_as = ruler_eng
}
}
}
option = { # The Plantagenets will never have the French throne!
name = flavor_fra.2006.a
historical_option = yes
custom_tooltip = legitimacy_penalty_with_english_advancements
add_army_tradition = army_tradition_extreme_bonus
add_country_modifier = { modifier = fra_hyw_contested_succession years = -1 mode = add_and_extend }
ai_chance = {
base = 80
}
}
option = { # Appease the English claims
name = flavor_fra.2006.b
custom_tooltip = reduced_legitimacy_penalty_but_prestige_hit
add_legitimacy = legitimacy_severe_penalty
add_stability = stability_mild_penalty
change_societal_value = { type = belligerent_vs_conciliatory value = societal_value_move_to_right }
add_country_modifier = { modifier = fra_hyw_contested_succession_appeasing_english years = -1 mode = add_and_extend }
ai_chance = {
base = 20
}
}
}