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

#Religios Heads
character = {
	gender = male
	religion = catholic
	culture = italian
	
	title = c_roma
	title = k_papal_state
}
character = {
	gender = male
	religion = orthodox
	culture = greek
				   	
	title = c_byzantion
	title = k_orthodox
}

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