flavor_rus.9 莫斯科成为第三罗马
时间范围
1400.1.1 - 1700.1.1 每月 5% 概率触发
触发条件
- 国家宗教为东正教(Orthodox)。
- 拜占庭帝国(BYZ)不存在。
- 君士坦丁堡(constantinople)的拥有者属于穆斯林宗教组(religion_group:muslim)。
- 莫斯科(moscow)的拥有者和控制者均为本国。
- 本国尚未领导一个自治的东正教牧首区(autocephalous_patriarchate)。
关键效果
选项 A:flavor_rus.9.a
- 历史选项
- 获得温和的宗教影响力加成(add_religious_influence = religious_influence_mild_bonus)。
- 所有其他东正教国家,若在本国外交范围内,将对本国获得“俄罗斯渴望领导东正教世界”(rus_aspires_to_lead_orthodoxy)的舆论修正。
选项 B:flavor_rus.9.b
- 获得温和的威望加成(add_prestige = prestige_mild_bonus)。
- 获得对君士坦丁堡拥有者的宣战理由(casus_belli:cb_conquer_province),目标省份为君士坦丁堡。
背景介绍
1453年君士坦丁堡陷落,东罗马帝国灭亡后,东正教世界失去了其传统的政治与宗教中心。作为当时主要的东正教强国,莫斯科公国开始宣称自身为“第三罗马”,即东正教信仰与罗马帝国遗产的继承者与守护者。这一事件反映了俄罗斯统治者试图填补权力真空,将莫斯科塑造为新的东正教领袖,并可能为此寻求对原拜占庭核心领土(如君士坦丁堡)的主张。
完整事件代码
flavor_rus.9 = {
type = country_event
title = flavor_rus.9.title
desc = flavor_rus.9.desc
image = "gfx/interface/illustrations/situation/rise_of_the_ottomans.dds"
fire_only_once = yes
dynamic_historical_event = {
tag = RUS
from = 1400.1.1
to = 1700.1.1
monthly_chance = 5
}
trigger = {
religion = religion:orthodox
NOT = { country_exists = c:BYZ }
location:constantinople.owner = {
religion.group = religion_group:muslim
}
location:moscow = {
owner = root
controller = root
}
NOT = {
autocephalous_patriarchate = {
leader_country = root
}
}
}
immediate = {
location:constantinople = {
save_scope_as = target_location
}
}
option = {
name = flavor_rus.9.a
historical_option = yes
add_religious_influence = religious_influence_mild_bonus
every_other_country = {
limit = {
religion = religion:orthodox
within_diplomatic_range = root
}
add_opinion = { target = root modifier = rus_aspires_to_lead_orthodoxy }
}
}
option = {
name = flavor_rus.9.b
add_prestige = prestige_mild_bonus
add_casus_belli = {
target = location:constantinople.owner
type = casus_belli:cb_conquer_province
province = location:constantinople.province
}
}
historical_info = flavor_rus.9.historical_info
}