flavor_cas.26 佩罗·洛佩斯·德·阿亚拉登场
时间范围
- 起始日期:1370.1.1
- 结束日期:1390.1.1
- 触发概率:每月 1% 概率
触发条件
- 国家拥有
vitoria地区
关键效果
- 选项 A (
flavor_cas.26.a):- 将创建的人物
target_character移动至本国 - 减少金钱(规模系数 -2)
- 增加少量威望 (
prestige_weak_bonus)
- 将创建的人物
- 选项 B (
flavor_cas.26.b):- 减少少量正统性 (
legitimacy_weak_penalty) - 流放人物
target_character
- 减少少量正统性 (
背景介绍
该事件模拟了14世纪下半叶卡斯蒂利亚王国的重要历史人物佩罗·洛佩斯·德·阿亚拉(Pero López de Ayala)的登场。他出生于1332年,是维托里亚人,身兼政治家、编年史家和诗人,曾服务于多位卡斯蒂利亚国王,并以其对当时历史的详细记录而闻名。事件反映了中世纪伊比利亚半岛上地方贵族人才被王室吸纳或排斥的典型情境。
完整事件代码
flavor_cas.26 = { #Pero López de Ayala
type = country_event
title = flavor_cas.26.title
desc = flavor_cas.26.desc
fire_only_once = yes
historical_info = flavor_cas.26.historical_info
dynamic_historical_event = {
tag = CAS
from = 1370.1.1
to = 1390.1.1
monthly_chance = 1
}
illustration_tags = {
10 = regular
10 = interior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:burghers_estate }
create_character = {
first_name = name_peter
dynasty = dynasty:lopez_de_ayala
birth_date = 1332.1.1
birth_location = location:vitoria
culture = culture:castilian
adm = { 20 70 }
dip = { 20 70 }
mil = { 20 70 }
artist_skill = 0.85
artist = writer
estate = estate_type:nobles_estate
create_in_limbo = yes
save_scope_as = target_character
script = cas_lopez_de_ayala
}
}
trigger = {
owns = location:vitoria
}
option = {
name = flavor_cas.26.a
scope:target_character = {
move_country = root
}
change_gold_effect = { scale = -2 }
add_prestige = prestige_weak_bonus
}
option = {
name = flavor_cas.26.b
add_legitimacy = legitimacy_weak_penalty
scope:target_character = { banish_character = yes }
}
}