Page cover image

🏘️BCS Housing

Create the perfect living space for your character or your players

label="Plants",
list  ={
{
    label = "Desert plant",
    model= "atr_living_s_vase",
    price = 100,
},
{
    label = "Desert plant B",
    model= "atr_living_s_vase_b",
    price = 100,
},
{
    label = "Desert plant C",
    model= "atr_living_s_vase_c",
    price = 100,
        }, 
    }
},

label="decorations",
list  ={
        {
            label = "Desert Wall hanging",
            model = "atr_living_s_wallhanding",
            price = 100,
        }, 
        {
            label = "Desert Wall hanging B",
            model = "atr_living_s_wallhanding_b",
            price = 100,
        }, 
        {
            label = "Desert Wall hanging C",
            model = "atr_living_s_wallhanding_c",
            price = 100,
        }, 

        {
            label = "Desert sculpture",
            model = "atr_living_s_basket",
            price = 100,
        }, 
        {
            label = "Desert sculpture B",
            model = "atr_living_s_basket_b",
            price = 100,
        }, 
        {
            label = "Desert sculpture C",
            model = "atr_living_s_basket_c",
            price = 100,
        }, 
    }
},

label="Storage",
list={
{
    label = "Desert consol",
    model= "atr_living_s_living",
    price = 300,
    slots=10
},
{
    label = "Desert consol B",
    model= "atr_living_s_living_b",
    price = 300,
    slots=10
},
{
    label = "Desert consol C",
    model= "atr_living_s_living_c",
    price = 300,
    slots=10
},
{
    label = "Desert consol D",
    model= "atr_living_s_living_d",
    price = 300,
    slots=10
        },
    }
},

label="table", 
list  ={
     {
        label = "Desert table",
        model= "atr_living_s_living_table",
        price = 300,
    },
    {
        label = "Desert consol",
        model= "atr_living_s_living",
        price = 300,
    },
    {
        label = "Desert consol B",
        model= "atr_living_s_living_b",
        price = 300,
    },
    {
        label = "Desert consol C",
        model= "atr_living_s_living_c",
        price = 300,
    },
    {
        label = "Desert consol D",
        model= "atr_living_s_living_d",
        price = 300,
     },
    }
},

label="chair",
list  ={
    {
        label = "Desert chair V2",
        model = "atr_living_s_chairtwo",
        price = 100,
    },
    {
        label = "Desert chair V2 b",
        model = "atr_living_s_chairtwo_b",
        price = 100,
    },
    {
        label = "Desert chair",
        model = "atr_living_s_chair_b",
        price = 100,
    },
    {
        label = "Desert chair B",
        model = "atr_living_s_chair_c",
        price = 100,
    },
    {
        label = "Desert chair C",
        model = "atr_living_s_chair_d",
        price = 100,
    },
    {
        label = "Desert chair D",
        model = "atr_living_s_chair_e",
        price = 100,
    },
    {
        label = "Desert chair E",
        model = "atr_living_s_chair_f",
        price = 100,
    },
    {
        label = "Desert chair F",
        model = "atr_living_s_chair_g",
        price = 100,
    },
    {
        label = "Desert chair G",
        model = "atr_living_s_chair_h",
        price = 100,
    },
    {
        label = "Desert chair H",
        model = "atr_living_s_chair_i",
        price = 100,
    },
}
},

label="lights",
list  ={
    {
        label = "Desert lamp",
        model="atr_living_s_lamp",
        price = 150,
    },
    }
},

Last updated