[flavor_lit.20] 立陶宛大公国改革
时间范围:1380.1.1-1444.1.1,每月 3% 概率触发
触发条件:
- 国家等级为 2 级(王国)
- 政府类型为君主制
- 统治者或摄政满足以下任一条件:
- 行政能力 ≥ 75
- 拥有
righteous(正直)特质
- 总人口 ≥ 1200
关键效果:
- 选项 A (历史选项):
- 合法性大幅下降
- 解锁政府改革:
lit_grand_duchy_of_lithuania_reform(立陶宛大公国改革)
- 选项 B:
- 所有阶层满意度小幅提升
背景介绍: 该事件模拟了14世纪末至15世纪初,立陶宛大公国在雅盖隆王朝统治下,从异教部落联盟向一个中央集权的基督教王国转型的关键时期。事件反映了当时统治者(如维陶塔斯大帝)面临的选择:是推行激进的中央集权改革以巩固国家,还是采取温和手段安抚传统贵族阶层,维持稳定。
完整事件代码:
flavor_lit.20 = {
type = country_event
title = flavor_lit.20.title
desc = flavor_lit.20.desc
historical_info = flavor_lit.20.historical_info
dynamic_historical_event = {
tag = LIT
from = 1380.1.1
to = 1444.1.1
monthly_chance = 3
}
fire_only_once = yes
illustration_tags = {
10 = regular
10 = interior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
ruler_or_regent ?= {
save_scope_as = target_character
}
}
trigger = {
country_rank_level = 2
government_type = government_type:monarchy
ruler ?= {
OR = {
adm >= 75
has_trait = righteous
}
}
total_population >= 1200
}
option = {
name = flavor_lit.20.a
historical_option = yes
add_legitimacy = legitimacy_extreme_penalty
unlock_government_reform_effect = {
type = lit_grand_duchy_of_lithuania_reform
}
}
option = {
name = flavor_lit.20.b
add_all_estate_satisfaction = {
value = estate_satisfaction_mild_bonus
}
}
}