flavor_por.2000 伊内斯·德·卡斯特罗加入宫廷
时间范围:1340.1.1 - 1345.1.1(每月 33% 概率)
触发条件:
- 角色
cas_ines_castro(伊内斯·德·卡斯特罗)存活,且不属于玩家国家。 - 角色
por_pedro_i_portugal(葡萄牙的佩德罗一世)存活,且属于玩家国家。
关键效果:
- 选项 A:将角色
cas_ines_castro(伊内斯·德·卡斯特罗)移动至玩家国家。
背景介绍: 该事件模拟了14世纪葡萄牙宫廷中著名的历史人物伊内斯·德·卡斯特罗的登场。伊内斯是葡萄牙王储佩德罗(后来的佩德罗一世)的情人,她的出现及其与佩德罗的关系在葡萄牙历史上引发了重大的政治动荡和王朝危机,最终演变成一场悲剧。
完整事件代码:
flavor_por.2000 = { # Inês de Castro joins the court
type = country_event
title = flavor_por.2000.title
desc = flavor_por.2000.desc
fire_only_once = yes
dynamic_historical_event = {
tag = POR
from = 1340.1.1
to = 1345.1.1
monthly_chance = 33
}
major = yes
major_trigger = {
this = scope:target_country
}
trigger = {
character:cas_ines_castro = {
is_alive = yes
NOT = { owner ?= ROOT }
}
character:por_pedro_i_portugal = {
is_alive = yes
owner ?= ROOT
}
}
illustration_tags = {
10 = regular
10 = interior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
character:cas_ines_castro = {
save_scope_as = target_character
}
character:por_pedro_i_portugal = {
save_scope_as = target_character2
}
scope:target_character.owner = {
save_scope_as = target_country
}
}
option = {
name = flavor_por.2000.a
scope:target_character = {
move_country = ROOT
}
}
}