This is an ancient event that has a disturbingly large number of problems
here's the event from byzantine_events:
The problems:
here's the event from byzantine_events:
Code:
### The Varangian and the Princess
# AI Event for Daughter
character_event = {
id = LoR.845
hide_window = yes
ai = yes
trigger = {
has_dlc = "Legacy of Rome"
is_female = yes
age = 16
father = {
ai = no
OR = {
has_landed_title = e_byzantium
has_landed_title = e_roman_empire
}
any_vassal = {
has_landed_title = d_varangian_guard
}
NOT = { trait = incapable }
prisoner = no
}
is_married = no
NOT = { trait = celibate }
NOT = { trait = chaste }
NOT = { trait = homosexual }
}
mean_time_to_happen = {
months = 400
modifier = {
factor = 0.5
trait = lustful
}
}
immediate = {
hidden_tooltip = {
father = {
character_event = { id = LoR.846 days = 3 }
}
}
}
option = {
name = OK
}
}
# Your Daughter Approaches
character_event = {
id = LoR.846
desc =*EVTDESCLoR.846
picture = GFX_evt_princess_byzantine
is_triggered_only = yes
option = {
name = EVTOPTALoR.846
create_character = {
random_traits = yes
dynasty = NONE
female = no
age = 22
religion = ROOT
culture = swedish
}
new_character = {
add_spouse_matrilineal = FROM
hidden_tooltip = {
add_lover = FROM
}
opinion = {
modifier = opinion_grateful
who = ROOT
}
}
FROM = {
opinion = {
modifier = opinion_grateful
who = ROOT
}
}
}
option = {
name = EVTOPTBLoR.846
FROM = {
opinion = {
modifier = opinion_unhappy
who = ROOT
years = 2
}
}
}
option = {
name = EVTOPTCLoR.846
FROM = {
opinion = {
modifier = evil_murderer
who = ROOT
years = 6
}
}
}
}
The problems:
- the event does not check if the Princess is in your court - I had the event fire for my daughter who got married off to Castille, her husband died and she stayed there as a regent, yet somehow managed to fall in love with a varangian and asked for my blessing - from half of Europe away;
- the event created varangian is always Swedish, even if this culture does not exist yet;
- the varangian that the event generates does not have the varangian trait - what kind of a varangian is that? - if he wants to marry my daughter at least he could have the decency to be a proper varangian.
Upvote
0