It is not supposed to be that way, but it also isn't a big problem. It probably just means that in the different scenarios, different ID's are used.
Here is the rest of his family, when creating a new character it is important that he has an unique ID and that he is placed in an existing court.
In the 1066, the father of the count of Sankt Gallen, dies in 1053. This is problematic when you have several children to add and the existing count Friedrich is born in 1049.
According to some sources the father of count Friedrich only died in 1068, this would solve the problem
I would suggest the following for the children
Code:
character = {
id = { type = 10 id = [COLOR="Lime"]20097054[/COLOR] }
name = "Otto"
gender = male
dynasty = { type = 12 id =529 }
father = { type = 10 id = 7053 }
mother = { type = 10 id = 7052}
country = C248
religion = catholic
culture = German
birthdate = { year = 1050 month = january day = 1 }
dna = "35693402082015"
attributes = {
martial = 3
diplomacy = 8
intrigue = 9
stewardship = 6
health = 5
fertility = 5
}
traits = {
chaste = yes
scholarly_theologian = yes
}
}
character = {
id = { type = 10 id = [COLOR="lime"]20097055[/COLOR] }
name = "Ludwig"
gender = male
dynasty = { type = 12 id =529 }
father = { type = 10 id = 7053 }
mother = { type = 10 id = 7052}
country = C248
religion = catholic
culture = German
birthdate = { year = 1051 month = january day = 1 }
dna = "35013411082002"
attributes = {
martial = 6
diplomacy = 4
intrigue = 5
stewardship = 5
health = 6
fertility = 5
}
traits = {
martial_education = yes
}
}
character = {
id = { type = 10 id = [COLOR="lime"]20097056[/COLOR] }
name = "Walther"
gender = male
dynasty = { type = 12 id =529 }
father = { type = 10 id = 7053 }
mother = { type = 10 id = 7052}
country = C248
religion = catholic
culture = German
birthdate = { year = 1053 month = january day = 1 }
dna = "35003400080302"
attributes = {
martial = 5
diplomacy = 3
intrigue = 6
stewardship = 6
health = 4
fertility = 5
}
traits = {
court_education = yes
}
}
character = {
id = { type = 10 id = [COLOR="lime"]20097057[/COLOR] }
name = "Konrad"
gender = male
dynasty = { type = 12 id =529 }
father = { type = 10 id = 7053 }
mother = { type = 10 id = 7052}
country = C248
religion = catholic
culture = German
birthdate = { year = 1055 month = january day = 1 }
dna = "35043409330302"
attributes = {
martial = 3
diplomacy = 3
intrigue = 7
stewardship = 7
health = 4
fertility = 5
}
traits = {
court_education = yes
}
}
character = {
id = { type = 10 id = [COLOR="lime"]20097058[/COLOR] }
name = "Adalheid"
gender = female
dynasty = { type = 12 id =529 }
father = { type = 10 id = 7053 }
mother = { type = 10 id = 7052}
country = C248
religion = catholic
culture = German
birthdate = { year = 1057 month = january day = 1 }
dna = "35043409020302"
attributes = {
martial = 3
diplomacy = 5
intrigue = 6
stewardship = 6
health = 4
fertility = 5
}
traits = {
ecclesiastical_education = yes
}
}