# Skin tones are 0 (light), 1 (tan), 2 (dark) and 3 (black)

drakkengfx = {
	skin_tone = 0
}

highelvengfx = {
	skin_tone = 1
}
darkelvengfx = {
	skin_tone = 1
}
forestelvengfx = {
	skin_tone = 0
}

orkgfx = {
	skin_tone = 2
}

ghoulgfx = {
	skin_tone = 0
}
mummygfx = {
	skin_tone = 2
}
draugrgfx = {
	skin_tone = 0
}

etherealgfx = {
	skin_tone = 0
}
etherealelvengfx = {
	skin_tone = 1
}
etherealdrakkengfx = {
	skin_tone = 0
}