[flavor_fra.2062] 路易十二的法律改革
时间范围
- 事件窗口:1500.1.1 - 1540.1.1
- 触发概率:每月 20% 概率
触发条件
- 国家必须拥有一位统治者(
has_ruler = yes)。
关键效果
- 选项 A:降低税收并改革法典
- 历史选项:是
- 为国家添加名为
fra_louis_legal_reforms的修正,持续 15 年。
- 选项 B:维持现状
- 增加少量正统性(
legitimacy_mild_bonus)。 - 增加大量稳定度(
stability_severe_bonus)。 - 增加贵族阶层少量满意度(
estate_satisfaction_mild_bonus)。
- 增加少量正统性(
背景介绍
该事件模拟了法国国王路易十二(1498-1515年在位)统治时期进行的法律改革。路易十二因其对司法系统的关注而被称为“人民之父”,他试图通过改革法律和降低税收来改善王国的治理,加强中央集权,并安抚贵族阶层。这一时期的改革旨在提高行政效率,减少腐败,并为后续的法国君主制发展奠定基础。
完整事件代码
flavor_fra.2062 = { # Legal Reforms of Louis XII
type = country_event
title = flavor_fra.2062.title
desc = flavor_fra.2062.desc
fire_only_once = yes
dynamic_historical_event = {
tag = FRA
from = 1500.1.1
to = 1540.1.1
monthly_chance = 20
}
trigger = {
has_ruler = yes
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
ruler ?= {
save_scope_as = fra_ruler
}
}
illustration_tags = {
10 = angry
10 = interior
}
option = { # Lower taxes and reform the Legal code
name = flavor_fra.2062.a
historical_option = yes
add_country_modifier = { modifier = fra_louis_legal_reforms years = 15 mode = add }
}
option = { # Maintain the current status quo
name = flavor_fra.2062.b
add_legitimacy = legitimacy_mild_bonus
add_stability = stability_severe_bonus
add_estate_satisfaction = { type = estate_type:nobles_estate value = estate_satisfaction_mild_bonus }
}
}