flavor_gen.16 热那亚夺取希俄斯岛
时间范围:1337.1.1 - 1453.1.1(每月 10% 概率)
触发条件:
- 触发国拥有变量
gen_has_maona_event。 - 国家
BYZ(拜占庭帝国)存在。 - 国家
BYZ拥有chios(希俄斯岛)地区。 - 国家
BYZ当前正经历至少一场灾难。
关键效果:
-
选项 A:Excellent
- 历史选项:是
- 将
chios(希俄斯岛)地区添加为触发国的核心领土。 - 将
chios(希俄斯岛)地区的所有权和控制权转移给触发国(控制度受激进惩罚影响)。 - 国家
BYZ对触发国获得观点修正gen_has_taken_chios_from_us。
-
选项 B:We should not anger the Greeks and return the island.
- 国家
BYZ对触发国获得观点修正gen_has_returned_chios_to_us。
- 国家
背景介绍: 在14世纪至15世纪中叶,拜占庭帝国国力衰微,内部动荡。热那亚共和国作为地中海的重要商业力量,一直觊觎爱琴海上的战略要地希俄斯岛。当拜占庭陷入内忧外患的灾难时,热那亚看到了夺取该岛、控制其重要乳香贸易的绝佳机会。此事件模拟了热那亚在拜占庭虚弱时期,对希俄斯岛采取行动的抉择。
完整事件代码:
flavor_gen.16 = {
type = country_event
fire_only_once = yes
title = flavor_gen.16.title
desc = flavor_gen.16.desc
dynamic_historical_event = {
tag = GEN
from = 1337.1.1
to = 1453.1.1
monthly_chance = 10
}
trigger = {
has_variable = gen_has_maona_event
country_exists = c:BYZ
c:BYZ = {
owns = location:chios
has_any_active_disaster = yes
}
}
major = yes
major_trigger = {
tag = BYZ
}
illustration_tags = {
10 = armed
10 = exterior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
}
#Excellent
option = {
name = flavor_gen.16.a
historical_option = yes
add_location_as_core = location:chios
location:chios = {
change_location_owner = root
change_control = control_radical_penalty
}
c:BYZ = {
add_opinion = { target = root modifier = gen_has_taken_chios_from_us }
}
}
#We should not anger the Greeks and return the island.
option = {
name = flavor_gen.16.b
c:BYZ = {
add_opinion = { target = root modifier = gen_has_returned_chios_to_us }
}
}
}