freeslot(
"SKINCOLOR_SUPER_TOPAZ1",
"SKINCOLOR_SUPER_TOPAZ2",
"SKINCOLOR_SUPER_TOPAZ3",
"SKINCOLOR_SUPER_TOPAZ4",
"SKINCOLOR_SUPER_TOPAZ5",
"SKINCOLOR_SUPER_HYPER_1",
"SKINCOLOR_SUPER_HYPER_2",
"SKINCOLOR_SUPER_HYPER_3",
"SKINCOLOR_SUPER_HYPER_4",
"SKINCOLOR_SUPER_HYPER_5",
"SKINCOLOR_POWDER"
)

//Powder
skincolors[SKINCOLOR_POWDER] = {
    name = "Powder",
    ramp = {0,1,144,144,145,145,146,146,146,147,147,148,149,149,150,151},
    invcolor = SKINCOLOR_TAN,
    invshade = 6,
    chatcolor = V_AZUREMAP,
    accessible = true
}

//Topaz
skincolors[SKINCOLOR_SUPER_TOPAZ1] = {
    name = "Super Topaz 1",
    ramp = {0,0,0,0,0,80,81,82,72,72,73,73,74,75,76,67},
    invcolor = SKINCOLOR_ORANGE,
    invshade = 9,
    chatcolor = V_BLUEMAP,
    accessible = false
}
skincolors[SKINCOLOR_SUPER_TOPAZ2] = {
    name = "Super Topaz 2",
    ramp = {0,0,0,0,80,81,82,72,73,73,74,74,75,76,67,68},
    invcolor = SKINCOLOR_ORANGE,
    invshade = 9,
    chatcolor = V_BLUEMAP,
    accessible = false
}
skincolors[SKINCOLOR_SUPER_TOPAZ3] = {
    name = "Super Topaz 3",
    ramp = {0,0,0,80,81,82,72,73,74,74,75,76,67,68,69,69},
    invcolor = SKINCOLOR_ORANGE,
    invshade = 9,
    chatcolor = V_BLUEMAP,
    accessible = false
}
skincolors[SKINCOLOR_SUPER_TOPAZ4] = {
    name = "Super Topaz 4",
    ramp = {0,0,80,81,82,72,73,74,74,75,76,67,68,69,70,70},
    invcolor = SKINCOLOR_ORANGE,
    invshade = 9,
    chatcolor = V_BLUEMAP,
    accessible = false
}
skincolors[SKINCOLOR_SUPER_TOPAZ5] = {
    name = "Super Topaz 5",
    ramp = {0,80,81,82,72,73,74,74,75,76,67,68,69,70,70,46},
    invcolor = SKINCOLOR_ORANGE,
    invshade = 9,
    chatcolor = V_BLUEMAP,
    accessible = false
}

//Hyper Supercolor by Frostiikin, used for Hyper afterimages
skincolors[SKINCOLOR_SUPER_HYPER_1] = {
    name = "Super Hyper 1",
    ramp = {0,1,144,144,144,160,160,160,161,161,161,162,162,162,163,163},
    invcolor = SKINCOLOR_ORANGE,
    invshade = 9,
    chatcolor = V_BLUEMAP,
    accessible = false
}
skincolors[SKINCOLOR_SUPER_HYPER_2] = {
    name = "Super Hyper 2",
    ramp = {0,1,252,252,200,200,200,209,201,201,201,202,202,202,202,203},
    invcolor = SKINCOLOR_ORANGE,
    invshade = 9,
    chatcolor = V_BLUEMAP,
    accessible = false
}
skincolors[SKINCOLOR_SUPER_HYPER_3] = {
    name = "Super Hyper 3",
    ramp = {0,1,1,208,208,48,48,216,49,49,49,50,50,50,51,51},
    invcolor = SKINCOLOR_ORANGE,
    invshade = 9,
    chatcolor = V_BLUEMAP,
    accessible = false
}
skincolors[SKINCOLOR_SUPER_HYPER_4] = {
    name = "Super Hyper 4",
    ramp = {0,1,1,80,80,88,88,88,88,89,89,89,89,96,96,96},
    invcolor = SKINCOLOR_ORANGE,
    invshade = 9,
    chatcolor = V_BLUEMAP,
    accessible = false
}
skincolors[SKINCOLOR_SUPER_HYPER_5] = {
    name = "Super Hyper 5",
    ramp = {0,1,1,128,128,128,120,120,129,129,129,130,130,130,121,121},
    invcolor = SKINCOLOR_ORANGE,
    invshade = 9,
    chatcolor = V_BLUEMAP,
    accessible = false
}