flavor_brapru.1101 柏林人的不情愿
时间范围:无明确起止日期(from/to 未定义),事件触发后仅发生一次(fire_only_once = yes)。
触发条件:
- 国家拥有柏林地区(
owns = location:berlin)。 - 国家政府类型为君主制(
government_type = government_type:monarchy)。
关键效果:
- 选项 A (历史选项):
- 若当前统治者尚无绰号,则获得绰号“铁齿”(
nickname = irontooth)。 - 柏林地区所有非贵族阶层人口(
NOT = { pop_type = pop_type:nobles })的满意度将遭受“终极惩罚”级别的降低(add_pop_satisfaction = pop_satisfaction_ultimate_penalty)。
- 若当前统治者尚无绰号,则获得绰号“铁齿”(
- 选项 B:
- 国家合法性遭受“轻微惩罚”级别的降低(
add_legitimacy = legitimacy_mild_penalty)。 - 农民阶层(
estate_type:peasants_estate)将随机获得一项可能的特权(grant_estate_privilege)。
- 国家合法性遭受“轻微惩罚”级别的降低(
背景介绍: “柏林人的不情愿”事件反映了历史上柏林市民对君主权威的抵制情绪。在君主制国家统治柏林期间,统治者可能面临来自市民阶层的强烈不满。选择强硬镇压(历史选项)虽能彰显王权,但会严重激化社会矛盾;而选择妥协让步,虽能安抚特定阶层,却会以牺牲统治合法性为代价。
完整事件代码:
flavor_brapru.1101 = { #Berliner Unwille
type = country_event
title = flavor_brapru.1101.title
desc = flavor_brapru.1101.desc
fire_only_once = yes
illustration_tags = {
10 = angry
10 = exterior
}
immediate = {
event_illustration_poptype_effect = { foreground = pop_type:peasants background = pop_type:nobles }
}
trigger = {
owns = location:berlin
government_type = government_type:monarchy
}
option = {
name = flavor_brapru.1101.a
historical_option = yes
ruler ?= {
set_nickname_if_none_present = {
nickname = irontooth
}
}
location:berlin = {
every_pop = {
limit = {
owner = root
NOT = { pop_type = pop_type:nobles }
}
add_pop_satisfaction = pop_satisfaction_ultimate_penalty
}
}
}
option = {
name = flavor_brapru.1101.b
add_legitimacy = legitimacy_mild_penalty
"estate(estate_type:peasants_estate)" = {
random_possible_privilege = {
root = { grant_estate_privilege = prev }
}
}
}
}