I came across this typo while writing a parser:
That second } shouldn't be there
(line 45648 in the original file) Evidently it hasn't been creating any problems for CKII, but it might in the future, so I suggest even if it's just for neatness that it be fixed.
Code:
...
105817 = {
name="Licchavi"
culture="nepali"
religion="buddhist"
}
105818 = {
name="Murong"
culture="khitan"
religion="tengri_pagan"
}
}
105820 = {
name="'Damgyi"
culture="bodpa"
religion="buddhist"
}
...
Upvote
0