erbkaiser
Modder (CK2)
Taking a long break from modding
Posts: 693
|
Post by erbkaiser on Feb 22, 2018 14:06:03 GMT
Currently Jorah (north #102) is removed from the Mormont dynasty by severing his ties with his Nightwatch daddy, to prevent him from leaving Essos and going back to Westeros. However, he is never restored to the family line even after Jeor dies. This permanently messes up the Mormont family tree, fortunately, not by breaking everyone else, it just floats Jorah as an unconnected character.
I suggest a twofold fix to make sure the Mormont dynasty is not permanently messed up: 1) Add a history command to Jorah so his father link is restored after Jeor's death:
8299.7.8 = {
effect = {
if = { #Daddy dead, should stay put now
limit = { father = { is_alive = no } }
c_336 = {
ROOT = { set_father = PREV }
}
}
}
} For games started prior to mid 8299, add an event to fix the family tree at a likely stage. I chose to add it to clash_of_kings_events.txt #57, Jorah's betrayal. In the existing c_102 section:
if = { #Restore family link for Jorah
limit = { father = { is_alive = no } }
c_336 = {
ROOT = { set_father = PREV }
}
} But I suppose it could also be done elsewhere or with a maintenance event.
|
|
|
Post by ejnomad on Feb 23, 2018 5:34:21 GMT
How/Why does he keep returning?
|
|
|
Post by andremassena on Mar 6, 2018 8:21:44 GMT
Would be interesting to have an event where Dany can restore Jorah's title if she wins the throne, though I don't think Jorah would want it if that happens in the series.
|
|