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

Jeltz

Major
50 Badges
Oct 21, 2012
728
1
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Reapers Due
  • Europa Universalis IV: Mare Nostrum
  • Europa Universalis IV: Pre-order
  • Crusader Kings II
  • Europa Universalis IV: Res Publica
  • Knights of Pen and Paper +1 Edition
  • Europa Universalis IV: Call to arms event
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV
  • Crusader Kings II: Sword of Islam
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: The Republic
  • Crusader Kings II: Rajas of India
  • Europa Universalis IV: Art of War
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Legacy of Rome
  • Europa Universalis IV: Mandate of Heaven
  • Europa Universalis IV: Third Rome
  • Stellaris: Synthetic Dawn
  • Tyranny - Tales from the Tiers
  • Europa Universalis IV: Cradle of Civilization
  • Crusader Kings II: Jade Dragon
  • Stellaris: Lithoids
  • Stellaris: Humanoids Species Pack
  • Stellaris: Apocalypse
  • Europa Universalis IV: Rule Britannia
  • Stellaris: Distant Stars
  • Shadowrun Returns
  • Shadowrun: Dragonfall
  • Shadowrun: Hong Kong
  • Stellaris: Megacorp
  • Stellaris: Ancient Relics
  • Stellaris - Path to Destruction bundle
  • Crusader Kings II: Monks and Mystics
  • Stellaris: Leviathans Story Pack
  • Stellaris: Digital Anniversary Edition
  • Tyranny: Archon Edition
  • Europa Universalis IV: Rights of Man
  • Stellaris: Galaxy Edition
  • Stellaris: Galaxy Edition
  • Stellaris
  • Crusader Kings II: Conclave
  • Europa Universalis IV: Cossacks
  • Crusader Kings II: Horse Lords
  • Europa Universalis IV: Common Sense
  • Crusader Kings II: Way of Life
  • Europa Universalis IV: El Dorado
  • 500k Club
When starting as Tamim ibn al-Muizz of the Zirid dynasty I noticed that all my ancestors were Sunni. This is incorrect since the cause of the hardships of the Zirid dynasty was al-Muizz denouncing Shia and breaking with the Fatimids. Not sure exactly when the dynasty first started to be Shiite, but everyone since either Manad or Ziri should be shiites (I mark them both as Shiites but do however you like with Manad). Note that Hammad of the Hammadid cadet branch of the Zirids also converted to Sunni so his religion is correct.

Links to Wikipedia (I know it is not the best source but at least the conversion from Shia to Sunni seems non-controversial):

* http://en.wikipedia.org/wiki/Al-Muizz_ibn_Badis (the ruler who converted the Zirids from Shia to Sunni)
* http://en.wikipedia.org/wiki/Hammad_ibn_Buluggin (The first Hammadid, who also converted to Sunni)

Another question: Are you interested in adding more Wikipedia links to characters? If so I note that most or all Zirirds lack Wikipedia links though all but Manad seem to have articles. I could compose a CSV with those links if Paradox is interested in such.

Code:
20930 = {
	name="Manad"
	dynasty=595 
	martial=4
	diplomacy=4
	intrigue=5
	stewardship=6
	[COLOR=orange]religion="shiite"[/COLOR]
	culture="maghreb_arabic"
	870.1.1 = {
		birth="870.1.1"
	}
	920.1.1 = {
		death="920.1.1"
	}
}

20931 = {
	name="Ziri" #Tunis 920 - 973
	dynasty=595 #banu Ziri
	martial=4
	diplomacy=4
	intrigue=4
	stewardship=6
	[COLOR=orange]religion="shiite"[/COLOR]
	culture="maghreb_arabic"
	add_trait="skilled_tactician"
	father=20930
	910.1.1 = {
		birth="910.1.1"
	}
	973.1.1 = {
		death="973.1.1"
	}
}

20932 = {
	name="Buluggin" #Tunis 973-984
	dynasty=595
	martial=4
	diplomacy=4
	intrigue=4
	stewardship=6
	[COLOR=orange]religion="shiite"[/COLOR]
	culture="maghreb_arabic"
	add_trait="fortune_builder"
	father=20931
	931.1.1 = {
		birth="931.1.1"
	}
	984.1.1 = {
		death="984.1.1"
	}
}

20933 = {
	name="al-Mansur" #Tunis 984 - 995
	# AKA: Abu
	dynasty=595
	martial=5
	diplomacy=5
	intrigue=4
	stewardship=6
	[COLOR=orange]religion="shiite"[/COLOR]
	culture="maghreb_arabic"
	add_trait="tough_soldier"
	father=20932
	948.1.1 = {
		birth="948.1.1"
	}
	995.1.1 = {
		death="995.1.1"
	}
}

20934 = {
	name="Badis" #Tunis 995 - 1015
	dynasty=595
	martial=4
	diplomacy=5
	intrigue=9
	stewardship=6
	[COLOR=orange]religion="shiite"[/COLOR]
	culture="maghreb_arabic"
	father=20933
	965.1.1 = {
		birth="965.1.1"
	}
	1015.1.1 = {
		death="1015.1.1"
	}
}

EDIT: Accidentally changed al-Muizz to Shiite. :) Fixed now.
 
Upvote 0