[flavor_byz.9] 君士坦丁堡的危机
时间范围:1300.1.1 - 1600.1.1(每月 5% 概率)
触发条件:
- 玩家控制
location:constantinople(君士坦丁堡)。 - 君士坦丁堡的任意相邻地区被
c:TUR(奥斯曼帝国)拥有。 - 玩家与奥斯曼帝国处于 战争状态 或 停战状态。
- 玩家的
great_power_score(列强分数)低于奥斯曼帝国。
关键效果:
- 选项 A (
flavor_byz.9.a):- 设置变量
western_tour = 1。 - 显示自定义提示文本
flavor_byz.9.tt。
- 设置变量
- 选项 B (
flavor_byz.9.b):- 获得
prestige_mild_bonus(少量威望加成)。
- 获得
背景介绍: 在1300年至1600年间,拜占庭帝国(BYZ)的核心首都君士坦丁堡长期面临来自东方强邻奥斯曼帝国的巨大压力。此事件模拟了当帝国国力衰弱、强敌环伺时,统治阶层在首都面临安全危机与外交困境下可能做出的抉择:是寻求西方的援助与斡旋,还是转而巩固国内声望以凝聚人心。
完整事件代码:
flavor_byz.9 = {
hide_portraits = yes
type = country_event
fire_only_once = yes
title = flavor_byz.9.title
desc = flavor_byz.9.desc
dynamic_historical_event = {
tag = BYZ
from = 1300.1.1
to = 1600.1.1
monthly_chance = 5
}
trigger = {
location:constantinople = { any_neighbor_location = { owner ?= c:TUR } }
owns = location:constantinople
OR = { has_truce_with = c:TUR is_at_war_with = c:TUR }
great_power_score < c:TUR.great_power_score
}
illustration_tags = {
10 = regular
10 = interior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
location:constantinople = { save_scope_as = target_province }
ruler_or_regent ?= { save_scope_as = target_character }
}
option = {
name = flavor_byz.9.a
set_variable = { name = western_tour value = 1 }
custom_tooltip = flavor_byz.9.tt
}
option = {
name = flavor_byz.9.b
add_prestige = prestige_mild_bonus
}
}