[flavor_eng.58] 杰弗里·乔叟与《坎特伯雷故事集》
时间范围
1370年1月1日 - 1400年1月1日,每月有 1% 的概率触发。
触发条件
- 人物 杰弗里·乔叟 (
character:eng_geoffrey_chaucer) 必须存活。
关键效果
选项 A: flavor_eng.58.a (历史选项)
- 在首都 (
target_location) 创作一件艺术品:- 艺术家:杰弗里·乔叟
- 品质:90
- 类型:诗歌 (
work_of_art_type:poem) - 关键标识:
canterbury_tales
- 为杰弗里·乔叟增加 0.03 点艺术家技能 (
add_artist_skill)。
选项 B: flavor_eng.58.b
- 为当前文化 (
culture) 添加:- 轻微的文化传统增益 (
add_cultural_tradition = cultural_tradition_mild_bonus) - 轻微的文化影响力增益 (
add_cultural_influence = cultural_influence_mild_bonus)。
- 轻微的文化传统增益 (
背景介绍
此事件模拟了14世纪晚期英格兰诗人杰弗里·乔叟创作其代表作《坎特伯雷故事集》的历史时刻。乔叟被誉为“英国诗歌之父”,他的这部作品以一群朝圣者在前往坎特伯雷途中的故事竞赛为框架,生动描绘了当时英国社会的各个阶层,对英语文学的发展产生了深远影响。该事件反映了艺术创作对国家文化声望的推动作用。
完整事件代码
flavor_eng.58 = {
type = country_event
fire_only_once = yes
title = flavor_eng.58.title
desc = flavor_eng.58.desc
dynamic_historical_event = {
tag = ENG
tag = GBR
from = 1370.1.1
to = 1400.1.1
monthly_chance = 1
}
trigger = {
character:eng_geoffrey_chaucer ?= { is_alive = yes }
}
illustration_tags = {
10 = regular
10 = interior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:burghers_estate }
character:eng_geoffrey_chaucer ?= { save_scope_as = geoffrey_chaucer }
capital = { save_scope_as = target_location }
location:canterbury = { save_scope_as = canterbury }
language:english_language = { save_scope_as = english }
}
option = {
name = flavor_eng.58.a
historical_option = yes
scope:target_location = {
create_art = {
artist = scope:geoffrey_chaucer
quality = 90
location = scope:target_location
type = work_of_art_type:poem
key = canterbury_tales
}
}
scope:geoffrey_chaucer = {
add_artist_skill = 0.03
}
}
option = {
name = flavor_eng.58.b
culture = {
add_cultural_tradition = cultural_tradition_mild_bonus
add_cultural_influence = cultural_influence_mild_bonus
}
}
historical_info = flavor_eng.58.historical_info
}