flavor_cas.129 弗朗西斯卡·德·佩德拉萨
时间范围:1620.1.1 - 1640.1.1(每月 1% 概率)
触发条件:
- 国家拥有
alcala_de_henares地区。 alcala_de_henares地区拥有university(大学)建筑。
关键效果:
- 选项 A (历史选项):
- 社会价值观
traditionalist_vs_innovative向左移动(趋向传统)。 - 阶层
clergy_estate(神职人员阶层)满意度获得estate_satisfaction_mild_bonus(轻微增益)。 - 隐藏效果:静默处决事件创建的
target_character(目标人物)。
- 社会价值观
- 选项 B:
- 将事件创建的
target_character(目标人物)移动至触发国。 - 社会价值观
traditionalist_vs_innovative向右移动(趋向创新)。 - 阶层
clergy_estate(神职人员阶层)满意度受到estate_satisfaction_severe_penalty(严重惩罚)。
- 将事件创建的
背景介绍: 此事件围绕弗朗西斯卡·德·佩德拉萨展开,她是17世纪早期西班牙的一位女性。事件背景设定在阿尔卡拉·德·埃纳雷斯大学城,反映了当时社会在传统宗教观念与新兴个人权利(特别是女性权利)之间的潜在冲突。玩家需要在维护传统宗教权威与支持一位可能带来变革的女性人物之间做出选择,这一抉择将影响国家的社会价值观和神职人员阶层的态度。
完整事件代码:
flavor_cas.129 = { #Francisca de Pedraza
type = country_event
title = flavor_cas.129.title
desc = flavor_cas.129.desc
fire_only_once = yes
historical_info = flavor_cas.129.historical_info
dynamic_historical_event = {
tag = CAS
tag = SPA
from = 1620.1.1
to = 1640.1.1
monthly_chance = 1
}
trigger = {
owns = location:alcala_de_henares
location:alcala_de_henares = {
has_building = building_type:university
}
}
immediate = {
create_character = {
first_name = name_frances
last_name = de_pedraza
min_age = 25
birth_location = location:madrid
estate = estate_type:peasants_estate
female = yes
adm = { 20 45 }
dip = { 20 45 }
mil = { 20 40 }
culture = culture:castilian
save_scope_as = target_character
create_in_limbo = yes
}
location:alcala_de_henares = {
save_scope_as = target_location
}
}
option = {
name = flavor_cas.129.a
historical_option = yes
change_societal_value = { type = traditionalist_vs_innovative value = societal_value_move_to_left }
add_estate_satisfaction = { type = estate_type:clergy_estate
value = estate_satisfaction_mild_bonus
}
hidden_effect = {
kill_character_silently = scope:target_character
}
}
option = {
name = flavor_cas.129.b
scope:target_character = {
move_country = root
}
change_societal_value = { type = traditionalist_vs_innovative value = societal_value_move_to_right }
add_estate_satisfaction = { type = estate_type:clergy_estate
value = estate_satisfaction_severe_penalty
}
}
}