• 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 current Serbian kings (and emperors) have missing parts of their names. They are the following characters (in chronological order of their rule, along with Uroš V):

Code:
218500 = {
   name="Stefan"
   dynasty=184
   martial=7
   diplomacy=8
   intrigue=7
   stewardship=7
   religion="orthodox"
   culture="serbian"
   trait="greedy"
   trait="patient"
   trait="martial_cleric"
   father=218505
   1133.1.1={
     birth="1133.1.1"
   }
   1172.1.1={
     add_spouse=218501
   }
   1199.2.13={
     death="1199.2.13"
   }
}

218507 = {
   name="Stefan"
   dynasty=184
   martial=8
   diplomacy=8
   intrigue=7
   stewardship=4
   religion="orthodox"
   culture="serbian"
   trait="deceitful"
   trait="tough_soldier"
   father=218500
   mother=218501
   1176.1.1={
     birth="1176.1.1"
   }
   1192.1.1={
     add_spouse=215512
   }
   1202.1.1={
     remove_spouse=215512
   }
   1216.1.1={
     add_spouse=32122
   }
   1227.9.24={
     death="1227.9.24"
   }
}

34100 = {
   name="Radoslav"
   #Stefan Radoslav
   dynasty=184
   religion="orthodox"
   culture="serbian"
   father=218507
   mother=215512
   1193.1.1={
     birth="1193.1.1"
   }
   1220.1.1={
     add_spouse=34104
   }
   1235.1.1={
     death="1235.1.1"
   }
}

34103 = {
   name="Vladislav"
   #Stefan Vladislav
   dynasty=184
   religion="orthodox"
   culture="serbian"
   father=218507
   mother=32122
   1219.1.1={
     birth="1219.1.1"
   }
   1236.1.1={
     add_spouse=31162
   }
   1267.11.11={
     death="1267.11.11"
   }
}

34088 = {
   name="Uros"
   #Stefan Uros
   dynasty=184
   religion="orthodox"
   culture="serbian"
   father=218507
   mother=32122
   1220.1.1={
     birth="1220.1.1"
   }
   1250.1.1={
     add_spouse=34116
   }
   1250.1.1 = {
     give_nickname=nick_the_great
   }
   1277.5.1={
     death="1277.5.1"
   }
}

34117 = {
   name="Stefan"
   #AKA Stefan Dragutin
   dynasty=184
   religion="orthodox"
   culture="serbian"
   father=34088
   mother=34116
   1251.1.1={
     birth="1251.1.1"
   }
   1272.1.1={
     add_spouse=98043
   }
   1316.3.12={
     death="1316.3.12"
   }
}

468505 = {
   name="Uros"
   # AKA: Stefan Uros Milutin
   dynasty=184
   martial=7
   diplomacy=4
   intrigue=8
   stewardship=6
   religion="orthodox"
   culture="serbian"
   trait="zealous"
   trait="cynical"
   trait="skilled_tactician"
   father=34088
   mother=34116
   1253.1.1={
     birth="1253.1.1"
   }
   1278.1.1={
     add_spouse=467531
   }
   1321.10.29={
     death="1321.10.29"
   }
}

34122 = {
   name="Konstantin"
   #Stefan Konstantin
   dynasty=184
   religion="orthodox"
   culture="serbian"
   father=468505
   mother=467531
   1283.1.1={
     birth="1283.1.1"
   }
   1322.1.6={
     death="1322.1.6"
   }
}

468510 = {
   name="Uros"
   # AKA: Stefan Uros III
   dynasty=184
   martial=4
   diplomacy=6
   intrigue=7
   stewardship=8
   religion="orthodox"
   culture="serbian"
   trait="bastard"
   trait="proud"
   trait="skilled_tactician"
   father=468505
   #mother=unknown
   1276.1.1={
     birth="1276.1.1"
   }
   1300.1.1={
     add_spouse = 467541
   }
   1329.1.2={
     add_spouse = 468503
   }
   1331.11.3={
     death="1331.11.3"
   }
}

468500 = {
   name="Uros"
   # AKA: Stefan Uros Dusan
   dynasty=184
   martial=7
   diplomacy=7
   intrigue=7
   stewardship=8
   religion="orthodox"
   culture="serbian"
   trait="diligent"
   trait="proud"
   trait="strong"
   trait="brilliant_strategist"
   father=468510
   mother=467541
   1308.1.1={
     birth="1308.1.1"
   }
   1331.8.21 = {
     give_nickname=nick_the_strong
   }
   1332.4.9={
     add_spouse=467501
   }
   1355.12.20={
     death="1355.12.20"
   }
}

468501 = {
   name="Uros"
   # AKA: Stefan Uros
   dynasty=184
   martial=2
   diplomacy=6
   intrigue=3
   stewardship=5
   religion="orthodox"
   culture="serbian"
   father=468500
   mother=467501
   1336.1.1={
     birth="1336.1.1"
   }
   1367.12.3={
     death="1367.12.3"
   }
}

While some of the names cannot be included because they would break the numbering system (as in we can't have Stefan Uroš II Dragutin), others can be fixed at least slightly by putting a dash between Stefan (which every single one of them had in their name) and their second name:

Code:
218500 = {
   name="Stefan-Nemanja"
   dynasty=184
   martial=7
   diplomacy=8
   intrigue=7
   stewardship=7
   religion="orthodox"
   culture="serbian"
   trait="greedy"
   trait="patient"
   trait="martial_cleric"
   father=218505
   1133.1.1={
     birth="1133.1.1"
   }
   1172.1.1={
     add_spouse=218501
   }
   1199.2.13={
     death="1199.2.13"
   }
}

218507 = {
   name="Stefan"
   dynasty=184
   martial=8
   diplomacy=8
   intrigue=7
   stewardship=4
   religion="orthodox"
   culture="serbian"
   trait="deceitful"
   trait="tough_soldier"
   father=218500
   mother=218501
   1176.1.1={
     birth="1176.1.1"
   }
   1192.1.1={
     add_spouse=215512
   }
   1202.1.1={
     remove_spouse=215512
   }
   1216.1.1={
     add_spouse=32122
   }
   1227.9.24={
     death="1227.9.24"
   }
}

34100 = {
   name="Stefan-Radoslav"
   #Stefan Radoslav
   dynasty=184
   religion="orthodox"
   culture="serbian"
   father=218507
   mother=215512
   1193.1.1={
     birth="1193.1.1"
   }
   1220.1.1={
     add_spouse=34104
   }
   1235.1.1={
     death="1235.1.1"
   }
}

34103 = {
   name="Stefan Vladislav"
   #Stefan Vladislav
   dynasty=184
   religion="orthodox"
   culture="serbian"
   father=218507
   mother=32122
   1219.1.1={
     birth="1219.1.1"
   }
   1236.1.1={
     add_spouse=31162
   }
   1267.11.11={
     death="1267.11.11"
   }
}

34088 = {
   name="Stefan-Uroš"
   #Stefan Uros
   dynasty=184
   religion="orthodox"
   culture="serbian"
   father=218507
   mother=32122
   1220.1.1={
     birth="1220.1.1"
   }
   1250.1.1={
     add_spouse=34116
   }
   1250.1.1 = {
     give_nickname=nick_the_great
   }
   1277.5.1={
     death="1277.5.1"
   }
}

34117 = {
   name="Stefan-Dragutin"
   #AKA Stefan Dragutin
   dynasty=184
   religion="orthodox"
   culture="serbian"
   father=34088
   mother=34116
   1251.1.1={
     birth="1251.1.1"
   }
   1272.1.1={
     add_spouse=98043
   }
   1316.3.12={
     death="1316.3.12"
   }
}

468505 = {
   name="Stefan-Uroš"
   # AKA: Stefan Uroš Milutin
   dynasty=184
   martial=7
   diplomacy=4
   intrigue=8
   stewardship=6
   religion="orthodox"
   culture="serbian"
   trait="zealous"
   trait="cynical"
   trait="skilled_tactician"
   father=34088
   mother=34116
   1253.1.1={
     birth="1253.1.1"
   }
   1278.1.1={
     add_spouse=467531
   }
   1321.10.29={
     death="1321.10.29"
   }
}

34122 = {
   name="Stefan-Konstantin"
   #Stefan Konstantin
   dynasty=184
   religion="orthodox"
   culture="serbian"
   father=468505
   mother=467531
   1283.1.1={
     birth="1283.1.1"
   }
   1322.1.6={
     death="1322.1.6"
   }
}

468510 = {
   name="Stefan-Uroš"
   # AKA: Stefan Uroš III Decanski
   dynasty=184
   martial=4
   diplomacy=6
   intrigue=7
   stewardship=8
   religion="orthodox"
   culture="serbian"
   trait="bastard"
   trait="proud"
   trait="skilled_tactician"
   father=468505
   #mother=unknown
   1276.1.1={
     birth="1276.1.1"
   }
   1300.1.1={
     add_spouse = 467541
   }
   1329.1.2={
     add_spouse = 468503
   }
   1331.11.3={
     death="1331.11.3"
   }
}

468500 = {
   name="Stefan-Uroš"
   # AKA: Stefan Uros Dusan
   dynasty=184
   martial=7
   diplomacy=7
   intrigue=7
   stewardship=8
   religion="orthodox"
   culture="serbian"
   trait="diligent"
   trait="proud"
   trait="strong"
   trait="brilliant_strategist"
   father=468510
   mother=467541
   1308.1.1={
     birth="1308.1.1"
   }
   1331.8.21 = {
     give_nickname=nick_the_strong
   }
   1332.4.9={
     add_spouse=467501
   }
   1355.12.20={
     death="1355.12.20"
   }
}

468501 = {
   name="Stefan-Uroš"
   # AKA: Stefan Uros
   dynasty=184
   martial=2
   diplomacy=6
   intrigue=3
   stewardship=5
   religion="orthodox"
   culture="serbian"
   father=468500
   mother=467501
   1336.1.1={
     birth="1336.1.1"
   }
   1371.12.3={
     death="1371.12.3"
   }
}

There are other characters who could also be improved upon (things added are as comments, since code tags don't allow any font change).

Rastko Nemanjić, the first archbishop of Serbia, became a monk at an early age. At that time he also took the name Sava.
Code:
218508 = {
   name="Rastko"
   dynasty=184
   martial=4
   diplomacy=8
   intrigue=6
   stewardship=8
   religion="orthodox"
   culture="serbian"
   trait="charitable"
   trait="kind"
   trait="martial_cleric"
   father=218500
   mother=218501
   1174.1.2={
     birth="1174.1.2"
   }
   #1191.1.2 = {
   #  add_trait = monk
   #  name = "Sava"
   #}
   1224.1.2={
     death="1224.1.2"
   }
}

A character named Kominia exists within the files, which I assume is supposed to be Komnena Nemanjić.

Code:
34101 = {
   name="Komnena"
   female=yes
   dynasty=184
   religion="orthodox"
   culture="serbian"
   father=218507
   mother=215512
   1196.1.1={
     birth="1196.1.1"
   }
   1246.1.1={
     death="1246.1.1"
   }
}

Efimija, the daughter of Stefan Nemanja, is supposed to be named Jefimija:

Code:
34099 = {
   name="Jefimija"
   female=yes
   dynasty=184
   religion="orthodox"
   culture="serbian"
   father=218500
   mother=218501
   1190.1.1={
     birth="1190.1.1"
   }
   1225.1.1={
     death="1225.1.1"
   }
}
 
Upvote 0