flavor_ara.15 佩德罗四世的法令
时间范围:1334.1.1 - 1350.1.1(每月 10% 概率触发)
触发条件:
- 政府类型为君主制 (
government_type = government_type:monarchy) - 拥有统治者 (
has_ruler = yes)
关键效果:
- 选项 A (历史选项):
- 获得少量政府力量 (
add_government_power = government_power_mild_bonus) - 社会价值观向“中央集权”方向移动 (
change_societal_value = { type = centralization_vs_decentralization value = societal_value_move_to_left }) - 添加政策“阿拉贡王室法令政策” (
add_policy = policy:ara_royal_ordinances_policy)
- 获得少量政府力量 (
- 选项 B:
- 获得少量稳定度 (
add_stability = stability_mild_bonus) - 社会价值观向“地方分权”方向移动 (
change_societal_value = { type = centralization_vs_decentralization value = societal_value_move_to_right })
- 获得少量稳定度 (
背景介绍: 该事件模拟了阿拉贡国王佩德罗四世(“礼仪者”)在位期间颁布的一系列旨在加强王室权威和中央集权的法令,史称“佩德罗四世法令”。这些法令是阿拉贡王国在14世纪中叶巩固王权、规范行政与司法体系的重要举措,对王国的政治结构产生了深远影响。
完整事件代码:
flavor_ara.15 = { #Ordinacions de Pere el Cerimoniós
type = country_event
title = flavor_ara.15.title
desc = flavor_ara.15.desc
fire_only_once = yes
historical_info = flavor_ara.15.historical_info
dynamic_historical_event = {
tag = ARA
tag = SPA
from = 1334.1.1
to = 1350.1.1
monthly_chance = 10
}
trigger = {
government_type = government_type:monarchy
has_ruler = yes
}
illustration_tags = {
10 = regular
10 = interior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
ruler ?= {
save_scope_as = target_ruler
}
unlock_policy_effect = { type = ara_royal_ordinances_policy }
}
option = {
name = flavor_ara.15.a
historical_option = yes
add_government_power = government_power_mild_bonus
change_societal_value = { type = centralization_vs_decentralization value = societal_value_move_to_left }
add_policy = policy:ara_royal_ordinances_policy
}
option = {
name = flavor_ara.15.b
add_stability = stability_mild_bonus
change_societal_value = { type = centralization_vs_decentralization value = societal_value_move_to_right }
}
}