flavor_kor.35 朝鲜文学创作
时间范围:1670.1.1 - 1720.1.1,每月 5% 概率触发
触发条件:
- 国家中至少存在一位技能不低于 0.1 的作家(
artist_type = writer)。 - 国家已拥有
kor_hangeul_alphabet这项进步(科技或理念)。
关键效果:
-
选项 A (AI 选择权重 80%):
- 为所属文化添加
cultural_influence_mild_bonus(文化影响力轻度增益)。 - 在首都,由触发事件时随机选定的一位符合条件的作家,创作一部名为
kor_cloud_dream_of_nine、基础质量为 0.5 的小说(work_of_art_type:novel)。
- 为所属文化添加
-
选项 B (AI 选择权重 20%):
- 国家获得
prestige_mild_penalty(威望轻度惩罚)。 - 触发事件时随机选定的那位作家技能减少 0.1(
add_artist_skill = -0.1)。 - 为所属文化添加
cultural_tradition_extreme_bonus(文化传统极大增益)。
- 国家获得
背景介绍: 此事件模拟了朝鲜王朝后期(17世纪末至18世纪初)的文学创作活动。这一时期,朝鲜的文人阶层在训民正音(韩文)普及的背景下,开始更多地使用本国文字进行文学创作,推动了朝鲜语文学的发展。事件反映了国家在支持文人创作以提升文化影响力,与维护传统价值观之间可能面临的选择。
完整事件代码:
flavor_kor.35 = {
type = country_event
title = flavor_kor.35.title
desc = flavor_kor.35.desc
fire_only_once = yes
dynamic_historical_event = {
tag = KOR
from = 1670.1.1
to = 1720.1.1
monthly_chance = 5
}
illustration_tags = {
10 = happy
10 = interior
}
trigger = {
any_artist = {
artist_type = writer
artist_skill >= 0.1
}
has_advance = kor_hangeul_alphabet
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:burghers_estate }
random_artist = {
limit = {
artist_type = writer
artist_skill >= 0.1
}
save_scope_as = target_character
}
}
option = {
name = flavor_kor.35.a
ai_chance = {
factor = 0.8
}
culture = {
add_cultural_influence = cultural_influence_mild_bonus
}
capital = {
create_work_of_art_with_artist_input = {
artist = scope:target_character
base_quality = 0.5
key = kor_cloud_dream_of_nine
type = work_of_art_type:novel
}
}
}
option = {
name = flavor_kor.35.b
ai_chance = {
factor = 0.2
}
add_prestige = prestige_mild_penalty
scope:target_character = {
add_artist_skill = -0.1
}
culture = {
add_cultural_tradition = cultural_tradition_extreme_bonus
}
}
}