flavor_fra.406 黎塞留异端外交遭宫廷官员谴责
时间范围:1620.1.1 - 1645.1.1 (每月 10% 概率)
触发条件:
- 国家拥有统治者。
- 国家未处于战争状态。
- 人物
cardinal_richelieu存在。 - 人物
cardinal_richelieu存活。
关键效果:
- 选项 A (历史选项):黎塞留的外交行为为我们赢得了优势
- 效果:
stability_mild_penalty(轻微稳定度惩罚) - 效果:添加国家修正
fra_heretical_diplomacy,持续 10 年 - AI 选择权重:70%
- 效果:
- 选项 B:我们不能继续疏远宫廷中的坚定盟友,停止与异端的外交!
- 效果:
stability_mild_bonus(轻微稳定度奖励) - 效果:添加国家修正
fra_favoring_court_allies,持续 10 年 - AI 选择权重:30%
- 效果:
背景介绍: 在三十年战争期间,法国枢机主教黎塞留奉行“国家至上”的实用主义外交政策。为了削弱哈布斯堡王朝的霸权,他不顾国内天主教势力的反对,与德意志新教诸侯甚至奥斯曼帝国等“异端”势力结盟。这一政策引发了法国宫廷内部保守派,特别是虔诚的天主教贵族和高级教士的强烈不满与谴责,他们认为此举背叛了信仰,动摇了王国的宗教根基。
完整事件代码:
flavor_fra.406 = { # Richelieu Heretic Diplomacy condemned by court officials
type = country_event
fire_only_once = yes
title = flavor_fra.406.title
desc = flavor_fra.406.desc
dynamic_historical_event = {
tag = FRA
from = 1620.1.1
to = 1645.1.1
monthly_chance = 10
}
trigger = {
has_ruler = yes
at_war = no
exists = character:cardinal_richelieu
character:cardinal_richelieu = {
is_alive = yes
}
}
illustration_tags = {
10 = angry
10 = interior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
ruler ?= {
save_scope_as = fra_ruler
}
character:cardinal_richelieu ?= {
save_scope_as = target_character
}
}
option = { # Richelieu's act of diplomacy has earned us an advantage
name = flavor_fra.406.a
historical_option = yes
add_stability = stability_mild_penalty
add_country_modifier = { modifier = fra_heretical_diplomacy years = 10 mode = add }
ai_chance = {
factor = 0.7
}
}
option = { # We cannot continue to alienate staunch allies in the court, cease diplomacy with heretics!
name = flavor_fra.406.b
add_stability = stability_mild_bonus
add_country_modifier = { modifier = fra_favoring_court_allies years = 10 mode = add }
ai_chance = {
factor = 0.3
}
}
}