I found Tyrion's first wife Tysha to be absent from the database, so I figured I might as well write the code for her if you devs would like (minus ids, of course):
And adjustments to Tyrion's code:
Code:
= { #Tysha - Tyrion's First Wife
name = "Tysha"
female=yes
religion="the_seven"
culture="westerman"
add_trait="kind"
add_trait="fair"
add_trait="trusting"
8274.1.1 = {
birth="8274.1.1"
}
8287.1.1 = {
effect = {
any_spouse = {
add_lover = ROOT
}
}
} #Tyrion meets Tysha, falls in love with her and marries her
8287.4.1 = {
dynasty=(possibly give her the "Silverfist" house as Tyrion describes to Sansa?)
effect = {
any_spouse = {
remove_lover = ROOT
}
}
} #Tywin passes Tysha among his guards in order to fool Tyrion into thinking she was a whore hired to play a part
}
And adjustments to Tyrion's code:
Code:
8287.1.1 = {
add_spouse=#Tysha
effect = {
any_spouse = {
add_lover = ROOT
}
}
} #Tyrion meets Tysha, falls in love with her and marries her
8287.4.1 = {
effect = {
any_spouse = {
remove_lover = ROOT
}
}
add_trait="widowed"
remove_spouse=#Tysha
} #Tywin passes Tysha among his guards in order to fool Tyrion into thinking she was a whore hired to play a part
Last edited: