flavor_kor.33 朝鲜王朝编年史编纂
时间范围:1420.1.1 - 1510.1.1,每月 10% 概率触发
触发条件:
- 国家拥有至少一位
作家类型的艺术家。
关键效果:
- 选项 A (AI选择概率 75%):
- 花费 6 个月的国家收入。
- 在首都创建一件名为
tongguk_tonggam的编年史艺术品,由触发事件时随机选定的一位本国作家创作,品质在 70 到 80 之间。
- 选项 B (AI选择概率 25%):
- 所有阶层获得
estate_satisfaction_mild_bonus的满意度加成。
- 所有阶层获得
背景介绍: 此事件模拟了朝鲜王朝(李氏朝鲜)早期,国家支持进行大型历史编纂工程的场景。在15世纪,朝鲜王朝的统治趋于稳定,朝廷常会资助学者编撰史书,以确立王朝的正统性、记录前朝历史并巩固儒家意识形态。《东国通鉴》是朝鲜王朝早期一部重要的编年史,此事件即代表了此类由国家主导的文化建设活动,它既消耗国库,也能产出重要的文化成果或通过安抚各阶层来维持社会稳定。
完整事件代码:
flavor_kor.33 = {
type = country_event
title = flavor_kor.33.title
desc = flavor_kor.33.desc
fire_only_once = yes
dynamic_historical_event = {
tag = KOR
from = 1420.1.1
to = 1510.1.1
monthly_chance = 10
}
trigger = {
any_artist = {
artist_type = writer
}
}
illustration_tags = {
10 = regular
10 = interior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:burghers_estate }
random_artist = {
limit = {
artist_type = writer
}
save_scope_as = target_character
}
}
option = {
name = flavor_kor.33.a
ai_chance = {
factor = 0.75
}
change_gold_effect = { scale = -6 }
capital = {
create_art = {
artist = scope:target_character
key = tongguk_tonggam
quality = { 70 80 }
type = work_of_art_type:chronicle
}
}
}
option = {
name = flavor_kor.33.b
ai_chance = {
factor = 0.25
}
add_all_estate_satisfaction = {
value = estate_satisfaction_mild_bonus
}
}
}