flavor_eng.5 星室法庭的建立
时间范围:1485.1.1 - 1510.1.1(每月 10% 概率)
触发条件:
- 国家为
ENG(英格兰)或GBR(大不列颠)。 - 已启用
common_law_policy(普通法政策)。 estate_power(estate_type:crown_estate)(王室地产阶层权力)大于 0.25。
关键效果:
- 选项 A (历史选项):
- 启用“星室法庭改革”(
enable_court_of_the_star_chamber_reform)。 - 设置变量
court_of_the_star_chamber为 1。
- 启用“星室法庭改革”(
- 选项 B:
- 社会价值观向“传统主义 vs 创新”的左侧(传统主义方向)移动。
- 获得少量稳定性加成(
stability_mild_bonus)。
背景介绍: 该事件模拟了英格兰在都铎王朝初期,为加强中央王权、规范司法体系而设立星室法庭(Court of the Star Chamber)的历史进程。星室法庭最初作为枢密院的一个司法委员会,旨在更高效地审理涉及贵族、土地纠纷以及维护公共秩序的复杂案件,其设立是亨利七世巩固统治、削弱封建领主司法特权的重要举措,标志着英国法律体系向更集中、更王权化的方向发展。
完整事件代码:
flavor_eng.5 = {
type = country_event
fire_only_once = yes
title = flavor_eng.5.title
desc = flavor_eng.5.desc
dynamic_historical_event = {
tag = ENG
tag = GBR
from = 1485.1.1
to = 1510.1.1
monthly_chance = 10
}
trigger = {
has_policy = common_law_policy
"estate_power(estate_type:crown_estate)" > 0.25
}
illustration_tags = {
10 = regular
10 = interior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
capital = {
save_scope_as = target_location
}
}
option = {
name = flavor_eng.5.a
historical_option = yes
custom_tooltip = {
text = enable_court_of_the_star_chamber_reform
set_variable = { name = court_of_the_star_chamber value = 1 }
}
}
option = {
name = flavor_eng.5.b
change_societal_value = {
type = traditionalist_vs_innovative
value = societal_value_move_to_left
}
add_stability = stability_mild_bonus
}
historical_info = flavor_eng.5.historical_info
}