Page cover image

👩‍🍼Loaf housing

Create the perfect living space for your character or your players

label = "Beds",
furniture = {
    {
        label = "Baby Bed",
        object = "atr_baby_bed",
        price = 450,
    },
}
},

label = "Decorations",
furniture = {
{
    label = "Monkey",
    object = "atr_baby_monkey",
    price = 100,
},
{
    label = "Rainbow Pillow",
    object = "atr_baby_rainbow_pillow",
    price = 100,
},
{
    label = "Toy trolley",
    object = "atr_baby_toy_trolley",
    price = 100,
},
}
},

label = "Chairs",
furniture = {
{
    label = "Toddler armchair",
    object = "atr_baby_toddler_armchair",
    price = 100,
},
}
},

label = "bathroom",
furniture = {
            {
                label = "Baby - Towel",
                object = "atr_baby_towel",
                price = 150,
            },
        }
},

Last updated