flavor_eng.150 克里斯托弗·马洛与《帖木儿大帝》
时间范围:1584.1.1 - 1620.1.1(每月 5% 概率触发)
触发条件:
- 人物
eng_christopher_marlowe(克里斯托弗·马洛)存活。 - 情境
rise_of_timur(帖木儿的崛起)处于活动状态或已结束。
关键效果:
- 选项 A (flavor_eng.150.a) - 历史选项:
- 在首都创建一个名为
tamburlaine_the_great的戏剧类艺术品。 - 艺术家为克里斯托弗·马洛,作品质量为 95。
- 为克里斯托弗·马洛增加 0.03 点艺术家技能。
- 在首都创建一个名为
- 选项 B (flavor_eng.150.b):
- 为本文化添加
cultural_tradition_mild_bonus(文化传统小幅增益)和cultural_influence_mild_bonus(文化影响力小幅增益)。
- 为本文化添加
背景介绍: 此事件模拟了英国文艺复兴时期剧作家克里斯托弗·马洛创作其代表作《帖木儿大帝》的历史时刻。该剧以中亚征服者帖木儿为主题,是伊丽莎白时代戏剧的早期杰作,标志着无韵诗体在英国舞台上的成熟运用,并对包括莎士比亚在内的后世剧作家产生了深远影响。事件发生的时间窗口覆盖了马洛的创作活跃期及该剧的流行时期。
完整事件代码:
flavor_eng.150 = {
type = country_event
fire_only_once = yes
title = flavor_eng.150.title
desc = flavor_eng.150.desc
dynamic_historical_event = {
tag = ENG
tag = GBR
from = 1584.1.1
to = 1620.1.1
monthly_chance = 5
}
image = "gfx/interface/illustrations/institutions/renaissance.dds"
trigger = {
character:eng_christopher_marlowe ?= { is_alive = yes }
situation:rise_of_timur = {
OR = {
situation_is_active = yes
situation_has_ended = yes
}
}
}
immediate = {
character:eng_christopher_marlowe ?= { save_scope_as = christopher_marlowe }
capital = { save_scope_as = target_location }
}
option = {
name = flavor_eng.150.a
historical_option = yes
scope:target_location = {
create_art = {
artist = scope:christopher_marlowe
quality = 95
location = scope:target_location
type = work_of_art_type:play
key = tamburlaine_the_great
}
}
scope:christopher_marlowe = {
add_artist_skill = 0.03
}
}
option = {
name = flavor_eng.150.b
culture = {
add_cultural_tradition = cultural_tradition_mild_bonus
add_cultural_influence = cultural_influence_mild_bonus
}
}
historical_info = flavor_eng.150.historical_info
}