[flavor_pol.41] 贵族特权要求
时间范围
- 动态历史事件窗口:1385年6月1日 - 1450年6月1日
- 触发概率:每月 1% 概率
触发条件
事件仅在满足以下所有条件时可能触发:
- 国家为波兰(
tag = POL)。 - 国家已启用议会(
is_active_parliament = yes)。 - 至少满足以下条件之一:
- 未授予贵族阶层特权
reduced_responsibilities_for_the_nobles。 - 未授予贵族阶层特权
reduced_taxation_for_the_nobles。 - 社会价值观
aristocracy_vs_plutocracy大于等于 -75。
- 未授予贵族阶层特权
关键效果
事件提供两个选项:
-
是的,承诺给予他们特权(历史选项)
- 核心效果:
- 如果尚未授予,则授予贵族阶层特权
reduced_responsibilities_for_the_nobles。 - 如果尚未授予,则授予贵族阶层特权
reduced_taxation_for_the_nobles。 - 社会价值观
aristocracy_vs_plutocracy大幅向左移动(增加贵族影响力)。 - 获得大量政府力量。
- 获得少量稳定度。
- 如果尚未授予,则授予贵族阶层特权
- 标记:此为历史选项(
historical_option = yes)。
- 核心效果:
-
最好不要
- 核心效果:
- 遭受巨额政府力量惩罚。
- 遭受巨额稳定度惩罚。
- 贵族阶层满意度遭受激进惩罚。
- 核心效果:
背景介绍
在波兰立陶宛联邦的早期历史中,贵族(什拉赫塔)阶层拥有巨大的政治影响力。国王的权力常常受到贵族议会(瑟姆)的制约。为了获得贵族的支持、确保王位或推行政策,国王有时不得不向贵族做出让步,授予他们诸如减免兵役义务(reduced_responsibilities)和税收特权(reduced_taxation)等特权。这些让步虽然能暂时稳定政局,但也长期削弱了中央政府的权威和财政能力,塑造了波兰独特的贵族民主制政治格局。本事件模拟了国王在面对贵族压力时,是否选择通过授予特权来换取支持的决策时刻。
完整事件代码
flavor_pol.41 = {
hide_portraits = yes
type = country_event
title = flavor_pol.41.title
desc = flavor_pol.41.desc
dynamic_historical_event = {
tag = POL
from = 1385.6.1
to = 1450.6.1
monthly_chance = 1
}
fire_only_once = yes
trigger = {
OR = {
NOT = { has_estate_privilege = estate_privilege:reduced_responsibilities_for_the_nobles }
NOT = { has_estate_privilege = estate_privilege:reduced_taxation_for_the_nobles }
societal_value:aristocracy_vs_plutocracy >= -75
}
is_active_parliament = yes
}
illustration_tags = {
10 = angry
10 = interior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
ruler ?= { save_scope_as = target_character }
}
option = { #Yes, promise them privileges
name = flavor_pol.41.a
historical_option = yes
if = {
limit = {
NOT = { has_estate_privilege = estate_privilege:reduced_responsibilities_for_the_nobles }
}
grant_estate_privilege = estate_privilege:reduced_responsibilities_for_the_nobles
}
if = {
limit = {
NOT = { has_estate_privilege = estate_privilege:reduced_taxation_for_the_nobles }
}
grant_estate_privilege = estate_privilege:reduced_taxation_for_the_nobles
}
change_societal_value = {
type = aristocracy_vs_plutocracy
value = societal_value_large_move_to_left
}
add_government_power = government_power_extreme_bonus
add_stability = stability_mild_bonus
}
option = { #Better not
name = flavor_pol.41.b
add_government_power = government_power_ultimate_penalty
add_stability = stability_extreme_penalty
add_estate_satisfaction = { type = estate_type:nobles_estate
value = estate_satisfaction_radical_penalty
}
}
}