flavor_hab.2000 文策尔·安东·考尼茨 - 外交革命
此事件为哈布斯堡君主国(奥地利)专属的动态历史事件。
时间范围
- 发生窗口:1737年1月1日 至 1794年1月1日
- 触发概率:每月 2% 概率
触发条件
- 国家必须已接纳 启蒙运动 思潮。
- 国家必须至少有一个 宿敌,该宿敌需满足以下条件:
- 是 列强。
- 在 欧洲 大陆有存在感。
- 属于 基督教 宗教组。
关键效果
事件触发后,将立即创建一位名为 文策尔·安东·考尼茨 的贵族人物,并随机指定一个符合上述条件的宿敌国家。
玩家可从以下两个选项中选择其一:
选项 A:flavor_hab.2000.a
- 历史选项:是
- 将创建的考尼茨人物移动至本国。
- 获得 大量政府点数。
- 获得 少量威望。
- 所有宿敌国家对本国获得 “hab_diplomatic_revolution” 好感度修正。
- 移除指定的随机宿敌(
scope:rival_country)。 - 触发该宿敌国家的事件
flavor_hab.2001。
选项 B:flavor_hab.2000.b
- 将创建的考尼茨人物移动至本国。
- 获得 少量正统性。
- 获得 少量威望。
背景介绍
文策尔·安东·考尼茨-里特贝格亲王是18世纪奥地利哈布斯堡王朝最重要的政治家与外交家之一,长期担任玛丽娅·特蕾莎女皇及约瑟夫二世的首席顾问与国务大臣。他最著名的成就是策划并主导了“外交革命”,即奥地利在七年战争(1756-1763)前夕,摒弃与英国的传统同盟,转而与曾经的宿敌法国以及俄罗斯结盟,以共同对抗崛起的普鲁士。这一颠覆性的外交重组彻底改变了欧洲的权力格局,标志着旧有联盟体系的瓦解与近代外交均势的开端。本事件模拟了考尼茨登上政治舞台,并为奥地利带来这一关键战略转折点的历史时刻。
完整事件代码
flavor_hab.2000 = { #Wenzel Anton Kaunitz - Diplomatic Revolution
type = country_event
title = flavor_hab.2000.title
desc = flavor_hab.2000.desc
fire_only_once = yes
dynamic_historical_event = {
tag = HAB
from = 1737.1.1
to = 1794.1.1
monthly_chance = 2
}
illustration_tags = {
10 = happy
10 = interior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
create_character = {
first_name = name_wenceslas
dynasty = dynasty:von_kaunitz_dynasty
religion = religion:catholic
estate = estate_type:nobles_estate
birth_date = 1711.2.2
female = no
birth_location = location:vienna
adm = 71
dip = 87
mil = 68
save_scope_as = target_character
create_in_limbo = yes
}
random_rival = {
limit = {
is_great_power = yes
has_presence_in = continent:europe
religion.group = religion_group:christian
}
save_scope_as = rival_country
}
}
trigger = {
has_embraced_institution = institution:enlightenment
any_rival = {
is_great_power = yes
has_presence_in = continent:europe
religion.group = religion_group:christian
}
}
option = {
name = flavor_hab.2000.a
scope:target_character = { move_country = root }
add_government_power = government_power_extreme_bonus
add_prestige = prestige_mild_bonus
every_rival = {
add_opinion = {
target = root
modifier = hab_diplomatic_revolution
}
}
remove_rival = scope:rival_country
scope:rival_country = {
trigger_event_non_silently = flavor_hab.2001
}
}
option = {
name = flavor_hab.2000.b
scope:target_character = { move_country = root }
add_legitimacy = legitimacy_weak_bonus
add_prestige = prestige_mild_bonus
}
}