搜索
开启左侧

[有效回答] 翻译成中文,保留原始代码格式

[复制链接]
wx363880556 发表于 2024-12-31 20:42:12 | 显示全部楼层 |阅读模式


    --HENHOUSE
    --Cocktails
    ["tillie"]                      = {["name"] = "tillie",                     ["label"] = "Tillie Mae",               ["weight"] = 200,       ["type"] = "item",      ["image"] = "tillie.png",       ["unique"] = false,     ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "The Tillie Mae Special", ['thirst'] = math.random(20, 30) },
    ["b52"]                         = {["name"] = "b52",                        ["label"] = "B-52",                     ["weight"] = 200,       ["type"] = "item",      ["image"] = "b52.png",          ["unique"] = false,     ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "B-52 Cocktail", ['thirst'] = math.random(20, 30) },
    ["brussian"]                    = {["name"] = "brussian",                   ["label"] = "Black Russian",            ["weight"] = 200,       ["type"] = "item",      ["image"] = "brussian.png",     ["unique"] = false,     ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "Black Russian Cocktail", ['thirst'] = math.random(20, 30) },
    ["bkamikaze"]                   = {["name"] = "bkamikaze",                  ["label"] = "Blue Kamikaze",            ["weight"] = 200,       ["type"] = "item",      ["image"] = "bkamikaze.png",    ["unique"] = false,     ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "Blue Kamikaze Cocktail", ['thirst'] = math.random(20, 30) },
    ["cappucc"]                     = {["name"] = "cappucc",                    ["label"] = "Cappuccinotini",           ["weight"] = 200,       ["type"] = "item",      ["image"] = "cappucc.png",      ["unique"] = false,     ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "Cappuccinotini Cocktail", ['thirst'] = math.random(20, 30) },
    ["ccookie"]                     = {["name"] = "ccookie",                    ["label"] = "Cranberry Cookie",         ["weight"] = 200,       ["type"] = "item",      ["image"] = "ccookie.png",      ["unique"] = false,     ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "Cranberry Cookie Cocktail", ['thirst'] = math.random(20, 30) },
    ["iflag"]                       = {["name"] = "iflag",                      ["label"] = "Irish Flag",               ["weight"] = 200,       ["type"] = "item",      ["image"] = "iflag.png",        ["unique"] = false,     ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "Irish Flag Cocktail", ['thirst'] = math.random(20, 30) },
    ["kamikaze"]                    = {["name"] = "kamikaze",                   ["label"] = "Kamikaze",                 ["weight"] = 200,       ["type"] = "item",      ["image"] = "kamikaze.png",     ["unique"] = false,     ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "Kamikase Cocktail", ['thirst'] = math.random(20, 30) },
    ["sbullet"]                     = {["name"] = "sbullet",                    ["label"] = "Silver Bullet",            ["weight"] = 200,       ["type"] = "item",      ["image"] = "sbullet.png",      ["unique"] = false,     ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "Silver Bullet Cocktail", ['thirst'] = math.random(20, 30) },
    ["voodoo"]                      = {["name"] = "voodoo",                     ["label"] = "Voodoo",                   ["weight"] = 200,       ["type"] = "item",      ["image"] = "voodoo.png",       ["unique"] = false,     ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "Voodoo Cocktail", ['thirst'] = math.random(20, 30) },
    ["woowoo"]                      = {["name"] = "woowoo",                     ["label"] = "Woo Woo",                  ["weight"] = 200,       ["type"] = "item",      ["image"] = "woowoo.png",       ["unique"] = false,     ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "Woowoo Cocktail", ['thirst'] = math.random(20, 30) },

    --Drink Ingredients
    ["orange"]                      = {["name"] = "orange",                     ["label"] = "Orange",                   ["weight"] = 200,       ["type"] = "item",      ["image"] = "orange.png",       ["unique"] = false,     ["useable"] = false,    ["shouldClose"] = false,    ["combinable"] = nil,   ["description"] = "An Orange." },
    ["lime"]                        = {["name"] = "lime",                       ["label"] = "Lime",                     ["weight"] = 200,       ["type"] = "item",      ["image"] = "lime.png",         ["unique"] = false,     ["useable"] = false,    ["shouldClose"] = false,    ["combinable"] = nil,   ["description"] = "A Lime." },
    ["chocolate"]                   = {["name"] = "chocolate",                  ["label"] = "Chocolate",                ["weight"] = 200,       ["type"] = "item",      ["image"] = "chocolate.png",    ["unique"] = false,     ["useable"] = false,    ["shouldClose"] = false,    ["combinable"] = nil,   ["description"] = "Chocolate Bar", ['hunger'] = math.random(20, 30) },

    ["cranberry"]                   = {["name"] = "cranberry",                  ["label"] = "Cranberry Juice",          ["weight"] = 200,       ["type"] = "item",      ["image"] = "cranberry.png",    ["unique"] = false,     ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "Cranberry Juice", ['thirst'] = math.random(10, 20) },
    ["schnapps"]                    = {["name"] = "schnapps",                   ["label"] = "Peach Schnapps",           ["weight"] = 200,       ["type"] = "item",      ["image"] = "schnapps.png",     ["unique"] = false,     ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "A bottle of Peach Schnapps", ['thirst'] = math.random(10, 20) },
    ["gin"]                         = {["name"] = "gin",                        ["label"] = "Gin",                      ["weight"] = 200,       ["type"] = "item",      ["image"] = "gin.png",          ["unique"] = false,     ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "A bottle of Gin", ['thirst'] = math.random(10, 20) },
    ["scotch"]                      = {["name"] = "scotch",                     ["label"] = "Scotch",                   ["weight"] = 200,       ["type"] = "item",      ["image"] = "scotch.png",       ["unique"] = false,     ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "A bottle of Scotch", ['thirst'] = math.random(10, 20) },
    ["rum"]                         = {["name"] = "rum",                        ["label"] = "Rum",                      ["weight"] = 200,       ["type"] = "item",      ["image"] = "rum.png",          ["unique"] = false,     ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "A bottle of Rum", ['thirst'] = math.random(10, 20) },
    ["icream"]                      = {["name"] = "icream",                     ["label"] = "Irish Cream",              ["weight"] = 200,       ["type"] = "item",      ["image"] = "icream.png",       ["unique"] = false,     ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "A bottle of Irish Cream Liquer", ['thirst'] = math.random(10, 20) },
    ["amaretto"]                    = {["name"] = "amaretto",                   ["label"] = "Amaretto",                 ["weight"] = 200,       ["type"] = "item",      ["image"] = "amaretto.png",     ["unique"] = false,     ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "A bottle of Amaretto", ['thirst'] = math.random(10, 20) },
    ["curaco"]                      = {["name"] = "curaco",                     ["label"] = "Curaco",                   ["weight"] = 200,       ["type"] = "item",      ["image"] = "curaco.png",       ["unique"] = false,     ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "A bottle of Curaco", ['thirst'] = math.random(10, 20) },

    --BEERS
    ["ambeer"]                      = {["name"] = "ambeer",                     ["label"] = "AM Beer",                  ["weight"] = 100,       ["type"] = "item",      ["image"] = "ambeer.png",       ["unique"] = false,     ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "", ['thirst'] = math.random(40, 50) },
    ["dusche"]                      = {["name"] = "dusche",                     ["label"] = "Dusche Gold",              ["weight"] = 100,       ["type"] = "item",      ["image"] = "dusche.png",       ["unique"] = false,     ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "", ['thirst'] = math.random(40, 50) },
    ["logger"]                      = {["name"] = "logger",                     ["label"] = "Logger Beer",              ["weight"] = 100,       ["type"] = "item",      ["image"] = "logger.png",       ["unique"] = false,     ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "", ['thirst'] = math.random(40, 50) },
    ["pisswasser"]                  = {["name"] = "pisswasser",                 ["label"] = "Pißwasser",                ["weight"] = 100,       ["type"] = "item",      ["image"] = "pisswaser1.png",   ["unique"] = false,     ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "", ['thirst'] = math.random(40, 50) },
    ["pisswasser2"]                 = {["name"] = "pisswasser2",                ["label"] = "Pißwasser Stout",          ["weight"] = 100,       ["type"] = "item",      ["image"] = "pisswaser2.png",   ["unique"] = false,     ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "", ['thirst'] = math.random(40, 50) },
    ["pisswasser3"]                 = {["name"] = "pisswasser3",                ["label"] = "Pißwasser Pale Ale",       ["weight"] = 100,       ["type"] = "item",      ["image"] = "pisswaser3.png",   ["unique"] = false,     ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "", ['thirst'] = math.random(40, 50) },

    --SODA
    ["sprunk"]                      = {["name"] = "sprunk",                     ["label"] = "Sprunk",                   ["weight"] = 100,       ["type"] = "item",      ["image"] = "sprunk.png",       ["unique"] = false,     ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "", ['thirst'] = math.random(10, 20) },
    ["sprunklight"]                 = {["name"] = "sprunklight",                ["label"] = "Sprunk Light",             ["weight"] = 100,       ["type"] = "item",      ["image"] = "sprunklight.png",  ["unique"] = false,     ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "", ['thirst'] = math.random(10, 20) },
    ["ecola"]                       = {["name"] = "ecola",                      ["label"] = "eCola",                    ["weight"] = 100,       ["type"] = "item",      ["image"] = "ecola.png",        ["unique"] = false,     ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "", ['thirst'] = math.random(10, 20) },
    ["ecolalight"]                  = {["name"] = "ecolalight",                 ["label"] = "eCola Light",              ["weight"] = 100,       ["type"] = "item",      ["image"] = "ecolalight.png",   ["unique"] = false,     ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "", ['thirst'] = math.random(10, 20) },

    ["crisps"]                      = {["name"] = "crisps",                     ["label"] = "Crisps",                   ["weight"] = 100,       ["type"] = "item",      ["image"] = "chips.png",        ["unique"] = false,     ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "", ['hunger'] = math.random(20, 30) },

    --Food
    ["friedpick"]                   = {["name"] = "friedpick",                  ["label"] = "Fried Pickles",            ["weight"] = 200,       ["type"] = "item",      ["image"] = "friedpick.png",    ["unique"] = false,     ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "A plate of fried pickles", ['hunger'] = math.random(40, 50) },
    ["maccheese"]                   = {["name"] = "maccheese",                  ["label"] = "Mac n Cheese",             ["weight"] = 200,       ["type"] = "item",      ["image"] = "maccheese.png",    ["unique"] = false,     ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "A bowl of maccaroni and cheese", ['hunger'] = math.random(40, 50) },
    ["bplate"]                      = {["name"] = "bplate",                     ["label"] = "Brisket Plate",            ["weight"] = 200,       ["type"] = "item",      ["image"] = "bplate.png",       ["unique"] = false,     ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "A Brisket Plate", ['hunger'] = math.random(40, 50) },
    ["cplate"]                      = {["name"] = "cplate",                     ["label"] = "Fish Plate",               ["weight"] = 200,       ["type"] = "item",      ["image"] = "cplate.png",       ["unique"] = false,     ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "A Catfish Plate", ['hunger'] = math.random(40, 50) },
    ["splate"]                      = {["name"] = "splate",                     ["label"] = "Steak Plate",              ["weight"] = 200,       ["type"] = "item",      ["image"] = "splate.png",       ["unique"] = false,     ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "A Steak Plate", ['hunger'] = math.random(40, 50) },
    ["rplate"]                      = {["name"] = "rplate",                     ["label"] = "Ribs Plate",               ["weight"] = 200,       ["type"] = "item",      ["image"] = "rplate.png",       ["unique"] = false,     ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "A plate of Ribs", ['hunger'] = math.random(40, 50) },
    ["nplate"]                      = {["name"] = "nplate",                     ["label"] = "Nachos Plate",             ["weight"] = 200,       ["type"] = "item",      ["image"] = "nplate.png",       ["unique"] = false,     ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "A plate of nachos and cheese", ['hunger'] = math.random(40, 50) },
    ["wings"]                       = {["name"] = "wings",                      ["label"] = "Plate of Wings",           ["weight"] = 200,       ["type"] = "item",      ["image"] = "wings.png",        ["unique"] = false,     ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "A plate of Chicken Wings", ['hunger'] = math.random(40, 50) },

    ["bburrito"]                    = {["name"] = "bburrito",                   ["label"] = "Breakfast Burrito",        ["weight"] = 200,       ["type"] = "item",      ["image"] = "bburrito.png",     ["unique"] = false,     ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "A breakfast Burrito", ['hunger'] = math.random(40, 50) },

    --Food Ingredients
    ["meat"]                        = {["name"] = "meat",                       ["label"] = "Meat",                     ["weight"] = 200,       ["type"] = "item",      ["image"] = "meat.png",         ["unique"] = false,     ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "A slab of Meat", ['hunger'] = math.random(40, 50) },
    ["pasta"]                       = {["name"] = "pasta",                      ["label"] = "Bag of Pasta",             ["weight"] = 200,       ["type"] = "item",      ["image"] = "pasta.png",        ["unique"] = false,     ["useable"] = false,    ["shouldClose"] = false,    ["combinable"] = nil,   ["description"] = "A bag of Pasta", ['hunger'] = math.random(40, 50) },
    ["pickle"]                      = {["name"] = "pickle",                     ["label"] = "Pickle",                   ["weight"] = 200,       ["type"] = "item",      ["image"] = "pickle.png",       ["unique"] = false,     ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "A jar of Pickles", ['hunger'] = math.random(40, 50) },
    ["fish"]                        = {["name"] = "fish",                       ["label"] = "CatFish",                  ["weight"] = 200,       ["type"] = "item",      ["image"] = "fish.png",         ["unique"] = false,     ["useable"] = false,    ["shouldClose"] = false,    ["combinable"] = nil,   ["description"] = "A Catfish", ['hunger'] = math.random(40, 50) },
    ["nachos"]                      = {["name"] = "nachos",                     ["label"] = "Nachos",                   ["weight"] = 200,       ["type"] = "item",      ["image"] = "nachos.png",       ["unique"] = false,     ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "A bag of Nachos", ['hunger'] = math.random(40, 50) },
    ["lettuce"]                     = {["name"] = "lettuce",                    ["label"] = "Lettuce",                  ["weight"] = 100,       ["type"] = "item",      ["image"] = "lettuce.png",      ["unique"] = false,     ["useable"] = false,    ["shouldClose"] = false,    ["combinable"] = nil,   ["description"] = "Some big taco brother"},
    ["cheddar"]                     = {["name"] = "cheddar",                    ["label"] = "Cheddar Slice",            ["weight"] = 500,       ["type"] = "item",      ["image"] = "cheddar.png",      ["unique"] = false,     ["useable"] = false,    ["shouldClose"] = false,    ["combinable"] = nil,   ["description"] = "Food" },
    ["potato"]                      = {["name"] = "potato",                     ["label"] = "Potatoes",                 ["weight"] = 500,       ["type"] = "item",      ["image"] = "potatoes.png",     ["unique"] = false,     ["useable"] = false,    ["shouldClose"] = false,    ["combinable"] = nil,   ["description"] = "Food" },



回复 论坛版权

使用道具 举报

ChatGPT 发表于 2024-12-31 20:43:08 | 显示全部楼层
--鸡舍
    --鸡尾酒
                          = { = "tillie",                      = "蒂莉·梅",                = 200,        = "物品",       = "tillie.png",        = false,      = true,      = true,      = nil,    = "蒂莉·梅特调",  = math.random(20, 30) },
                             = { = "b52",                         = "B-52",                      = 200,        = "物品",       = "b52.png",           = false,      = true,      = true,      = nil,    = "B-52 鸡尾酒",  = math.random(20, 30) },
                        = { = "brussian",                    = "黑俄罗斯",             = 200,        = "物品",       = "brussian.png",      = false,      = true,      = true,      = nil,    = "黑俄罗斯鸡尾酒",  = math.random(20, 30) },
                       = { = "bkamikaze",                   = "蓝色神风",             = 200,        = "物品",       = "bkamikaze.png",     = false,      = true,      = true,      = nil,    = "蓝色神风鸡尾酒",  = math.random(20, 30) },
                         = { = "cappucc",                     = "卡布奇诺马丁尼",            = 200,        = "物品",       = "cappucc.png",       = false,      = true,      = true,      = nil,    = "卡布奇诺马丁尼鸡尾酒",  = math.random(20, 30) },
                         = { = "ccookie",                     = "蔓越莓饼干",          = 200,        = "物品",       = "ccookie.png",       = false,      = true,      = true,      = nil,    = "蔓越莓饼干鸡尾酒",  = math.random(20, 30) },
                           = { = "iflag",                       = "爱尔兰国旗",                = 200,        = "物品",       = "iflag.png",         = false,      = true,      = true,      = nil,    = "爱尔兰国旗鸡尾酒",  = math.random(20, 30) },
                        = { = "kamikaze",                    = "神风",                  = 200,        = "物品",       = "kamikaze.png",      = false,      = true,      = true,      = nil,    = "神风鸡尾酒",  = math.random(20, 30) },
                         = { = "sbullet",                     = "银色子弹",             = 200,        = "物品",       = "sbullet.png",       = false,      = true,      = true,      = nil,    = "银色子弹鸡尾酒",  = math.random(20, 30) },
                          = { = "voodoo",                      = "伏都教",                    = 200,        = "物品",       = "voodoo.png",        = false,      = true,      = true,      = nil,    = "伏都教鸡尾酒",  = math.random(20, 30) },
                          = { = "woowoo",                      = "哇哦",                   = 200,        = "物品",       = "woowoo.png",        = false,      = true,      = true,      = nil,    = "哇哦鸡尾酒",  = math.random(20, 30) },

    --饮料配料
                          = { = "orange",                      = "橙子",                    = 200,        = "物品",       = "orange.png",        = false,      = false,     = false,     = nil,    = "一个橙子。" },
                            = { = "lime",                        = "青柠",                      = 200,        = "物品",       = "lime.png",          = false,      = false,     = false,     = nil,    = "一个青柠。" },
                       = { = "chocolate",                   = "巧克力",                 = 200,        = "物品",       = "chocolate.png",     = false,      = false,     = false,     = nil,    = "巧克力棒",  = math.random(20, 30) },

                       = { = "cranberry",                   = "蔓越莓汁",           = 200,        = "物品",       = "cranberry.png",     = false,      = true,      = true,      = nil,    = "蔓越莓汁",  = math.random(10, 20) },
                        = { = "schnapps",                    = "桃子香甜酒",            = 200,        = "物品",       = "schnapps.png",      = false,      = true,      = true,      = nil,    = "一瓶桃子香甜酒",  = math.random(10, 20) },
                             = { = "gin",                         = "杜松子酒",                       = 200,        = "物品",       = "gin.png",           = false,      = true,      = true,      = nil,    = "一瓶杜松子酒",  = math.random(10, 20) },
                          = { = "scotch",                      = "苏格兰威士忌",                    = 200,        = "物品",       = "scotch.png",        = false,      = true,      = true,      = nil,    = "一瓶苏格兰威士忌",  = math.random(10, 20) },
                             = { = "rum",                         = "朗姆酒",                       = 200,        = "物品",       = "rum.png",           = false,      = true,      = true,      = nil,    = "一瓶朗姆酒",  = math.random(10, 20) },
                          = { = "icream",                      = "爱尔兰奶油",               = 200,        = "物品",       = "icream.png",        = false,      = true,      = true,      = nil,    = "一瓶爱尔兰奶油利口酒",  = math.random(10, 20) },
                        = { = "amaretto",                    = "杏仁酒",                  = 200,        = "物品",       = "amaretto.png",      = false,      = true,      = true,      = nil,    = "一瓶杏仁酒",  = math.random(10, 20) },
                          = { = "curaco",                      = "库拉索",                    = 200,        = "物品",       = "curaco.png",        = false,      = true,      = true,      = nil,    = "一瓶库拉索",  = math.random(10, 20) },

    --啤酒
                          = { = "ambeer",                      = "AM 啤酒",                   = 100,        = "物品",       = "ambeer.png",        = false,      = true,      = true,      = nil,    = "",  = math.random(40, 50) },
                          = { = "dusche",                      = "Dusche 金牌",               = 100,        = "物品",       = "dusche.png",        = false,      = true,      = true,      = nil,    = "",  = math.random(40, 50) },
                          = { = "logger",                      = "Logger 啤酒",               = 100,        = "物品",       = "logger.png",        = false,      = true,      = true,      = nil,    = "",  = math.random(40, 50) },
                      = { = "pisswasser",                  = "Pißwasser",                 = 100,        = "物品",       = "pisswaser1.png",    = false,      = true,      = true,      = nil,    = "",  = math.random(40, 50) },
                     = { = "pisswasser2",                 = "Pißwasser 浓啤",           = 100,        = "物品",       = "pisswaser2.png",    = false,      = true,      = true,      = nil,    = "",  = math.random(40, 50) },
                     = { = "pisswasser3",                 = "Pißwasser 淡啤",        = 100,        = "物品",       = "pisswaser3.png",    = false,      = true,      = true,      = nil,    = "",  = math.random(40, 50) },

    --汽水
                          = { = "sprunk",                      = "Sprunk",                    = 100,        = "物品",       = "sprunk.png",        = false,      = true,      = true,      = nil,    = "",  = math.random(10, 20) },
                     = { = "sprunklight",                 = "Sprunk Light",              = 100,        = "物品",       = "sprunklight.png",   = false,      = true,      = true,      = nil,    = "",  = math.random(10, 20) },
                           = { = "ecola",                       = "eCola",                     = 100,        = "物品",       = "ecola.png",         = false,      = true,      = true,      = nil,    = "",  = math.random(10, 20) },
                      = { = "ecolalight",                  = "eCola Light",               = 100,        = "物品",       = "ecolalight.png",    = false,      = true,      = true,      = nil,    = "",  = math.random(10, 20) },

                          = { = "crisps",                      = "薯片",                    = 100,        = "物品",       = "chips.png",         = false,      = true,      = true,      = nil,    = "",  = math.random(20, 30) },

    --食物
                       = { = "friedpick",                   = "炸腌黄瓜",             = 200,        = "物品",       = "friedpick.png",     = false,      = true,      = true,      = nil,    = "一盘炸腌黄瓜",  = math.random(40, 50) },
                       = { = "maccheese",                   = "麦克和奶酪",              = 200,        = "物品",       = "maccheese.png",     = false,      = true,      = true,      = nil,    = "一碗通心粉和奶酪",  = math.random(40, 50) },
                          = { = "bplate",                      = "胸肉盘",             = 200,        = "物品",       = "bplate.png",        = false,      = true,      = true,      = nil,    = "一盘胸肉",  = math.random(40, 50) },
                          = { = "cplate",                      = "鱼盘",                = 200,        = "物品",       = "cplate.png",        = false,      = true,      = true,      = nil,    = "一盘鲶鱼",  = math.random(40, 50) },
                          = { = "splate",                      = "牛排盘",               = 200,        = "物品",       = "splate.png",        = false,      = true,      = true,      = nil,    = "一盘牛排",  = math.random(40, 50) },
                          = { = "rplate",                      = "肋骨盘",                = 200,        = "物品",       = "rplate.png",        = false,      = true,      = true,      = nil,    = "一盘肋骨",  = math.random(40, 50) },
                          = { = "nplate",                      = "玉米片盘",              = 200,        = "物品",       = "nplate.png",        = false,      = true,      = true,      = nil,    = "一盘玉米片和奶酪",  = math.random(40, 50) },
                           = { = "wings",                       = "鸡翅盘",            = 200,        = "物品",       = "wings.png",         = false,      = true,      = true,      = nil,    = "一盘鸡翅",  = math.random(40, 50) },

                        = { = "bburrito",                    = "早餐卷饼",         = 200,        = "物品",       = "bburrito.png",      = false,      = true,      = true,      = nil,    = "一个早餐卷饼",  = math.random(40, 50) },

    --食物配料
                            = { = "meat",                        = "肉",                      = 200,        = "物品",       = "meat.png",          = false,      = true,      = true,      = nil,    = "一块肉",  = math.random(40, 50) },
                           = { = "pasta",                       = "一袋意大利面",              = 200,        = "物品",       = "pasta.png",         = false,      = false,     = false,     = nil,    = "一袋意大利面",  = math.random(40, 50) },
                          = { = "pickle",                      = "腌黄瓜",                    = 200,        = "物品",       = "pickle.png",        = false,      = true,      = true,      = nil,    = "一罐腌黄瓜",  = math.random(40, 50) },
                            = { = "fish",                        = "鲶鱼",                   = 200,        = "物品",       = "fish.png",          = false,      = false,     = false,     = nil,    = "一条鲶鱼",  = math.random(40, 50) },
                          = { = "nachos",                      = "玉米片",                    = 200,        = "物品",       = "nachos.png",        = false,      = true,      = true,      = nil,    = "一袋玉米片",  = math.random(40, 50) },
                         = { = "lettuce",                     = "生菜",                   = 100,        = "物品",       = "lettuce.png",       = false,      = false,     = false,     = nil,    = "一些大的塔可兄弟"},
                         = { = "cheddar",                     = "切达奶酪",             = 500,        = "物品",       = "cheddar.png",       = false,      = false,     = false,     = nil,    = "食物" },
                          = { = "potato",                      = "土豆",                  = 500,        = "物品",       = "potatoes.png",      = false,      = false,     = false,     = nil,    = "食物" },
回复

使用道具 举报

文明发言,和谐互动
文明发言,和谐互动
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|Archiver|手机版|小黑屋|首页 ( 冀ICP备2021005225号-1 ) |网站地图

GMT+8, 2025-2-8 23:30 , Processed in 0.078710 second(s), 10 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

© 2001-2013 ELITE论坛【技术无价-分享快乐】

快速回复 返回顶部 返回列表