• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

SBolshevik

Something Something Aŋrômainiiuš
6 Badges
May 23, 2013
5.507
1.859
  • Crusader Kings II
  • Warlock 2: The Exiled
  • Magicka: Wizard Wars Founder Wizard
  • Hearts of Iron IV Sign-up
  • Stellaris Sign-up
  • Imperator: Rome Sign Up
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:

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