搜索
开启左侧

翻译成中文,保留原有代码

[复制链接]
wx363880556 发表于 2024-8-19 20:03:41 | 显示全部楼层 |阅读模式

["gmochi"]                         = {["name"] = "gmochi",                     ["label"] = "Green Mochi",              ["weight"] = 100,       ["type"] = "item",      ["image"] = "mochigreen.png",       ["unique"] = false,     ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "", ['hunger'] = math.random(40, 50) },
    ["omochi"]                      = {["name"] = "omochi",                     ["label"] = "Orange Mochi",             ["weight"] = 100,       ["type"] = "item",      ["image"] = "mochiorange.png",      ["unique"] = false,     ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "", ['hunger'] = math.random(40, 50) },

    --Drinks
    ["bobatea"]                     = {["name"] = "bobatea",                    ["label"] = "Boba Tea",                 ["weight"] = 100,       ["type"] = "item",      ["image"] = "bubbletea.png",        ["unique"] = false,     ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "", ['thirst'] = math.random(40, 50) },
    ["bbobatea"]                    = {["name"] = "bbobatea",                   ["label"] = "Blue Boba Tea",            ["weight"] = 100,       ["type"] = "item",      ["image"] = "bubbleteablue.png",    ["unique"] = false,     ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "", ['thirst'] = math.random(40, 50) },
    ["gbobatea"]                    = {["name"] = "gbobatea",                   ["label"] = "Green Boba Tea",           ["weight"] = 100,       ["type"] = "item",      ["image"] = "bubbleteagreen.png",   ["unique"] = false,     ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "", ['thirst'] = math.random(40, 50) },
    ["pbobatea"]                    = {["name"] = "pbobatea",                   ["label"] = "Pink Boba Tea",            ["weight"] = 100,       ["type"] = "item",      ["image"] = "bubbleteapink.png",    ["unique"] = false,     ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "", ['thirst'] = math.random(40, 50) },
    ["obobatea"]                    = {["name"] = "obobatea",                   ["label"] = "Orange Boba Tea",          ["weight"] = 100,       ["type"] = "item",      ["image"] = "bubbleteaorange.png",  ["unique"] = false,     ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "", ['thirst'] = math.random(40, 50) },

    ["nekolatte"]                   = {["name"] = "nekolatte",                  ["label"] = "Neko Latte",               ["weight"] = 100,       ["type"] = "item",      ["image"] = "latte.png",        ["unique"] = false,     ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "", ['hunger'] = math.random(40, 50) },

    ["sake"]                        = {["name"] = "sake",                       ["label"] = "Sake",                     ["weight"] = 100,       ["type"] = "item",      ["image"] = "sake.png",         ["unique"] = false,     ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "", ['thirst'] = math.random(40, 50) },
   
    ["miso"]                        = {["name"] = "miso",                       ["label"] = "Miso Soup",                ["weight"] = 100,       ["type"] = "item",      ["image"] = "miso.png",         ["unique"] = false,     ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "", ['hunger'] = math.random(40, 50) },
    ["cake"]                        = {["name"] = "cake",                       ["label"] = "Strawberry Cake",          ["weight"] = 100,       ["type"] = "item",      ["image"] = "cake.png",         ["unique"] = false,     ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "", ['hunger'] = math.random(40, 50) },
    ["bento"]                       = {["name"] = "bento",                      ["label"] = "Bento Box",                ["weight"] = 500,       ["type"] = "item",      ["image"] = "bento.png",        ["unique"] = false,     ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "", ['hunger'] = math.random(40, 50) },

    ["riceball"]                    = {["name"] = "riceball",                   ["label"] = "Neko Onigiri",             ["weight"] = 100,       ["type"] = "item",      ["image"] = "catrice.png",      ["unique"] = false,     ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "", ['hunger'] = math.random(40, 50) },
   
    ["nekocookie"]                  = {["name"] = "nekocookie",                 ["label"] = "Neko Cookie",              ["weight"] = 100,       ["type"] = "item",      ["image"] = "catcookie.png",    ["unique"] = false,     ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "", ['hunger'] = math.random(40, 50) },
    ["nekodonut"]                   = {["name"] = "nekodonut",                  ["label"] = "Neko Donut",               ["weight"] = 100,       ["type"] = "item",      ["image"] = "catdonut.png",     ["unique"] = false,     ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "", ['hunger'] = math.random(40, 50) },
   
    --Ingredients
    ["boba"]                        = {["name"] = "boba",                       ["label"] = "Boba",                     ["weight"] = 100,       ["type"] = "item",      ["image"] = "boba.png",         ["unique"] = false,     ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "", ['hunger'] = math.random(40, 50) },
    ["flour"]                       = {["name"] = "flour",                      ["label"] = "Flour",                    ["weight"] = 100,       ["type"] = "item",      ["image"] = "flour.png",        ["unique"] = false,     ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "", ['hunger'] = math.random(40, 50) },
    ["rice"]                        = {["name"] = "rice",                       ["label"] = "Bowl of Rice",             ["weight"] = 100,       ["type"] = "item",      ["image"] = "rice.png",         ["unique"] = false,     ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "", ['hunger'] = math.random(40, 50) },
    ["sugar"]                       = {["name"] = "sugar",                      ["label"] = "Sugar",                    ["weight"] = 100,       ["type"] = "item",      ["image"] = "sugar.png",        ["unique"] = false,     ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "", ['hunger'] = math.random(40, 50) },
    ["nori"]                        = {["name"] = "nori",                       ["label"] = "Nori",                     ["weight"] = 100,       ["type"] = "item",      ["image"] = "nori.png",         ["unique"] = false,     ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "" },
    ["blueberry"]                   = {["name"] = "blueberry",                  ["label"] = "Blueberry",                ["weight"] = 100,       ["type"] = "item",      ["image"] = "blueberry.png",    ["unique"] = false,     ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "", ['hunger'] = math.random(40, 50) },
    ["strawberry"]                  = {["name"] = "strawberry",                 ["label"] = "Strawberry",               ["weight"] = 100,       ["type"] = "item",      ["image"] = "strawberry.png",   ["unique"] = false,     ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "", ['hunger'] = math.random(40, 50) },
    ["orange"]                      = {["name"] = "orange",                     ["label"] = "Orange",                   ["weight"] = 200,       ["type"] = "item",      ["image"] = "orange.png",       ["unique"] = false,     ["useable"] = false,    ["shouldClose"] = false,    ["combinable"] = nil,   ["description"] = "An Orange." },
    ["mint"]                        = {["name"] = "mint",                       ["label"] = "Matcha",                   ["weight"] = 100,       ["type"] = "item",      ["image"] = "matcha.png",       ["unique"] = false,     ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "" },
    ["tofu"]                        = {["name"] = "tofu",                       ["label"] = "Tofu",                     ["weight"] = 100,       ["type"] = "item",      ["image"] = "tofu.png",         ["unique"] = false,     ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "", ['hunger'] = math.random(40, 50) },

    ["mocha"]                       = {["name"] = "mocha",                      ["label"] = "Mocha Meow",               ["weight"] = 100,       ["type"] = "item",      ["image"] = "mochameow.png",    ["unique"] = false,     ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "", ['thirst'] = math.random(40, 50) },

    ["cakepop"]                     = {["name"] = "cakepop",                    ["label"] = "Cat Cake-Pop",             ["weight"] = 100,       ["type"] = "item",      ["image"] = "cakepop.png",      ["unique"] = false,     ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "", ['hunger'] = math.random(40, 50) },
    ["pancake"]                     = {["name"] = "pancake",                    ["label"] = "PawCake",                  ["weight"] = 100,       ["type"] = "item",      ["image"] = "pawcakes.png",     ["unique"] = false,     ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "", ['hunger'] = math.random(40, 50) },
    ["pizza"]                       = {["name"] = "pizza",                      ["label"] = "Kitty Pizza",              ["weight"] = 100,       ["type"] = "item",      ["image"] = "catpizza.png",     ["unique"] = false,     ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "", ['hunger'] = math.random(40, 50) },
    ["purrito"]                     = {["name"] = "purrito",                    ["label"] = "Purrito",                  ["weight"] = 100,       ["type"] = "item",      ["image"] = "purrito.png",      ["unique"] = false,     ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "", ['hunger'] = math.random(40, 50) },
   
    ["noodlebowl"]                  = {["name"] = "noodlebowl",                 ["label"] = "Bowl of Noodles",          ["weight"] = 100,       ["type"] = "item",      ["image"] = "noodlebowl.png",   ["unique"] = false,     ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "", ['hunger'] = math.random(40, 50) },
    ["noodles"]                     = {["name"] = "noodles",                    ["label"] = "Instant Noodles",          ["weight"] = 100,       ["type"] = "item",      ["image"] = "noodles.png",      ["unique"] = false,     ["useable"] = false,    ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "" },
    ["ramen"]                       = {["name"] = "ramen",                      ["label"] = "Bowl of Ramen",            ["weight"] = 100,       ["type"] = "item",      ["image"] = "ramen.png",        ["unique"] = false,     ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "", ['hunger'] = math.random(40, 50) },

    ["milk"]                        = {["name"] = "milk",                       ["label"] = "Milk",                     ["weight"] = 300,       ["type"] = "item",      ["image"] = "burger-milk.png",  ["unique"] = false,     ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,    ["description"] = "Carton of Milk", ['thirst'] = math.random(35, 54) },
    ["onion"]                       = {["name"] = "onion",                      ["label"] = "Onion",                    ["weight"] = 500,       ["type"] = "item",      ["image"] = "burger-onion.png", ["unique"] = false,     ["useable"] = false,    ["shouldClose"] = false,    ["combinable"] = nil,    ["description"] = "An onion"},
    ["policedepartment"]                 = {["name"] = "policedepartment",                  ["label"] = "Police Badge",             ["weight"] = 1000,      ["type"] = "item",      ["image"] = "policedepartment.png",     ["unique"] = true,  ["useable"] = true,     ["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Kişisel Polis Kimliği"},



回复 论坛版权

使用道具 举报

ChatGPT 发表于 2024-8-19 20:04:24 | 显示全部楼层
["gmochi"]                         = {["name"] = "gmochi",                     ["label"] = "绿色麻糬",                ["weight"] = 100,       ["type"] = "item",      ["image"] = "mochigreen.png",   ["unique"] = false,     ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "", ['hunger'] = math.random(40, 50) },
["omochi"]                         = {["name"] = "omochi",                     ["label"] = "橙色麻糬",                ["weight"] = 100,       ["type"] = "item",      ["image"] = "mochiorange.png",  ["unique"] = false,     ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "", ['hunger'] = math.random(40, 50) },

-- 饮料
["bobatea"]                        = {["name"] = "bobatea",                    ["label"] = "珍珠奶茶",                ["weight"] = 100,       ["type"] = "item",      ["image"] = "bubbletea.png",    ["unique"] = false,     ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "", ['thirst'] = math.random(40, 50) },
["bbobatea"]                       = {["name"] = "bbobatea",                   ["label"] = "蓝色珍珠奶茶",            ["weight"] = 100,       ["type"] = "item",      ["image"] = "bubbleteablue.png",["unique"] = false,     ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "", ['thirst'] = math.random(40, 50) },
["gbobatea"]                       = {["name"] = "gbobatea",                   ["label"] = "绿色珍珠奶茶",            ["weight"] = 100,       ["type"] = "item",      ["image"] = "bubbleteagreen.png",["unique"] = false,    ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "", ['thirst'] = math.random(40, 50) },
["pbobatea"]                       = {["name"] = "pbobatea",                   ["label"] = "粉红色珍珠奶茶",          ["weight"] = 100,       ["type"] = "item",      ["image"] = "bubbleteapink.png",["unique"] = false,     ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "", ['thirst'] = math.random(40, 50) },
["obobatea"]                       = {["name"] = "obobatea",                   ["label"] = "橙色珍珠奶茶",            ["weight"] = 100,       ["type"] = "item",      ["image"] = "bubbleteaorange.png",["unique"] = false,  ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "", ['thirst'] = math.random(40, 50) },

["nekolatte"]                      = {["name"] = "nekolatte",                  ["label"] = "猫咪拿铁",                ["weight"] = 100,       ["type"] = "item",      ["image"] = "latte.png",        ["unique"] = false,     ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "", ['hunger'] = math.random(40, 50) },

["sake"]                           = {["name"] = "sake",                       ["label"] = "清酒",                    ["weight"] = 100,       ["type"] = "item",      ["image"] = "sake.png",         ["unique"] = false,     ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "", ['thirst'] = math.random(40, 50) },

["miso"]                           = {["name"] = "miso",                       ["label"] = "味噌汤",                  ["weight"] = 100,       ["type"] = "item",      ["image"] = "miso.png",         ["unique"] = false,     ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "", ['hunger'] = math.random(40, 50) },
["cake"]                           = {["name"] = "cake",                       ["label"] = "草莓蛋糕",                ["weight"] = 100,       ["type"] = "item",      ["image"] = "cake.png",         ["unique"] = false,     ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "", ['hunger'] = math.random(40, 50) },
["bento"]                          = {["name"] = "bento",                      ["label"] = "便当盒",                  ["weight"] = 500,       ["type"] = "item",      ["image"] = "bento.png",        ["unique"] = false,     ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "", ['hunger'] = math.random(40, 50) },

["riceball"]                       = {["name"] = "riceball",                   ["label"] = "猫耳饭团",                ["weight"] = 100,       ["type"] = "item",      ["image"] = "catrice.png",      ["unique"] = false,     ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "", ['hunger'] = math.random(40, 50) },

["nekocookie"]                     = {["name"] = "nekocookie",                 ["label"] = "猫耳饼干",                ["weight"] = 100,       ["type"] = "item",      ["image"] = "catcookie.png",    ["unique"] = false,     ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "", ['hunger'] = math.random(40, 50) },
["nekodonut"]                      = {["name"] = "nekodonut",                  ["label"] = "猫耳甜甜圈",              ["weight"] = 100,       ["type"] = "item",      ["image"] = "catdonut.png",     ["unique"] = false,     ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "", ['hunger'] = math.random(40, 50) },

-- 原料
["boba"]                           = {["name"] = "boba",                       ["label"] = "珍珠",                    ["weight"] = 100,       ["type"] = "item",      ["image"] = "boba.png",         ["unique"] = false,     ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "", ['hunger'] = math.random(40, 50) },
["flour"]                          = {["name"] = "flour",                      ["label"] = "面粉",                    ["weight"] = 100,       ["type"] = "item",      ["image"] = "flour.png",        ["unique"] = false,     ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "", ['hunger'] = math.random(40, 50) },
["rice"]                           = {["name"] = "rice",                       ["label"] = "一碗米饭",                ["weight"] = 100,       ["type"] = "item",      ["image"] = "rice.png",         ["unique"] = false,     ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "", ['hunger'] = math.random(40, 50) },
["sugar"]                          = {["name"] = "sugar",                      ["label"] = "糖",                      ["weight"] = 100,       ["type"] = "item",      ["image"] = "sugar.png",        ["unique"] = false,     ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "", ['hunger'] = math.random(40, 50) },
["nori"]                           = {["name"] = "nori",                       ["label"] = "海苔",                    ["weight"] = 100,       ["type"] = "item",      ["image"] = "nori.png",         ["unique"] = false,     ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "" },
["blueberry"]                      = {["name"] = "blueberry",                  ["label"] = "蓝莓",                    ["weight"] = 100,       ["type"] = "item",      ["image"] = "blueberry.png",    ["unique"] = false,     ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "", ['hunger'] = math.random(40, 50) },
["strawberry"]                     = {["name"] = "strawberry",                 ["label"] = "草莓",                    ["weight"] = 100,       ["type"] = "item",      ["image"] = "strawberry.png",   ["unique"] = false,     ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "", ['hunger'] = math.random(40, 50) },
["orange"]                         = {["name"] = "orange",                     ["label"] = "橙子",                    ["weight"] = 200,       ["type"] = "item",      ["image"] = "orange.png",       ["unique"] = false,     ["useable"] = false,    ["shouldClose"] = false,    ["combinable"] = nil,   ["description"] = "一个橙子" },
["mint"]                           = {["name"] = "mint",                       ["label"] = "抹茶",                    ["weight"] = 100,       ["type"] = "item",      ["image"] = "matcha.png",       ["unique"] = false,     ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "" },
["tofu"]                           = {["name"] = "tofu",                       ["label"] = "豆腐",                    ["weight"] = 100,       ["type"] = "item",      ["image"] = "tofu.png",         ["unique"] = false,     ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "", ['hunger'] = math.random(40, 50) },

["mocha"]                          = {["name"] = "mocha",                      ["label"] = "摩卡喵喵",                ["weight"] = 100,       ["type"] = "item",      ["image"] = "mochameow.png",    ["unique"] = false,     ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "", ['thirst'] = math.random(40, 50) },

["cakepop"]                        = {["name"] = "cakepop",                    ["label"] = "猫耳棒棒糖蛋糕",          ["weight"] = 100,       ["type"] = "item",      ["image"] = "cakepop.png",      ["unique"] = false,     ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "", ['hunger'] = math.random(40, 50) },
["pancake"]                        = {["name"] = "pancake",                    ["label"] = "猫爪煎饼",                ["weight"] = 100,       ["type"] = "item",      ["image"] = "pawcakes.png",     ["unique"] = false,     ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "", ['hunger'] = math.random(40, 50) },
["pizza"]                          = {["name"] = "pizza",                      ["label"] = "猫咪披萨",                ["weight"] = 100,       ["type"] = "item",      ["image"] = "catpizza.png",     ["unique"] = false,     ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "", ['hunger'] = math.random(40, 50) },
["purrito"]                        = {["name"] = "purrito",                    ["label"] = "咕噜卷饼",                ["weight"] = 100,       ["type"] = "item",      ["image"] = "purrito.png",      ["unique"] = false,     ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "", ['hunger'] = math.random(40, 50) },

["noodlebowl"]                     = {["name"] = "noodlebowl",                 ["label"] = "面条碗",                  ["weight"] = 100,       ["type"] = "item",      ["image"] = "noodlebowl.png",   ["unique"] = false,     ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "", ['hunger'] = math.random(40, 50) },
["noodles"]                        = {["name"] = "noodles",                    ["label"] = "方便面",                  ["weight"] = 100,       ["type"] = "item",      ["image"] = "noodles.png",      ["unique"] = false,     ["useable"] = false,    ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "" },
["ramen"]                          = {["name"] = "ramen",                      ["label"] = "拉面碗",                  ["weight"] = 100,       ["type"] = "item",      ["image"] = "ramen.png",        ["unique"] = false,     ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "", ['hunger'] = math.random(40, 50) },

["milk"]                           = {["name"] = "milk",                       ["label"] = "牛奶",                    ["weight"] = 300,       ["type"] = "item",      ["image"] = "burger-milk.png",  ["unique"] = false,     ["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil,   ["description"] = "一盒牛奶", ['thirst'] = math.random(35, 54) },
["onion"]                          = {["name"] = "onion",                      ["label"] = "洋葱",                    ["weight"] = 500,       ["type"] = "item",      ["image"] = "burger-onion.png", ["unique"] = false,     ["useable"] = false,    ["shouldClose"] = false,    ["combinable"] = nil,   ["description"] = "一个洋葱"},
["policedepartment"]               = {["name"] = "policedepartment",           ["label"] = "警察徽章",                ["weight"] = 1000,      ["type"] = "item",      ["image"] = "policedepartment.png", ["unique"] = true, ["useable"] = true,     ["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "个人警察身份"},
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-2-9 01:47 , Processed in 0.195127 second(s), 11 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

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

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