Hrm, well, upon some further investigation, it appears that some of the bastard/twin errors are valid and some aren't.
For example, these two are correctly being reported as missing the twin trait:
Code:
73829 = {
name="Fortun"
dynasty=12293
religion="sunni"
culture="andalusian_arabic"
father=73812
mother=73776
840.1.1 = {
birth="840.1.1"
}
874.3.23 = {
death="874.3.23"
}
}
73837 = {
name="Munya"
female=yes
dynasty=12293
religion="sunni"
culture="andalusian_arabic"
father=73812
mother=73776
840.1.1 = {
birth="840.1.1"
}
903.1.1 = {
death="903.1.1"
}
}
While these two have the twin trait, but are being reported as missing it:
Code:
41002 = {
name="Harold"
dynasty=756
martial=6
diplomacy=5
intrigue=5
stewardship=7
religion="catholic"
culture="saxon"
trait="twin"
father=122
mother=123
1066.11.8={
birth="1066.11.8"
employer=102532
}
1069.4.28={
employer=102534
}
1093.1.1={
employer=102577
}
1094.6.6={
employer=202511
}
1112.4.16={
death="1112.4.16"
}
}
41003 = {
name="Ulf"
dynasty=756
martial=4
diplomacy=5
intrigue=4
stewardship=8
religion="catholic"
culture="saxon"
trait="twin"
father=122
mother=123
1066.11.8={
birth="1066.11.8"
employer=140
}
1087.9.9={
employer=142
}
1103.6.3={
death="1103.6.3"
}
}