Config.Shells = {
[1] = { -- Tier 1
model = 'ate_habitacion_deluxe',
stash = {
maxweight = 1000000,
slots = 5,
},
imgs = {
{
url = "https://i.postimg.cc/MH2c5NSd/habitacionsin.webp",
label = "Apartamento",
},
}
},
[2] = { -- Tier 2
model = 'ate_habitacion_deluxe_decorada',
stash = {
maxweight = 1000000,
slots = 5,
},
imgs = {
{
url = "https://i.postimg.cc/mrn1zh6x/habitaciondecorada.webp",
label = "Apartamento Decorado",
},
}
}