[flavor_hab.46] 匈牙利陷落
时间范围:1500.1.1 - 1600.1.1(每月 1% 概率)
触发条件:
- 本国拥有君主。
- 国家
HUN(匈牙利)存在。 - 国家
TUR(奥斯曼)存在。 - 本国 未 与
HUN处于联合统治中。 HUN与本国存在王室联姻。HUN与TUR处于停战状态。TUR在carpathia_region(喀尔巴阡地区)拥有至少一个原属HUN的省份。
关键效果:
-
选项 A (flavor_hab.46.a) - 历史选项
- 获得对
HUN的casus_belli:cb_claim_throne(宣称王位)战争借口。 - 所有已知的
HUN邻国将对本国获得hab_claimed_hungary观点修正。
- 获得对
-
选项 B (flavor_hab.46.b)
- 获得
prestige_mild_penalty(轻微威望惩罚)。
- 获得
背景介绍: 此事件模拟了16世纪匈牙利王国在奥斯曼帝国持续扩张压力下逐渐衰落的局面。哈布斯堡王朝(奥地利)与匈牙利存在王室联姻,对匈牙利王位拥有潜在宣称。当奥斯曼帝国侵占部分匈牙利领土后,哈布斯堡面临抉择:是趁机加强对匈牙利王位的主张,还是采取更为谨慎的外交姿态。
完整事件代码:
flavor_hab.46 = { #Fall of Hungary
hide_portraits = yes
type = country_event
title = flavor_hab.46.title
desc = flavor_hab.46.desc
fire_only_once = yes
historical_info = flavor_hab.46.historical_info
dynamic_historical_event = {
tag = HAB
from = 1500.1.1
to = 1600.1.1
monthly_chance = 1
}
immediate = {
ruler = {
save_scope_as = target_ruler
}
}
trigger = {
has_ruler = yes
country_exists = c:HUN
country_exists = c:TUR
NOT = { in_union_with = c:HUN }
c:HUN = {
has_royal_marriage_with = root
has_truce_with = c:TUR
}
c:TUR = {
any_owned_location = {
previous_owner = c:HUN
region = region:carpathia_region
}
}
}
option = {
name = flavor_hab.46.a
historical_option = yes
add_casus_belli = { target = c:HUN type = casus_belli:cb_claim_throne }
every_known_country = {
limit = {
is_neighbor_of = c:HUN
}
add_opinion = { target = root modifier = hab_claimed_hungary }
}
}
option = {
name = flavor_hab.46.b
add_prestige = prestige_mild_penalty
}
}