• 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.

Voy

Wiki Royalty
50 Badges
Apr 20, 2012
3.454
5.279
  • Crusader Kings II
  • Sengoku
  • Magicka
  • Crusader Kings II: Sword of Islam
  • Imperator: Rome
  • Cities: Skylines - Mass Transit
  • Surviving Mars
  • Crusader Kings II: Jade Dragon
  • Stellaris: Humanoids Species Pack
  • Stellaris: Apocalypse
  • Cities: Skylines - Parklife
  • Crusader Kings II: Holy Fury Pre-order
  • Stellaris: Distant Stars
  • Stellaris: Megacorp
  • Crusader Kings II: Holy Fury
  • Imperator: Rome Deluxe Edition
  • Crusader Kings II: Monks and Mystics
  • Stellaris: Ancient Relics
  • Stellaris: Lithoids
  • Stellaris: Federations
  • Imperator: Rome - Magna Graecia
  • Crusader Kings III
  • Crusader Kings III: Royal Edition
  • Stellaris: Necroids
  • Stellaris: Nemesis
  • Victoria 3 Sign Up
  • Cities: Skylines - After Dark
  • Crusader Kings II: Charlemagne
  • 500k Club
  • Crusader Kings II: Way of Life
  • Crusader Kings II: Horse Lords
  • Stellaris - Path to Destruction bundle
  • Crusader Kings II: Conclave
  • Cities: Skylines - Snowfall
  • Crusader Kings II: Reapers Due
  • Tyranny: Archon Edition
  • Major Wiki Contributor
  • Stellaris: Digital Anniversary Edition
  • Stellaris: Leviathans Story Pack
  • Cities: Skylines - Natural Disasters
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sons of Abraham
  • Tyranny - Tales from the Tiers
  • Stellaris: Synthetic Dawn
  • Stellaris
  • Cities: Skylines
  • Crusader Kings II: Sunset Invasion
I have a dream, that at least every playable emperor-tier character have as much historical correctness in them as possible. The Batatzes dynasty features three emperors and here is some issues that could easily be addressed quick and efficient. Based on patch 2.2 and the beta 2.2.0.1.

Code:
125741 = {
	name="Ioannes"
	dynasty=101074
	religion="orthodox"
	culture="greek"
	father=215001
	mother=215527
	1192.1.1={
		birth="1192.1.1"
	}
	1212.1.1={
		add_spouse=125737
	}
	[COLOR="#FFFF00"]1244.1.1={
		add_spouse=30764 #Constanza von Hohenstaufen
	}[/COLOR]
	1254.11.3={
		death="1254.11.3"
	}
}

125742 = {
	name="Theodoros"
	dynasty=101074
	religion="orthodox"
	culture="greek"
[COLOR="#FFFF00"]	trait="scholarly_theologian"[/COLOR]
	father=125741
	mother=125737
	1222.1.1={
		birth="1222.1.1"
	}
[COLOR="#FFFF00"]	1235.1.1={
		add_spouse=31163
	}[/COLOR]
	1258.8.18={
		death="1258.8.18"
	}
}

125743 = {
	name="Ioannes"
	dynasty=101074
	religion="orthodox"
	culture="greek"
	father=125742
[COLOR="#FFFF00"]	mother=31163[/COLOR]
	1250.12.25={
		birth="1250.12.25"
	}
	1261.7.25={
		trait="blinded"
	}
	1305.1.1={
		death="1305.1.1"
	}
}

125744 = {
	name="Eirene"
	female=yes
	dynasty=101074
	religion="orthodox"
	culture="greek"
	father=125742
[COLOR="#FFFF00"]	mother=31163[/COLOR]
	1240.1.1={
		birth="1240.1.1"
	}
	1270.1.1={
		death="1270.1.1"
	}
}

125745 = {
	name="Maria"
	female=yes
	dynasty=101074
	religion="orthodox"
	culture="greek"
	father=125742
[COLOR="#FFFF00"]	mother=31163[/COLOR]
	1241.1.1={
		birth="1241.1.1"
	}
	1258.1.1={
		death="1258.1.1"
	}
}

200121={
	name="Eudokia"
	female=yes
	dynasty=101074

	father=125742
[COLOR="#FFFF00"]	mother=31163[/COLOR]

	religion=orthodox
	culture=greek

	1254.1.1={
		birth=yes
	}
	1273.1.1={
		religion=catholic
	}
	1318.1.1={
		death=yes
	}
}

The motivation here is that the first of the emperor Ioannes III had a second marriage with Constanza von Hohenstaufen. No children came out of that marriage, but she was the empress til Ioannes III died so quite significant.

Theodoros married Elena, a daughter of the Bulgarian Ivan II Asen. She was the mother to his children: Ioannes IV, Eirene, Maria and, the latest inclusion to the game through 2.2, Eudokia. I would also argue that Theodoros should have the Scholarly Theologian education trait since he "received a scholarly education by Nicephorus Blemmydes and remained devoted to science and art throughout his life".

http://fmg.ac/Projects/MedLands/NIKAIA.htm#IoannesIIINikaiadied1254B - Ioannes III
http://en.wikipedia.org/wiki/John_III_Doukas_Vatatzes
http://en.wikipedia.org/wiki/Anna_of_Hohenstaufen - Constanza

http://fmg.ac/Projects/MedLands/NIKAIA.htm#TheodorosIINikaiadied1258 - Theodoros + family
http://fmg.ac/Projects/MedLands/BULGARIA.htm#ElenaDiedbefore1254 - Elena of Bulgaria
http://en.wikipedia.org/wiki/Theodore_II_Laskaris - Theodores
 
Upvote 0