flavor_hun.480 奥地利贵族叛乱
时间范围:1700.1.1 - 1836.1.1,每月 1% 概率触发
触发条件:
- 匈牙利(HUN)控制奥地利地区(
austria_area)内的至少一个省份。 - 匈牙利拥有至少一个省份,该省份是奥地利(c:HAB)的核心省份,且该省份的平均满意度低于 0.5。
- 奥地利(c:HAB)国家不存在。
关键效果:
-
选项 A:
- 改变社会价值观:中央化 vs 地方分权(
centralization_vs_decentralization)向左移动(societal_value_move_to_left)。 - 所有匈牙利拥有的省份中,文化为多瑙巴伐利亚(
culture:danube_bavarian)的人口将获得“终极惩罚”级别的满意度加成(pop_satisfaction_ultimate_penalty),并改变其效忠对象为叛乱势力“奥地利贵族”(austrian_nobles)。 - 获得“严重奖励”级别的政府点数(
government_power_severe_bonus)。
- 改变社会价值观:中央化 vs 地方分权(
-
选项 B:
- 改变社会价值观:中央化 vs 地方分权(
centralization_vs_decentralization)向右移动(societal_value_move_to_right)。 - 摧毁叛乱势力“奥地利贵族”(
austrian_nobles)。 - 在匈牙利拥有的、属于奥地利(c:HAB)核心的省份上,创建一个新的奥地利(c:HAB)国家。
- 使新创建的奥地利(c:HAB)成为匈牙利的附庸国(
subject_type:vassal)。 - 获得“严重惩罚”级别的政府点数(
government_power_severe_penalty)。
- 改变社会价值观:中央化 vs 地方分权(
背景介绍: 在18世纪至19世纪初,匈牙利王国在吞并或控制了原奥地利哈布斯堡王朝的核心领土后,面临着严峻的统治挑战。这些地区,尤其是文化上属于多瑙巴伐利亚的贵族与民众,对匈牙利统治者的认同感低,心怀不满。当中央权威衰弱或地方不满累积到一定程度时,这些心怀故国的奥地利贵族便可能揭竿而起,试图恢复旧有的奥地利国家秩序,或迫使匈牙利统治者做出重大政治让步。这一事件模拟了匈牙利统治下,原奥地利核心地区的分离主义危机。
完整事件代码:
flavor_hun.480 = { #Austrian Noble Revolt
hide_portraits = yes
type = country_event
title = flavor_hun.480.title
desc = flavor_hun.480.desc
fire_only_once = yes
dynamic_historical_event = {
tag = HUN
from = 1700.1.1
to = 1836.1.1
monthly_chance = 1
}
illustration_tags = {
10 = armed
10 = exterior
}
trigger = {
area:austria_area = {
any_location_in_area = {
owner = root
}
}
any_owned_location = {
is_core_of = c:HAB
average_satisfaction < 0.5
}
NOT = { country_exists = c:HAB }
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
create_rebel = {
category = nationalist
culture = culture:danube_bavarian
name = austrian_nobles
save_scope_as = austrian_nobles
}
}
option = {
name = flavor_hun.480.a
change_societal_value = { type = centralization_vs_decentralization value = societal_value_move_to_left }
custom_tooltip = {
text = austrian_nobles_joining
every_owned_location = {
every_pop = {
limit = {
owner = root
culture = culture:danube_bavarian
}
add_pop_satisfaction = pop_satisfaction_ultimate_penalty
change_pop_allegiance = scope:austrian_nobles
}
}
}
add_government_power = government_power_severe_bonus
}
option = {
name = flavor_hun.480.b
change_societal_value = { type = centralization_vs_decentralization value = societal_value_move_to_right }
destroy_rebel = scope:austrian_nobles
create_country_from_cores_in_our_locations = c:HAB
c:HAB = {
make_subject_of = { target = root type = subject_type:vassal }
}
add_government_power = government_power_severe_penalty
}
}