• 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 adding wikipedia links to Maghreb characters I noticed some errors. I did not bother to fix any dates even though some, espeically the early Hafsid ones, looked suspicious. I also noticed some possibilities to add marriage alliances between muslim rulers, though then one would need to do more research to get the dates right.

an-Nasir ibn Alennas ibn Hammad has his father Alennas as his mother and his father is also marked as female. Google indicates strongly that Alennas is a male berber name[1][2][3], and "ibn" means "son of". I have no idea if the other facts like about Alennas are correct or not.

Code:
20937 = {
    name="'Alennas"
    # AKA: Alennas
    dynasty=575 #nam Hammad
    martial=4
    diplomacy=4
    intrigue=4
    stewardship=6
    religion="sunni"
    culture="maghreb_arabic"
    father=20936
    1000.1.1 = {
        birth="1000.1.1"
    }
    1062.1.1 = {
        death="1062.1.1"
    }
}

20834 = {
    name="an-Nasir" #Alger 1062-1088
    # AKA: al
    dynasty=575
    martial=5
    diplomacy=5
    intrigue=5
    stewardship=6
    religion="sunni"
    culture="maghreb_arabic"
    add_trait="diligent"
    add_trait="wroth"
    add_trait="scholarly_theologian"
    [COLOR=orange]father[/COLOR]=20937
    1042.1.1={
        birth="1042.1.1"
    }
    1078.1.1={
        add_spouse=155090
    }
    1088.1.1={
        death="1088.1.1"
    }
}

The Hammadid Yahya who is in CK as Yahya ibn al-Mansur should be the son of Abd al-Aziz. There are plenty of mentions of "Yahya ibn Abd al-Aziz" at Google Books and none of "Yahya ibn al-Mansur".

Code:
32956 = {
    name="Yahya" #Alger 1121-1152
    dynasty=575
    religion="sunni"
    culture="maghreb_arabic"
    father=[COLOR=orange]32955[/COLOR]
    1110.1.1 = {
        birth="1110.1.1"
    }
    1163.1.1 = {
        death="1163.1.1"
    }
}

Abu Al-Hasan Ali's father should not be Ya'qub who is his grandfather. Britannica agrees with Wikipedia that the real father should be Abu Sa'id Uthman.

Code:
33004 = {
    name="al-Hasan" #1331-1351
    dynasty=101732
    religion="sunni"
    culture="maghreb_arabic"
    father=[COLOR=orange]33002[/COLOR]
    1297.1.1={
        birth="1297.1.1"
    }
    1331.8.1={
        add_claim = d_tlemcen
    }
    1351.5.24={
        death="1351.5.24"
    }
}

Almohad Caliph Idris II is in the DB lsited as having Umar as father while Wikipedia says they were cousins. Since Idris's father was called Muhammed I think I agree with that interpretation. So the next thing to do would be to investigate who this Muhammed was and how he was related to Idris's and Umar's common grandfather/great grandfather al-Mu'min. For now I have removed the incorrect father.

Code:
32990 = {
    name="Idris" #1266-1269
    dynasty=101875
    religion="sunni"
    culture="maghreb_arabic"
    1240.1.1 = {
        birth="1240.1.1"
    }
    1269.1.1 = {
        death="1269.1.1"
    }
}
 
Upvote 0