flavor_eng.191 伦敦的文化繁荣
时间范围
- 事件窗口:1662.1.1 - 1720.1.1
- 触发概率:每月 1% 概率
触发条件
- 国家文化传统值 >= 30。
- 国家拥有伦敦地区。
关键效果
选项 A (历史选项)
- 文化:增加
cultural_tradition_mild_bonus(温和增益)。 - 伦敦地区:所有属于本国的农民阶层人口获得
pop_satisfaction_ultimate_bonus(终极满意度增益)。 - 如果人物
eng_samuel_pepys存活,则变量samuel_pepys_diary_entries增加 1,并显示自定义提示flavor_eng.191.tt。
选项 B
- 财政:减少相当于当前国库 3% 的金钱。
- 文化:增加
cultural_influence_mild_bonus(温和文化影响力增益)和cultural_tradition_mild_bonus(温和文化传统增益)。
背景介绍
该事件描绘了17世纪末至18世纪初,英格兰(或大不列颠)在拥有较高文化传统并控制首都伦敦时,可能经历的一段文化繁荣时期。事件可能影射了复辟时期伦敦社会、经济与文化的活跃发展,特别是与塞缪尔·佩皮斯(Samuel Pepys)这类知名日记作者相关的历史记载,其日记为后世提供了该时期伦敦生活的珍贵视角。选项反映了国家在推动文化发展、提升民众满意度与承担财政成本之间的不同策略选择。
完整事件代码
flavor_eng.191 = {
type = country_event
title = flavor_eng.191.title
desc = flavor_eng.191.desc
fire_only_once = yes
dynamic_historical_event = {
tag = ENG
tag = GBR
from = 1662.1.1
to = 1720.1.1
monthly_chance = 1
}
trigger = {
culture = {
cultural_tradition >= 30
}
location:london = { owner = root }
}
illustration_tags = {
10 = happy
10 = exterior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:peasants_estate background = estate_type:peasants_estate }
if = {
limit = {
character:eng_samuel_pepys ?= {
is_alive = yes
}
}
character:eng_samuel_pepys = {
save_scope_as = samuel_pepys
}
}
location:london = { save_scope_as = target_location }
}
option = {
historical_option = yes
name = flavor_eng.191.a
culture = {
add_cultural_tradition = cultural_tradition_mild_bonus
}
location:london = {
every_pop = {
limit = {
owner = root
pop_type = pop_type:peasants
}
add_pop_satisfaction = pop_satisfaction_ultimate_bonus
}
}
if = {
limit = {
character:eng_samuel_pepys ?= {
is_alive = yes
}
}
change_variable = { name = samuel_pepys_diary_entries add = 1 }
custom_tooltip = flavor_eng.191.tt
}
}
option = {
name = flavor_eng.191.b
change_gold_effect = { scale = -3 }
culture = {
add_cultural_influence = cultural_influence_mild_bonus
add_cultural_tradition = cultural_tradition_mild_bonus
}
}
historical_info = flavor_eng.191.historical_info
}