forked from Simnation/Main
45 lines
No EOL
880 B
Lua
45 lines
No EOL
880 B
Lua
cfg = cfg or {}
|
|
cfg.clothing = cfg.clothing or {}
|
|
|
|
|
|
cfg.clothing.settings = {
|
|
enabled = true
|
|
}
|
|
|
|
|
|
cfg.clothing.outfit = {
|
|
{ -- Mens Clothing
|
|
tshirt_1 = 59,
|
|
torso_1 = 146,
|
|
arms = 30,
|
|
pants_1 = 36,
|
|
decals_2 = 0,
|
|
hair_color_2 = 0,
|
|
helmet_2 = 0,
|
|
torso_2 = 1,
|
|
shoes_1 = 12,
|
|
hair_1 = 0,
|
|
skin = 0,
|
|
pants_2 = 0,
|
|
hair_2 = 0,
|
|
decals_1 = 0,
|
|
tshirt_2 = 0,
|
|
helmet_1 = -1
|
|
},
|
|
{ -- Womens Clothing
|
|
tshirt_1 = 36,
|
|
torso_1 = 0,
|
|
arms = 69,
|
|
pants_1 = 30,
|
|
decals_2 = 0,
|
|
helmet_2 = 0,
|
|
torso_2 = 11,
|
|
shoes_1 = 26,
|
|
hair_1 = 5,
|
|
pants_2 = 2,
|
|
hair_2 = 0,
|
|
decals_1 = 0,
|
|
tshirt_2 = 0,
|
|
helmet_1 = -1
|
|
}
|
|
} |