flavor_ven_tur_conflict.1001 威尼斯与奥斯曼的贸易冲突
时间范围
无明确 from 和 to 日期,事件通过其他事件触发,无 monthly_chance 概率。
触发条件
事件代码中未定义 trigger 字段,表明此事件通常由其他事件或脚本直接触发。
关键效果
-
选项 A(历史选项)
- 对
VEN(威尼斯)显示自定义提示VEN_will_get_a_cb。 VEN对事件发起国(root)添加trade_conflict观点修正。- 为
VEN静默触发事件flavor_ven_tur_conflict.1002。
- 对
-
选项 B
- 将
alexandria地区(亚历山大)的所有权转移给VEN。 VEN对事件发起国(root)添加ceded_alexandria观点修正。- 为
VEN静默触发事件flavor_ven_tur_conflict.1003。
- 将
背景介绍
该事件模拟了威尼斯共和国与奥斯曼帝国在地中海东部,特别是埃及亚历山大港的贸易与领土争端。威尼斯长期依赖东地中海的贸易路线,而奥斯曼的扩张直接威胁到其商业利益。事件中的选项反映了威尼斯可能采取的外交抗议或直接军事占领的不同策略,以应对奥斯曼的压力。
完整事件代码
flavor_ven_tur_conflict.1001 = {
type = country_event
title = flavor_ven_tur_conflict.1001.title
desc = flavor_ven_tur_conflict.1001.desc
historical_info = flavor_ven_tur_conflict.1001.historical_info
illustration_tags = {
10 = regular
10 = interior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
}
option = {
name = flavor_ven_tur_conflict.1001.a
historical_option = yes
c:VEN = {
custom_tooltip = VEN_will_get_a_cb
add_opinion = { target = root modifier = trade_conflict }
trigger_event_silently = { id = flavor_ven_tur_conflict.1002 }
}
}
option = {
name = flavor_ven_tur_conflict.1001.b
location:alexandria = {
change_location_owner = c:VEN
}
c:VEN = {
add_opinion = { target = root modifier = ceded_alexandria }
trigger_event_silently = { id = flavor_ven_tur_conflict.1003 }
}
}
}