flavor_mlo.48 反斯卡利杰里联盟形成
时间范围:1337.1.1 - 1340.1.1(每月 75% 概率)
触发条件:
- 国家
VER必须存在。 - 王朝
scala_dynasty必须存在。 - 至少满足以下条件之一:
- 国家
FLO存在。 - 国家
VEN存在。 - 国家
FER存在。 - 国家
MAN存在。
- 国家
关键效果:
- 选项
flavor_mlo.48.a:- 获得对
VER的宣战理由casus_belli:cb_cut_down_in_size,持续15年。 - 获得陆军传统奖励
army_tradition_extreme_bonus。 - 触发
VER的静默事件flavor_mlo.50。 - 对列表
anti_scaligeri_league中的每一个成员,触发非静默事件flavor_mlo.49。 - 显示自定义提示
should_at_least_2_accept_we_will_declare_war_within_a_year_tt。
- 获得对
背景介绍: 该事件模拟了14世纪早期,意大利北部各城邦(如佛罗伦萨、威尼斯、费拉拉、曼图亚)针对维罗纳的斯卡利杰里(Scaligeri)王朝统治形成的政治军事联盟。斯卡利杰里家族在维罗纳的扩张引起了周边势力的警惕和反对,促成了一个旨在遏制其势力的联盟。事件反映了当时意大利城邦间复杂的地缘政治斗争和权力平衡。
完整事件代码:
flavor_mlo.48 = {
type = country_event
title = flavor_mlo.48.title
desc = flavor_mlo.48.desc
historical_info = flavor_mlo.48.historical_info
fire_only_once = yes
dynamic_historical_event = {
tag = MLO
from = 1337.1.1
to = 1340.1.1
monthly_chance = 75
}
trigger = {
country_exists = c:VER
dynasty_exists = scala_dynasty
OR = {
country_exists = c:FLO
country_exists = c:VEN
country_exists = c:FER
country_exists = c:MAN
}
}
illustration_tags = {
10 = armed
10 = interior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
c:FLO ?= {
add_to_list = anti_scaligeri_league
}
c:VEN ?= {
add_to_list = anti_scaligeri_league
}
c:FER ?= {
add_to_list = anti_scaligeri_league
}
c:MAN ?= {
add_to_list = anti_scaligeri_league
}
dynasty:scala_dynasty = {
save_scope_as = target_dynasty
}
}
option = {
name = flavor_mlo.48.a
add_casus_belli = {
target = c:VER
type = casus_belli:cb_cut_down_in_size
years = 15
}
add_army_tradition = army_tradition_extreme_bonus
c:VER = {
trigger_event_silently = flavor_mlo.50
}
every_in_list = {
list = anti_scaligeri_league
trigger_event_non_silently = flavor_mlo.49
}
custom_tooltip = should_at_least_2_accept_we_will_declare_war_within_a_year_tt
}
}