freeslot("SKINCOLOR_THECOOLERFLAME", "SKINCOLOR_SKIN", "SKINCOLOR_SEAWEED", "SKINCOLOR_ACIDIC", "SKINCOLOR_SONIC2010", "SKINCOLOR_BSOD", "SKINCOLOR_RINGS", "SKINCOLOR_EYES", "SKINCOLOR_VOLCANOWALLS", "SKINCOLOR_BRAK")

skincolors[SKINCOLOR_THECOOLERFLAME] = {
	name = "The Cooler Flame", //its cooler because its better
	ramp = {49, 50, 52, 54, 34, 34, 34, 36, 37, 41, 42, 43, 44, 45, 199, 199},
	invcolor = SKINCOLOR_VAPOR,
	invshade = 8,
	chatcolor = V_REDMAP,
	accessible = true
}

skincolors[SKINCOLOR_SKIN] = {
	name = "Skin", //...but what if they didnt have fur?
	ramp = {49, 49, 49, 218, 218, 220, 220, 220, 223, 223, 227, 227, 227, 228, 231, 231},
	invcolor = SKINCOLOR_BRONZE,
	invshade = 8,
	chatcolor = V_ORANGEMAP,
	accessible = true
}

skincolors[SKINCOLOR_SEAWEED] = {
	name = "Seaweed",
	ramp = {96, 98, 99, 100, 102, 103, 126, 126, 143, 137, 137, 137, 156, 156, 156, 156},
	invcolor = SKINCOLOR_RED,
	invshade = 6,
	chatcolor = V_GREENMAP,
	accessible = true
}

skincolors[SKINCOLOR_ACIDIC] = {
	name = "Acidic",
	ramp = {96, 97, 98, 99, 100, 102, 126, 126, 126, 103, 102, 114, 113, 113, 112, 112},
	invcolor = SKINCOLOR_SALMON,
	invshade = 9,
	chatcolor = V_REDMAP,
	accessible = true
}

skincolors[SKINCOLOR_SONIC2010] = {
	name = "Sonic 4 I", // if you see this comment i hate sonic 4
	ramp = {150, 150, 150, 150, 148, 148, 148, 148, 148, 148, 137, 157, 157, 157, 157, 157},
	invcolor = SKINCOLOR_SANDY,
	invshade = 4,
	chatcolor = V_AQUAMAP,
	accessible = true
}

skincolors[SKINCOLOR_BSOD] = {
	name = "Blue Screen", //fun fact: i have experienced over 50 bluescreens
	//as of v2 i have gotten 77
	ramp = {135, 135, 135, 135, 135, 135, 135, 135, 135, 135, 135, 135, 135, 135, 135, 135},
	invcolor = SKINCOLOR_SKY,
	invshade = 11,
	chatcolor = V_SKYMAP,
	accessible = true
}

skincolors[SKINCOLOR_RINGS] = {
	name = "Rings",
	ramp = {1, 80, 80, 81, 82, 83, 72, 72, 64, 64, 65, 66, 67, 68, 69, 70},
	invcolor = SKINCOLOR_CORNFLOWER,
	invshade = 8,
	chatcolor = V_YELLOWMAP,
	accessible = true
}

skincolors[SKINCOLOR_EYES] = {
	name = "My Eyes",
	ramp = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0},
	invcolor = SKINCOLOR_BLACK,
	invshade = 16,
	chatcolor = V_INVERTMAP,
	accessible = true
}

skincolors[SKINCOLOR_VOLCANOWALLS] = {
	name = "Volcano Walls", //originally named volcanic until 2.2.12 stole it >:(
	//was also gonna be called Volcanic Rock for v2
	ramp = {221, 221, 221, 33, 33, 33, 33, 33, 214, 230, 247, 248, 21, 21, 21, 21},
	invcolor = SKINCOLOR_WAVE,
	invshade = 8,
	chatcolor = V_REDMAP,
	accessible = true
}

skincolors[SKINCOLOR_BRAK] = {
	name = "Brak", //yeah
	ramp = {10, 10, 10, 35, 35, 39, 237, 27, 26, 175, 174, 174, 173, 173, 172, 172},
	invcolor = SKINCOLOR_YELLOW,
	invshade = 4,
	chatcolor = V_GRAYMAP,
	accessible = true
}