﻿# 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
}

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

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

# 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 = {
}