flavor_eng.43 威廉·莎士比亚登场
时间范围:1593.1.1 - 1616.1.1(每月 5% 概率)
触发条件:
- 玩家国家控制斯特拉特福(Stratford)地区。
关键效果:
- 选项:
flavor_eng.43.a- 若玩家国家拥有文化,则为其文化添加“极端影响力加成”(
cultural_influence_extreme_bonus)。
- 若玩家国家拥有文化,则为其文化添加“极端影响力加成”(
背景介绍: 该事件模拟了文艺复兴时期英国剧作家威廉·莎士比亚的登场。莎士比亚出生于斯特拉特福,其作品对英语文学和英国文化产生了深远影响。事件在特定时间范围内有概率触发,标志着这位伟大作家开始活跃于文坛,并可能为所属文化带来显著的影响力提升。
完整事件代码:
flavor_eng.43 = {
type = country_event
title = flavor_eng.43.title
desc = flavor_eng.43.desc
historical_info = flavor_eng.43.historical_info
fire_only_once = yes
dynamic_historical_event = {
tag = ENG
tag = GBR
from = 1593.1.1
to = 1616.1.1
monthly_chance = 5
}
trigger = {
location:stratford = { owner ?= root }
}
illustration_tags = {
10 = interior
10 = happy
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:burghers_estate }
create_character = {
first_name = name_william
last_name = Shakespeare
estate = estate_type:burghers_estate
birth_date = 1564.4.26
birth_location = location:stratford
artist = writer
artist_skill = { 0.85 1 }
script = eng_william_shakespeare
save_scope_as = william_shakespeare
}
}
option = {
name = flavor_eng.43.a
culture ?= {
add_cultural_influence = cultural_influence_extreme_bonus
}
}
}