[flavor_brapru.5] 普鲁士的士兵王
时间范围:1700.1.1 - 1740.1.1,每月 4% 概率触发
触发条件:
- 政府类型为君主制 (
government_type:monarchy) - 已拥有
soldier_king进步 - 当前统治者的军事能力 (
mil) 不低于 60
关键效果:
- 历史选项:
flavor_brapru.5.a- 社会价值观变化:
centralization_vs_decentralization向“中央集权”方向移动belligerent_vs_conciliatory向“好战”方向移动
- 解锁政策:
military_court_policy - 增加少量政府权力 (
government_power_mild_bonus) - 为当前统治者设置昵称(若无昵称):
nick_the_soldier_king
- 社会价值观变化:
背景介绍: 此事件描绘了普鲁士王国在18世纪早期,一位兼具卓越军事才能与治国理念的君主登场的时刻。历史上,这通常指向普鲁士国王腓特烈·威廉一世(Friedrich Wilhelm I),他因厉行节俭、强化军队和中央集权而被称为“士兵王”。在他的统治下,普鲁士的军事力量和国家行政效率得到显著提升,为日后普鲁士的崛起奠定了坚实基础。事件反映了君主个人特质与国家军事化、集权化改革之间的紧密联系。
完整事件代码:
flavor_brapru.5 = { #The Soldier-King of Prussia
type = country_event
title = flavor_brapru.5.title
desc = flavor_brapru.5.desc
fire_only_once = yes
dynamic_historical_event = {
tag = BRA
tag = PRU
from = 1700.1.1
to = 1740.1.1
monthly_chance = 4
}
illustration_tags = {
10 = armed
10 = exterior
}
immediate = {
event_illustration_poptype_effect = { foreground = pop_type:nobles background = pop_type:nobles }
ruler = { save_scope_as = target_character }
}
trigger = {
government_type = government_type:monarchy
has_advance = soldier_king
ruler ?= { mil >= 60 }
}
option = {
name = flavor_brapru.5.a
change_societal_value = { type = centralization_vs_decentralization value = societal_value_move_to_left }
change_societal_value = { type = belligerent_vs_conciliatory value = societal_value_move_to_left }
unlock_policy_effect = { type = military_court_policy }
add_government_power = government_power_mild_bonus
scope:target_character = {
set_nickname_if_none_present = { nickname = nick_the_soldier_king }
}
}
}