﻿# List of titles to ignore during history creation.
ignored_titles = {
	k_papal_state
	c_roma
	c_orbetello
	c_orvieto
	k_orthodox
	e_sunni
	e_shiite
}

# Misc Options
misc = {
	liege_culture_chance = 60		# The chance that a generated vassal will
									# the same culture as his liege.
	liege_religion_chance = 60		# Same, but for religion.
									# Both are between 0 and 100.

	female_ruler_chance = 30		# Chance out of 100 that a generated ruler
									# be female.
}

# Specific characters to be created.
# Must specify gender, religion, and culture.
# Any number of titles can be assigned.

#character = {
#	gender = male
#	religion = catholic
#	culture = italian
#	
#	title = c_roma
#	title = k_papal_state
#}




# List of succession laws, with restrictions.
# Supported tags are:
#	banned_religion_group, allowed_religion_group
#	banned_religion, allowed_religion
#	banned_culture_group, allowed_culture_group
#	banned_culture, allowed_culture
succession_laws = {
	succ_gavelkind = {
		banned_religion_group = muslim
	}
	succ_seniority = {
		banned_religion_group = muslim
		banned_religion_group = pagan_group
	}
	succ_primogeniture = {
		banned_religion_group = muslim
		banned_religion_group = pagan_group
	}
	succ_feudal_elective = {
		banned_religion_group = muslim
		banned_religion_group = pagan_group
	}
	succ_tanistry = {
		banned_religion_group = muslim
		allowed_culture_group = celtic
	}
	succ_ultimogeniture = {
		banned_religion_group = muslim
	}
	succ_turkish_succession = {
		allowed_religion_group = muslim
	}
}

# List of gender laws, with restrictions.
# Supported tags same as succession.
gender_laws = {
	cognatic_succession = {
		banned_religion_group = muslim
		banned_religion = tengri_pagan_reformed
		banned_religion = tengri_pagan
	}
	agnatic_succession = {
		
	}
	true_cognatic_succession = {
		banned_religion_group = muslim
		banned_religion = tengri_pagan_reformed
		banned_religion = tengri_pagan
	}
}

# Levy and taxation weights.
# These are in order.
levy_tax_weight = {
	17 35 11 2
}

# List of religion groups to use Muslim laws.
muslim_laws = {
	muslim
	arabic
	altaic
	iranian
}


# List of cultures or culture groups that can only have male characters generated.
male_culture = {
	arabic
	iranian
}

# List of cultures or culture groups that can only have female characters generated.
female_culture = {
}

# List of religions or religion groups that can only have male characters generated.
male_religion = {
	muslim
}

# List of religions or religion groups that can only have female characters generated.
female_religion = {
}