The Seversky dynasty isn't fully interconnected.
The father of Volodar Seversky (194143) should be Sviatoslav Seversky (194142) but is instead Stanislav Radimich (194140).
The father of Svetozar Seversky (194144) should be Volodar Seversky (194143) but is instead Svetozar Tyvercy (194137).
Original code:
Fixed code:
I would also suggest renaming the dynasties of Turov (1045024) and Tyvercy (1029167) to Polyansky (as that dynasty controls the land of the Eastern Polans) and Tiversky (as Tyvercy is a broken plural of Tiverets).
The father of Volodar Seversky (194143) should be Sviatoslav Seversky (194142) but is instead Stanislav Radimich (194140).
The father of Svetozar Seversky (194144) should be Volodar Seversky (194143) but is instead Svetozar Tyvercy (194137).
Original code:
Code:
194143 = {
name = "Volodar"
dynasty = 1029138
religion = slavic_pagan
culture = severian
father = 194140
770.1.1 = {
birth = yes
}
822.1.1 = {
death = yes
}
}
194144 = {
name = "Svetozar"
dynasty = 1029138
religion = slavic_pagan
culture = severian
father = 194137
810.1.1 = {
birth = yes
}
866.1.1 = {
death = yes
}
}
Fixed code:
Code:
194143 = {
name = "Volodar"
dynasty = 1029138
religion = slavic_pagan
culture = severian
father = 194142
770.1.1 = {
birth = yes
}
822.1.1 = {
death = yes
}
}
194144 = {
name = "Svetozar"
dynasty = 1029138
religion = slavic_pagan
culture = severian
father = 194143
810.1.1 = {
birth = yes
}
866.1.1 = {
death = yes
}
}
I would also suggest renaming the dynasties of Turov (1045024) and Tyvercy (1029167) to Polyansky (as that dynasty controls the land of the Eastern Polans) and Tiversky (as Tyvercy is a broken plural of Tiverets).
Code:
1029167 = {
name = "Tiversky"
culture = "volhynian"
religion = "slavic_pagan"
}
1045024 = {
name = "Polyansky"
culture = "volhynian"
religion = "slavic_pagan"
}
Last edited:
Upvote
0