Page cover image

🏘️Loaf housing

Create the perfect living space for your character or your players

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

label="Decorations",
furniture  ={
        {
            label = "Desert Wall hanging",
            object = "atr_living_s_wallhanding",
            price = 100,
        }, 
        {
            label = "Desert Wall hanging B",
            object = "atr_living_s_wallhanding_b",
            price = 100,
        }, 
        {
            label = "Desert Wall hanging C",
            object = "atr_living_s_wallhanding_c",
            price = 100,
        }, 

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


label="Tables", 
furniture  ={
    {
        label = "Desert table",
        object= "atr_living_s_living_table",
        price = 300,
    },
    {
        label = "Desert consol",
        object= "atr_living_s_living",
        price = 300,
    },
    {
        label = "Desert consol B",
        object= "atr_living_s_living_b",
        price = 300,
    },
    {
        label = "Desert consol C",
        object= "atr_living_s_living_c",
        price = 300,
    },
    {
        label = "Desert consol D",
        object= "atr_living_s_living_d",
        price = 300,
            },
        }
    },

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

label="lights",
furniture  ={
    {
        label = "Desert lamp",
        object="atr_living_s_lamp",
        price = 150,
    },
    }
},

Last updated