flavor_ser.30 斯特凡·杜尚的梦想
时间范围:1337年1月1日 - 1453年6月1日(每月 20% 概率) 触发条件:
- 国家处于和平状态(
at_war = no)。 - 人物
ser_stefan_dusan存活(is_alive = yes)且为国家统治者(is_ruler = yes)。
关键效果:
- 历史选项:选择此选项将获得对以下省份的征服战争借口(
casus_belli:cb_conquer_province),持续20年:- 塞萨洛尼基(
location:thessaloniki.province) - 埃泽萨(
location:edessa.province) - 卡斯托里亚(
location:kastoria.province) - 伦蒂纳(
location:rentina.province) - 拉里萨(
location:larissa.province)
- 塞萨洛尼基(
- 统治者人物
ser_stefan_dusan获得特质修正insatiable_ambition(永不满足的野心),持续至其死亡(years = -1)。
背景介绍: 该事件模拟了塞尔维亚帝国皇帝斯特凡·杜尚(Stefan Dušan)的扩张野心。杜尚在位期间(1331-1355年)致力于将塞尔维亚打造成一个强大的帝国,并试图征服马其顿、色萨利等拜占庭帝国领土,以实现其建立“塞尔维亚人与希腊人帝国”的梦想。此事件反映了杜尚统治后期对巴尔干半岛的领土诉求及其个人强烈的征服欲望。
完整事件代码:
flavor_ser.30 = { #The Dreams of [GetCharacter('ser_stefan_dusan').GetNameWithNoTooltip]
hide_portraits = yes
type = country_event
title = flavor_ser.30.title
desc = flavor_ser.30.desc
historical_info = flavor_ser.30.historical_info
fire_only_once = yes
dynamic_historical_event = {
tag = SER
from = 1337.1.1
to = 1453.6.1
monthly_chance = 20
}
trigger = {
at_war = no
character:ser_stefan_dusan = {
is_alive = yes
is_ruler = yes
}
}
illustration_tags = {
10 = armed
10 = interior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
ruler ?= { save_scope_as = target_character }
}
option = {
name = flavor_ser.30.a
custom_tooltip = granted_claims_stefan_uros_tt
custom_tooltip = {
text = ser_conquest_into_empire
add_casus_belli = {
target = location:thessaloniki.owner
type = casus_belli:cb_conquer_province
province = location:thessaloniki.province #chalkidiki_province
years = 20
}
add_casus_belli = {
target = location:edessa.owner
type = casus_belli:cb_conquer_province
province = location:edessa.province #central_macedonia_province
years = 20
}
add_casus_belli = {
target = location:kastoria.owner
type = casus_belli:cb_conquer_province #upper_macedonia_province
province = location:kastoria.province
years = 20
}
add_casus_belli = {
target = location:rentina.owner
type = casus_belli:cb_conquer_province #lower_macedonia_province
province = location:rentina.province
years = 20
}
add_casus_belli = {
target = location:larissa.owner
type = casus_belli:cb_conquer_province #thessaly_province
province = location:larissa.province
years = 20
}
}
custom_tooltip = {
text = stefan_uros_conqueror_tt
scope:target_character = {
add_character_modifier = {
modifier = insatiable_ambition
years = -1
mode = replace
}
}
}
}
}