[flavor_kor.17] 朝鲜新儒学改革
时间范围
1400.1.1 - 1600.1.1(每月 10% 概率)
触发条件
- 已拥有新儒学(has_neo_confucianism 变量为真)
- 未处于战争状态
- 稳定度大于 10
关键效果
-
选项 A(历史选项)
- 移除一个不重要的政府改革(若存在)
- 解锁并采用“三司制度”(samsa_system)政府改革
- 稳定度小幅下降
- 国库减少 6 单位黄金
-
选项 B
- 威望小幅下降
背景介绍
该事件反映了朝鲜王朝在 15 至 17 世纪期间,基于新儒学思想对政府体制进行改革的尝试。新儒学作为官方意识形态,推动了行政与法律制度的调整,旨在强化中央集权、规范官僚体系。事件中的“三司制度”改革是这一进程的具体体现,涉及政府机构重组与财政调整,但改革往往伴随着短期的政治动荡与经济成本。
完整事件代码
flavor_kor.17 = {
hide_portraits = yes
type = country_event
title = flavor_kor.17.title
desc = flavor_kor.17.desc
fire_only_once = yes
dynamic_historical_event = {
tag = KOR
from = 1400.1.1
to = 1600.1.1
monthly_chance = 10
}
trigger = {
custom_tooltip = {
text = has_neo_confucianism_tt
has_variable = has_neo_confucianism
}
at_war = no
stability > 10
}
illustration_tags = {
10 = regular
10 = interior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:nobles_estate }
select_insignificant_gov_reform = { save_scope_as = target_reform }
}
option = {
name = flavor_kor.17.a
historical_option = yes
if = {
limit = { exists = scope:target_reform }
remove_reform = scope:target_reform
}
unlock_government_reform_effect = { type = samsa_system }
add_reform = government_reform:samsa_system
add_stability = stability_mild_penalty
change_gold_effect = { scale = -6 }
}
option = {
name = flavor_kor.17.b
add_prestige = prestige_weak_penalty
}
}