Page cover image

🏘️Loaf housing

Create the perfect living space for your character or your players

label="Decorations",
furniture  ={
        {
            label = "Dining vase",
            object = "atr_dinning_set_vase",
            price = 100,
        }, 
        {
            label = "Dining sculpture",
            object = "atr_dinning_set_sculpture",
            price = 100,
        }, 
        {
            label = "Dining sculpture B",
            object = "atr_dinning_set_sculpture_b",
            price = 100,
        }, 
        {
            label = "Dining sculpture C",
            object = "atr_dinning_set_sculpture_c",
            price = 100,
        }, 
        {
            label = "Dining sculpture D",
            object = "atr_dinning_set_sculpture_d",
            price = 100,
        }, 
    }
},

label="Tables",
furniture  ={
        {
            label = "Corner table",
            object= "atr_dinning_cornertable",
            price = 300,
            slots=10
        },
        {
            label = "Corner table B",
            object= "atr_dinning_cornertable_b",
            price = 300,
            slots=10
        },
        {
            label = "Corner table C",
            object= "atr_dinning_cornertable_c",
            price = 300,
            slots=10
        },
        {
            label = "Dining table",
            object= "atr_dinning_table",
            price = 300,
        },
    }
},

label="chair",
furniture  ={
    {
        label = "Dining chair",
        object = "atr_dinning_chair",
        price = 100,
    },
}
},

label="Sofas",
furniture  ={
            {
                label = "Dining sofa",
                object = "atr_dinning_set_sofa",
                price = 150,
            },
            {
                label = "Dining sofa B",
                object = "atr_dinning_set_sofa_b",
                price = 150,
            },
            {
                label = "Dining sofa C",
                object = "atr_dinning_set_sofa_c",
                price = 150,
            },
            {
                label = "Dining sofa D",
                object = "atr_dinning_set_sofa_d",
                price = 150,
            },
    }
},

label="Food & drinks",
furniture  ={
    {
        label = "Bowl peach",
        object= "atr_dinning_set_peach",
        price = 100,
    },
    {
        label = "Bowl peach B",
        object= "atr_dinning_set_peach_b",
        price = 100,
    },
    {
        label = "Bowl peach B",
        object= "atr_dinning_set_peach_c",
        price = 100,
    },
    {
        label = "Bowl apple",
        object= "atr_dinning_bowl_apple",
        price = 100,
    },
    }
},

Last updated