flavor_cas.93 洛佩·德·维加登场
时间范围:1595.1.1 - 1620.1.1(每月 1% 概率)
触发条件:
- 国家拥有马德里地区。
- 首都拥有“剧院”建筑。
关键效果:
- 选项 A (历史选项):
- 花费 3 金币。
- 将人物“洛佩·德·维加”招募至本国。
- 市民阶层满意度小幅提升。
- 农民阶层满意度小幅提升。
- 选项 B:
- 市民阶层满意度小幅降低。
- 农民阶层满意度小幅降低。
- (隐藏效果)人物“洛佩·德·维加”被移除。
背景介绍: 洛佩·德·维加是西班牙黄金世纪最重要的剧作家和诗人之一,被誉为“西班牙戏剧之父”。他出生于马德里,一生创作了数量惊人的戏剧、诗歌和散文,对西班牙文学和戏剧的发展产生了深远影响。此事件模拟了这位文化巨匠在西班牙宫廷或社会中崭露头角的历史时刻,他的到来或离去将对国内主要阶层的情绪产生影响。
完整事件代码:
flavor_cas.93 = { #Lope de Vega
type = country_event
title = flavor_cas.93.title
desc = flavor_cas.93.desc
fire_only_once = yes
historical_info = flavor_cas.93.historical_info
dynamic_historical_event = {
tag = CAS
tag = SPA
from = 1595.1.1
to = 1620.1.1
monthly_chance = 1
}
trigger = {
owns = location:madrid
capital = {
has_building = building_type:theater
}
}
illustration_tags = {
10 = regular
10 = exterior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:peasants_estate background = estate_type:peasants_estate }
create_character = {
first_name = name_lupus
last_name = de_Vega
birth_date = 1562.11.25
birth_location = location:madrid
estate = estate_type:burghers_estate
artist_skill = { 0.8 0.95 }
culture = culture:castilian
save_scope_as = target_character
create_in_limbo = yes
artist = composer
}
}
option = {
name = flavor_cas.93.a
historical_option = yes
change_gold_effect = { scale = -3 }
scope:target_character = {
move_country = root
}
add_estate_satisfaction = { type = estate_type:burghers_estate value = estate_satisfaction_mild_bonus }
add_estate_satisfaction = { type = estate_type:peasants_estate value = estate_satisfaction_mild_bonus }
}
option = {
name = flavor_cas.93.b
add_estate_satisfaction = { type = estate_type:burghers_estate value = estate_satisfaction_mild_penalty }
add_estate_satisfaction = { type = estate_type:peasants_estate value = estate_satisfaction_mild_penalty }
hidden_effect = {
kill_character_silently = scope:target_character
}
}
}