Page cover image

🏘️Loaf housing

Create the perfect living space for your character or your players

label="Decorations",
furniture  ={
        {
            label = "Cosy living vase",
            object = "atr_cosy_living_vase",
            price = 100,
        }, 
        {
            label = "Cosy living vase black",
            object = "atr_cosy_living_vase_black",
            price = 100,
        }, 
        {
            label = "Cosy living vase pink",
            object = "atr_cosy_living_vase_pink",
            price = 100,
        }, 
        {
            label = "Cosy living vase white",
            object = "atr_cosy_living_vase_white",
            price = 100,
        }, 
        {
            label = "Wooden sculpture",
            object = "atr_cosy_living_deco",
            price = 100,
        }, 
        {
            label = "Wooden sculpture B",
            object = "atr_cosy_living_deco_b",
            price = 100,
        },
    }
},

label="Tables",
furniture  ={
        {
            label = "Cosy living table",
            object= "atr_cosy_living_table",
            price = 300,
        },
        {
            label = "Cosy living table black",
            object= "atr_cosy_living_table_black",
            price = 300,
        },
        {
            label = "Cosy living table blue",
            object= "atr_cosy_living_table_blue",
            price = 300,
        },
        {
            label = "Cosy living table brown",
            object= "atr_cosy_living_table_brown",
            price = 300,
        },
        {
            label = "Cosy living table pink",
            object= "atr_cosy_living_table_pink",
            price = 300,
        },
        {
            label = "Cosy living table yellow",
            object= "atr_cosy_living_table_yellow",
            price = 300,
        },
    }
},

label="Sofas",
furniture  ={
            {
                label = "Sofa Cosy Black",
                object = "atr_cosy_living_sofa_black",
                price = 150,
            },
            {
                label = "Sofa Cosy Blue",
                object = "atr_cosy_living_sofa_blue",
                price = 150,
            },
            {
                label = "Sofa Cosy Brown",
                object = "atr_cosy_living_sofa_brown",
                price = 150,
            },
            {
                label = "Sofa Cosy Green",
                object = "atr_cosy_living_sofa_green",
                price = 150,
            },
            {
                label = "Sofa Cosy",
                object = "atr_cosy_living_sofa_red",
                price = 150,
            },
            {
                label = "Sofa Cosy White",
                object = "atr_cosy_living_sofa_white",
                price = 150,
            },
            {
                label = "Sofa Cosy Yellow",
                object = "atr_cosy_living_sofa_yellow",
                price = 150,
            },
    }
},

Last updated