[flavor_eng.197] 阿芙拉·贝恩登场
时间范围:1660.1.1 - 1690.1.1(每月 5% 概率)
触发条件:
- 拥有
canterbury地区。 - 满足以下任一条件:
- 在
great_britain_region区域内,至少有一个由本国拥有的地区拥有至少1级的theater建筑。 london地区拥有至少1级的globe_theatre建筑,且其所有者为本国。
- 在
- 拥有变量
restoration_comedy_allowed。
关键效果:
- 选项 A (历史选项):
- 如果国家拥有政策
strict_censorship,则clergy_estate阶层满意度将受到严重惩罚。
- 如果国家拥有政策
- 选项 B:
- 社会价值观
spiritualist_vs_humanist向左移动(偏向人文主义)。 - 角色
阿芙拉·贝恩的艺术家技能增加 0.1。
- 社会价值观
- 选项 C:
- 社会价值观
traditionalist_vs_innovative向左移动(偏向传统主义)。 - 隐藏效果:静默处决角色
阿芙拉·贝恩。
- 社会价值观
背景介绍: 此事件标志着阿芙拉·贝恩——英国文学史上首位以写作为生的职业女作家——的登场。她活跃于王政复辟时期,以其戏剧、诗歌和小说闻名,作品常涉及性别、阶级和政治主题。事件反映了当时英国戏剧文化的繁荣,以及女性作家在严格的审查制度和传统社会价值观下所面临的挑战与机遇。
完整事件代码:
flavor_eng.197 = {
type = country_event
fire_only_once = yes
title = flavor_eng.197.title
desc = flavor_eng.197.desc
dynamic_historical_event = {
tag = ENG
tag = GBR
from = 1660.1.1
to = 1690.1.1
monthly_chance = 5
}
trigger = {
owns = location:canterbury
OR = {
region:great_britain_region = {
any_location_in_region = {
owner ?= root
has_building_with_at_least_one_level = theater
}
}
location:london = { has_building_with_at_least_one_level = globe_theatre owner = root }
}
has_variable = restoration_comedy_allowed
}
illustration_tags = {
10 = interior
}
immediate = {
event_illustration_estate_background_effect = { background = estate_type:nobles_estate }
create_character = {
first_name = Aphra
last_name = Behn
estate = estate_type:peasants_estate
adm = 34
dip = 41
mil = 12
birth_date = 1640.12.1 #Baptism date
artist_skill = 0.75
artist = writer
female = yes
religion = root.religion
birth_location = location:canterbury
script = eng_aphra_behn
save_scope_as = aphra_behn
}
location:london = { save_scope_as = target_location }
}
option = {
name = flavor_eng.197.a
historical_option = yes
custom_tooltip = flavor_eng.197.tt1
if = {
limit = {
has_policy = strict_censorship
}
add_estate_satisfaction = { type = estate_type:clergy_estate
value = estate_satisfaction_severe_penalty
}
custom_tooltip = flavor_eng.197.tt2
}
}
option = {
name = flavor_eng.197.b
change_societal_value = {
type = spiritualist_vs_humanist
value = societal_value_move_to_left
}
scope:aphra_behn = {
add_artist_skill = 0.1
}
custom_tooltip = flavor_eng.197.tt1
custom_tooltip = flavor_eng.197.tt3
}
option = {
name = flavor_eng.197.c
change_societal_value = {
type = traditionalist_vs_innovative
value = societal_value_move_to_left
}
hidden_effect = { kill_character_silently = scope:aphra_behn }
}
historical_info = flavor_eng.197.historical_info
}