﻿# Mistborn: The Final Empire - Cultures of Scadrial
# Three main cultural groups exist: the ruling nobles, the oppressed skaa, and the Terris people.

noble_scadrian = {
	color = { 0.5 0.3 0.3 }

	ethos = ethos_courtly
	heritage = heritage_scadrial
	language = language_scadrial
	martial_custom = martial_custom_male_only
	head_determination = head_determination_domain

	name_list = name_list_scadrial_noble # TODO: Create custom name lists

	coa_gfx = { western_coa_gfx }
	building_gfx = { western_building_gfx }
	clothing_gfx = { western_clothing_gfx }
	unit_gfx = { western_unit_gfx }

	ethnicities = {
		100 = caucasian
	}

	traditions = {
		tradition_noble_intrigue
		tradition_allomantic_heritage
	}
}

skaa = {
	color = { 0.4 0.35 0.3 }

	ethos = ethos_communal
	heritage = heritage_scadrial
	language = language_scadrial
	martial_custom = martial_custom_male_only
	head_determination = head_determination_domain

	name_list = name_list_scadrial_skaa # TODO: Create custom name lists

	coa_gfx = { western_coa_gfx }
	building_gfx = { western_building_gfx }
	clothing_gfx = { western_clothing_gfx }
	unit_gfx = { western_unit_gfx }

	ethnicities = {
		100 = caucasian
	}

	traditions = {
		tradition_skaa_resilience
	}
}

terris = {
	color = { 0.3 0.5 0.3 }

	ethos = ethos_spiritual
	heritage = heritage_scadrial
	language = language_terris
	martial_custom = martial_custom_male_only # Terris men are made into eunuch stewards
	head_determination = head_determination_domain

	name_list = name_list_terris # TODO: Create custom name lists

	coa_gfx = { western_coa_gfx }
	building_gfx = { western_building_gfx }
	clothing_gfx = { western_clothing_gfx }
	unit_gfx = { western_unit_gfx }

	ethnicities = {
		100 = caucasian
	}

	traditions = {
		tradition_terris_scholarship
	}
}
