[flavor_hab.2202] 玛丽亚·特蕾莎军事学院
时间范围:1740.1.1 - 1780.1.1(每月 1% 概率)
触发条件:
- 国家尚未接纳
levee_en_masse(全民征兵)制度。 - 国家处于战争状态。
- 当前战争中,至少有一个参战国已接纳
levee_en_masse制度。 - 国家拥有
wiener_neustadt地区。 wiener_neustadt地区的等级为town(城镇)或city(城市),且整合度为core(核心)。
关键效果:
- 选项 A (历史选项):
- 花费 12 金币。
- 在
wiener_neustadt地区,大幅提升levee_en_masse制度的接纳进度。 - 获得少量陆军传统。
- 选项 B:
- 损失少量正统性。
背景介绍: 此事件模拟了奥地利哈布斯堡君主国在玛丽亚·特蕾莎女皇统治时期(1740-1780年)进行军事改革的历史背景。面对已采用更先进征兵制度(全民征兵)的敌国所带来的军事压力,奥地利在维也纳新城(Wiener Neustadt)等地推动军事学院和军事体系的现代化,旨在提升军官素质和军队组织效率,以应对七年战争等冲突中的挑战。
完整事件代码:
flavor_hab.2202 = { #Military Academy of Maria Theresia
type = country_event
title = flavor_hab.2202.title
desc = flavor_hab.2202.desc
historical_info = flavor_hab.2202.historical_info
fire_only_once = yes
dynamic_historical_event = {
tag = HAB
from = 1740.1.1
to = 1780.1.1
monthly_chance = 1
}
illustration_tags = {
10 = armed
10 = exterior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
location:wiener_neustadt = {
save_scope_as = target_location
}
}
trigger = {
NOT = {
has_embraced_institution = institution:levee_en_masse
}
at_war = yes
any_current_war = {
any_war_participant = {
has_embraced_institution = institution:levee_en_masse
}
}
owns = location:wiener_neustadt
location:wiener_neustadt = {
OR = {
location_rank = location_rank:town
location_rank = location_rank:city
}
integration_level = core
}
}
option = {
name = flavor_hab.2202.a
historical_option = yes
change_gold_effect = { scale = -12 }
scope:target_location = {
change_institution_progress = { type = institution:levee_en_masse value = institution_progress_ultimate_bonus }
}
add_army_tradition = army_tradition_mild_bonus
}
option = {
name = flavor_hab.2202.b
add_legitimacy = legitimacy_mild_penalty
}
}