Page cover image

🏘️Loaf housing

Create the perfect living space for your character or your players

label="Decorations",
furniture ={
	{
            label = "ART",
            object = "atr_calm_living_art",
            price = 100,
        },
        {
            label = "ART B",
            object = "atr_calm_living_art_b",
            price = 100,
        },
        {
            label = "ART C",
            object = "atr_calm_living_art_c",
            price = 100,
        },
        {
            label = "Elephant sculpture",
            object = "atr_calm_living_elephant",
            price = 100,
        },
        {
            label = "Elephant sculpture B",
            object = "atr_calm_living_elephant_b",
            price = 100,
        },
        {
            label = "Elephant sculpture C",
            object = "atr_calm_living_elephant_c",
            price = 100,
        },
    }
},

label="Tables",
furniture ={
        {
            label = "Calm living table",
            object= "atr_calm_living_table",
            price = 300,
        },
        {
            label = "Calm living table B",
            object= "atr_calm_living_table_b",
            price = 300,
        },
    }
},

label="Sofas",
furniture ={
	    {
                label = "Skrill Calm sofa",
                object = "atr_calm_living_sofa_c",
                price = 100,
            },
    }
},

label="lights",
furniture ={
    {
        label = "Calm living lamp",
        object="atr_calm_living_lamp",
        price = 150,
    },
    {
        label = "Calm living lamp",
        object="atr_calm_living_lamp_b",
        price = 150,
            }, 
    }
},

Last updated