flavor_tur.80 意大利的立足点
时间范围:1437.1.1 - 1737.1.1(每月 5% 概率)
触发条件:
- 国家宗教属于穆斯林宗教组。
- 拥有君士坦丁堡地区。
- 在巴尔干地区拥有至少15个省份。
- 在意大利地区没有任何存在。
- 莱切地区有所有者。
- 莱切地区的所有者拥有统治者。
- 莱切地区的所有者与奥斯曼帝国(TUR)既不是盟友,也不是战争状态,也不是附庸关系。
- 威尼斯(VEN)存在,且其宗教属于基督教宗教组,且不拥有莱切地区。
关键效果:
- 选项 A (历史选项):
- 触发条件:威尼斯(VEN)存在,且奥斯曼对其的观感值大于-100,且奥斯曼与威尼斯既不是宿敌也不是盟友或处于战争状态,且莱切地区的所有者与威尼斯不是盟友。
- 效果:有概率在2-3天内非静默触发威尼斯事件
flavor_ven.19。
- 选项 B:
- 效果:获得针对莱切地区所有者的“征服省份”宣战理由。
- 效果:首都市场获得持续48个月的“桨帆船建造”临时需求。
- 选项 C:
- 效果:获得轻微稳定性加成。
背景介绍: 该事件模拟了奥斯曼帝国在稳固了巴尔干和安纳托利亚的统治后,开始将目光投向意大利半岛的历史进程。控制君士坦丁堡后,奥斯曼人拥有了向欧洲腹地扩张的前哨。事件反映了奥斯曼帝国寻求在意大利获得战略立足点的野心,这可能通过外交手段、军事威胁或内部巩固等不同方式实现,其具体策略取决于与地区强国(如威尼斯)的关系以及当时的国际形势。
完整事件代码:
flavor_tur.80 = { #A foothold in Italy
type = country_event
title = flavor_tur.80.title
desc = flavor_tur.80.desc
historical_info = flavor_tur.80.historical_info
fire_only_once = yes
dynamic_historical_event = {
tag = TUR
from = 1437.1.1
to = 1737.1.1
monthly_chance = 5
}
trigger = {
religion.group = religion_group:muslim
owns = location:constantinople
any_owned_location = {
region = region:balkan_region
count >= 15
}
NOT = {
has_presence_in = region:italy_region
}
location:lecce = { has_owner = yes }
exists = location:lecce.owner.ruler
location:lecce.owner = {
NOR = {
is_allied_with = { target = c:TUR }
is_at_war_with = c:TUR
is_subject_of = c:TUR
}
}
c:VEN ?= {
NOT = {
owns = location:lecce
}
religion.group = religion_group:christian
}
}
immediate = {
location:lecce.province = {
save_scope_as = target_province
}
location:lecce.owner = {
save_scope_as = target_country
}
}
option = {
name = flavor_tur.80.a
historical_option = yes
trigger = {
country_exists = c:VEN
opinion = { target = c:VEN value > -100 }
NOR = {
is_rival_of = c:VEN
is_allied_with = { target = c:VEN }
is_at_war_with = c:VEN
}
NOT = {
scope:target_country = {
is_allied_with = { target = c:VEN }
}
}
}
c:VEN ?= {
trigger_event_non_silently = {
id = flavor_ven.19
days = { 2 3 }
}
}
}
option = {
name = flavor_tur.80.b
add_casus_belli = { target = scope:target_country type = casus_belli:cb_conquer_province province = scope:target_province }
capital.market = {
add_temporary_demand = {
type = demand:galley_construction
months = 48
}
}
}
option = {
name = flavor_tur.80.c
add_stability = stability_mild_bonus
}
}