[flavor_eng.24] 权利请愿书
时间范围
1637年1月1日 - 1837年1月1日,每月 10% 概率触发
触发条件
- 政府类型为君主制 (
government_type = government_type:monarchy) - 已设立议会 (
has_parliament = yes)
关键效果
选项 A (flavor_eng.24.a)
- 历史选项 (
historical_option = yes) - 添加政府改革:权利请愿书 (
add_reform = government_reform:petition_of_rights)
选项 B (flavor_eng.24.b)
- 贵族阶层满意度大幅降低 (
add_estate_satisfaction = { type = estate_type:nobles_estate value = estate_satisfaction_severe_penalty }) - 市民阶层满意度大幅降低 (
add_estate_satisfaction = { type = estate_type:burghers_estate value = estate_satisfaction_severe_penalty }) - 国家稳定度大幅降低 (
add_stability = stability_ultimate_penalty)
背景介绍
此事件模拟了英格兰历史上著名的《权利请愿书》的提出与通过过程。在17世纪,随着议会与君主权力斗争的加剧,议会试图通过法律文件限制国王的征税权和任意监禁权,以保障臣民的传统权利与自由。该事件反映了君主制国家在建立宪政框架过程中,王室与议会之间复杂的权力博弈。
完整事件代码
flavor_eng.24 = {
type = country_event
fire_only_once = yes
title = flavor_eng.24.title
desc = flavor_eng.24.desc
historical_info = flavor_eng.24.historical_info
dynamic_historical_event = {
tag = ENG
tag = GBR
from = 1637.1.1
to = 1837.1.1
monthly_chance = 10
}
trigger = {
government_type = government_type:monarchy
has_parliament = yes
}
illustration_tags = {
10 = exterior
10 = angry
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
ruler_or_regent ?= { save_scope_as = target_character }
unlock_government_reform_effect = { type = petition_of_rights }
}
option = {
name = flavor_eng.24.a
historical_option = yes
add_reform = government_reform:petition_of_rights
}
option = {
name = flavor_eng.24.b
add_estate_satisfaction = { type = estate_type:nobles_estate value = estate_satisfaction_severe_penalty }
add_estate_satisfaction = { type = estate_type:burghers_estate value = estate_satisfaction_severe_penalty }
add_stability = stability_ultimate_penalty
}
}