Thez's tomb + Zanzibar Sultan

This commit is contained in:
McMeme1 2026-02-06 19:30:36 +01:00
parent f0d0f53b11
commit 8a802793f8
3 changed files with 42 additions and 4 deletions

View file

@ -205,3 +205,36 @@ king_female_sardinian = { # Judex
priority = 106
governments = { administrative_government }
}
#for british and non-muslim
male_not_muslim_sultan = { # Sultan
type = character
gender = male
special = holder
priority = 60
governments = { tribal_government clan_government feudal_government administrative_government }
titles = { d_solent }
flavourization_rules = {
top_liege = no
}
}
female_not_muslim_sultan = { # Sultana
type = character
gender = female
special = holder
priority = 60
governments = { tribal_government clan_government feudal_government administrative_government }
titles = { d_solent }
flavourization_rules = {
top_liege = no
}
}
title_not_muslim_sultanate = { # Sultanate
type = title
titles = { d_solent }
priority = 60
flavourization_rules = {
top_liege = no
}
}