flavor_kor.16 朝鲜王朝法典编纂
时间范围:1460.1.1 - 1500.1.1(每月 5% 概率)
触发条件:
- 国家稳定度大于 20。
- 国家为朝鲜王朝 (
is_joseon_dynasty = yes)。
关键效果:
- 选项 A (历史选项):
- 解锁政策效果:
joseon_code_policy。 - 减少金钱:规模为 -6。
- 解锁政策效果:
- 选项 B:
- 增加威望:
prestige_weak_penalty。
- 增加威望:
背景介绍: 此事件模拟了朝鲜王朝(李氏朝鲜)在15世纪中后期,国家政局相对稳定时,进行法典编纂或重要法律改革的举措。这通常是王朝巩固统治、规范社会秩序的标志性事件,但也伴随着相当的财政支出。
完整事件代码:
flavor_kor.16 = {
type = country_event
title = flavor_kor.16.title
desc = flavor_kor.16.desc
fire_only_once = yes
dynamic_historical_event = {
tag = KOR
from = 1460.1.1
to = 1500.1.1
monthly_chance = 5
}
trigger = {
stability > 20
is_joseon_dynasty = yes
}
illustration_tags = {
10 = regular
10 = interior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
}
option = {
name = flavor_kor.16.a
historical_option = yes
unlock_policy_effect = { type = joseon_code_policy }
change_gold_effect = { scale = -6 }
}
option = {
name = flavor_kor.16.b
add_prestige = prestige_weak_penalty
}
}