Page cover

🥙Quasar Housing

Create the perfect living space for your character or your players

['koreanfood'] = {
    label = 'Korean Food',
    img = Config.ImagePath .. 'decorate/categories/rooms/kitchen/kfood_bibimbap.png',
    navigation = 2,
    dynamic = true,
    dynamicIcon = './assets/img/decorate/categories/rooms/kitchen/kfood_bibimbap.png',
    css = {
        width = 4.5,
        top = 7.7,
        left = 2.5,
    },
    items = {
        [1] = {
            ['img'] = Config.ImagePath .. 'decorate/categories/rooms/kitchen/items/koreanfood/kfood_bibimbap.png',
            ['object'] = 'kfood_bibimbap',
            ['price'] = 50,
            ['label'] = 'Bibimbap',
            ['description'] = 'A traditional Korean rice bowl topped with vegetables, meat, and a fried egg.',
            ['colorlabel'] = 'Classic',
            ['colors'] = {
                {
                    label = "Bibimbap",
                    object = "kfood_bibimbap",
                    price = 50,
                },
                {
                    label = "Bibimbap B",
                    object = "kfood_bibimbap_b",
                    price = 50,
                },
            },
        },
        [2] = {
            ['img'] = Config.ImagePath .. 'decorate/categories/rooms/kitchen/items/koreanfood/kfood_sushi.png',
            ['object'] = 'kfood_sushi',
            ['price'] = 75,
            ['label'] = 'Sushi',
            ['description'] = 'Fresh and delicious sushi platter with assorted rolls.',
            ['colorlabel'] = 'Classic',
            ['colors'] = {
                {
                    label = "Sushi",
                    object = "kfood_sushi",
                    price = 75,
                },
                {
                    label = "Sushi B",
                    object = "kfood_sushi_b",
                    price = 75,
                },
                {
                    label = "Sushi C",
                    object = "kfood_sushi_c",
                    price = 75,
                },
            },
        },
        [3] = {
            ['img'] = Config.ImagePath .. 'decorate/categories/rooms/kitchen/items/koreanfood/kfood_tteokbokki.png',
            ['object'] = 'kfood_tteokbokki',
            ['price'] = 60,
            ['label'] = 'Tteokbokki',
            ['description'] = 'Spicy Korean rice cakes in a sweet and savory gochujang sauce.',
            ['colorlabel'] = 'Classic',
            ['colors'] = {
                {
                    label = "Tteokbokki",
                    object = "kfood_tteokbokki",
                    price = 60,
                },
                {
                    label = "Tteokbokki B",
                    object = "kfood_tteokbokki_b",
                    price = 60,
                },
            },
        },
    },
},

Last updated