1140 果园之梦
时间范围:1376.1.1 - 1402.1.1 (每月 20% 概率)
触发条件:
- 拥有巴黎地区。
- 拥有至少一位作家类型的艺术家。
关键效果:
- 历史选项:一部精美的艺术作品
- 花费:6 倍金币。
- 文化:获得轻微的文化影响力加成。
- 威望:获得轻微的威望加成。
- 在巴黎地区创建一件艺术品:
- 类型:小说。
- 名称:
dreams_of_the_orchard。 - 质量:85。
- 创作者:随机一位符合条件的作家艺术家。
- 选项:这太昂贵了
- 文化:受到轻微的文化影响力惩罚。
背景介绍: 《果园之梦》是14世纪末法国的一部重要文学作品,反映了当时的社会思潮与宫廷文化。该事件模拟了法国王室或贵族赞助一位作家创作这部作品的过程,体现了文艺复兴前夕法国对文化艺术发展的投入与选择。
完整事件代码:
flavor_fra.1140 = { # Dream of the Orchard ## Songe du Vergier
type = country_event
title = flavor_fra.1140.title
desc = flavor_fra.1140.desc
historical_info = flavor_fra.1140.historical_info
image = "gfx/interface/illustrations/institutions/renaissance.dds"
fire_only_once = yes
dynamic_historical_event = {
tag = FRA
from = 1376.1.1
to = 1402.1.1
monthly_chance = 20
}
trigger = {
owns = location:paris
any_artist = {
artist_type = writer
}
}
immediate = {
random_artist = {
limit = {
artist_type = writer
}
save_scope_as = target_artist
}
}
option = { # A fine work of Art
name = flavor_fra.1140.a
historical_option = yes
change_gold_effect = { scale = -6 }
culture = {
add_cultural_influence = cultural_influence_mild_bonus
}
add_prestige = prestige_mild_bonus
location:paris = {
create_art = {
quality = 85
type = work_of_art_type:novel
key = dreams_of_the_orchard
artist = scope:target_artist
}
}
ai_chance = {
base = 75
}
}
option = { # Its too expensive
name = flavor_fra.1140.b
culture = {
add_cultural_influence = cultural_influence_weak_penalty
}
ai_chance = {
base = 25
}
}
}