Config.Shells = {
[1] = { -- Tier 1
model = 'ate_oficinacrema',
stash = {
maxweight = 1000000,
slots = 5,
},
imgs = {
{
url = "https://i.postimg.cc/dtKhGZXm/image7.png",
label = "Oficina Crema",
},
}
},
[2] = { -- Tier 2
model = 'ate_oficinadecorada',
stash = {
maxweight = 1000000,
slots = 5,
},
imgs = {
{
url = "https://i.postimg.cc/W15tRW4X/image4.png",
label = "Oficina Decorado",
},
}
},
[3] = { -- Tier 3
model = 'ate_oficinasindecorada',
stash = {
maxweight = 1000000,
slots = 5,
},
imgs = {
{
url = "https://i.postimg.cc/hvRt8NCP/image6.png",
label = "Oficina sin Decorado",
},
}
}