Module:Item/Type

From Growtopia
Revision as of 17:27, 5 March 2019 by >NekoPillow (Replaced content with "local p = { -- ClothingType | NAME ["clothingType"] = { [0] = {"Hat"}, [1] = {"Shirt"}, [2] = {"Pants"}, [3] = {"Feet"}, [4...")
Jump to navigationJump to search

Documentation for this module may be created at Module:Item/Type/doc

local p = {
    -- ClothingType | NAME
    ["clothingType"] = {
        [0] = {"Hat"},
        [1] = {"Shirt"},
        [2] = {"Pants"},
        [3] = {"Feet"},
        [4] = {"Face"},
        [5] = {"Hand"},
        [6] = {"Back"},
        [7] = {"Hair"},
        [8] = {"Chest"},
    },
}
return p