wx363880556 发表于 2024-8-19 15:03:14

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


   -- Seed And Weed
    ["weed_white-widow"]             = {["name"] = "weed_white-widow",            ["label"] = "White Widow 2g",         ["weight"] = 200,       ["type"] = "item",      ["image"] = "weed-baggie.png",          ["unique"] = false,   ["useable"] = true,   ["shouldClose"] = false,   ["combinable"] = nil,   ["description"] = "A weed bag with 2g White Widow"},
    ["weed_skunk"]                   = {["name"] = "weed_skunk",                  ["label"] = "Skunk 2g",               ["weight"] = 200,       ["type"] = "item",      ["image"] = "weed-baggie.png",          ["unique"] = false,   ["useable"] = true,   ["shouldClose"] = false,   ["combinable"] = nil,   ["description"] = "A weed bag with 2g Skunk"},
    ["weed_purple-haze"]             = {["name"] = "weed_purple-haze",            ["label"] = "Purple Haze 2g",         ["weight"] = 200,       ["type"] = "item",      ["image"] = "weed-baggie.png",          ["unique"] = false,   ["useable"] = true,   ["shouldClose"] = false,   ["combinable"] = nil,   ["description"] = "A weed bag with 2g Purple Haze"},
    ["weed_og-kush"]               = {["name"] = "weed_og-kush",                  ["label"] = "OGKush 2g",                ["weight"] = 200,       ["type"] = "item",      ["image"] = "weed-baggie.png",          ["unique"] = false,   ["useable"] = true,   ["shouldClose"] = false,   ["combinable"] = nil,   ["description"] = "A weed bag with 2g OG Kush"},
    ["weed_amnesia"]               = {["name"] = "weed_amnesia",                  ["label"] = "Amnesia 2g",               ["weight"] = 200,       ["type"] = "item",      ["image"] = "weed-baggie.png",          ["unique"] = false,   ["useable"] = true,   ["shouldClose"] = false,   ["combinable"] = nil,   ["description"] = "A weed bag with 2g Amnesia"},
    ["weed_ak47"]                  = {["name"] = "weed_ak47",                     ["label"] = "AK47 2g",                  ["weight"] = 200,       ["type"] = "item",      ["image"] = "weed-baggie.png",          ["unique"] = false,   ["useable"] = true,   ["shouldClose"] = false,   ["combinable"] = nil,   ["description"] = "A weed bag with 2g AK47"},
    ["weed_white-widow_seed"]      = {["name"] = "weed_white-widow_seed",         ["label"] = "White Widow Seed",         ["weight"] = 0,         ["type"] = "item",      ["image"] = "weed-plant-seed.png",      ["unique"] = false,   ["useable"] = true,   ["shouldClose"] = false,   ["combinable"] = nil,   ["description"] = "A weed seed of White Widow"},
    ["weed_skunk_seed"]            = {["name"] = "weed_skunk_seed",               ["label"] = "Skunk Seed",               ["weight"] = 0,         ["type"] = "item",      ["image"] = "weed-plant-seed.png",      ["unique"] = false,   ["useable"] = true,   ["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "A weed seed of Skunk"},
    ["weed_purple-haze_seed"]      = {["name"] = "weed_purple-haze_seed",         ["label"] = "Purple Haze Seed",         ["weight"] = 0,         ["type"] = "item",      ["image"] = "weed-plant-seed.png",      ["unique"] = false,   ["useable"] = true,   ["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "A weed seed of Purple Haze"},
    ["weed_og-kush_seed"]            = {["name"] = "weed_og-kush_seed",             ["label"] = "OGKush Seed",            ["weight"] = 0,         ["type"] = "item",      ["image"] = "weed-plant-seed.png",      ["unique"] = false,   ["useable"] = true,   ["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "A weed seed of OG Kush"},
    ["weed_amnesia_seed"]            = {["name"] = "weed_amnesia_seed",             ["label"] = "Amnesia Seed",             ["weight"] = 0,         ["type"] = "item",      ["image"] = "weed-plant-seed.png",      ["unique"] = false,   ["useable"] = true,   ["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "A weed seed of Amnesia"},
    ["weed_ak47_seed"]               = {["name"] = "weed_ak47_seed",                ["label"] = "AK47 Seed",                ["weight"] = 0,         ["type"] = "item",      ["image"] = "weed-plant-seed.png",      ["unique"] = false,   ["useable"] = true,   ["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "A weed seed of AK47"},
    ["weed_nutrition"]               = {["name"] = "weed_nutrition",                ["label"] = "Plant Fertilizer",         ["weight"] = 2000,      ["type"] = "item",      ["image"] = "weed_nutrition.png",       ["unique"] = false,   ["useable"] = true,   ["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Plant nutrition"},
    --['weed_ak47_seed']               = {['name'] = 'weed_ak47_seed',                ['label'] = 'AK47 Seed',                ['weight'] = 0,         ['type'] = 'item',      ['image'] = 'weed_seed.png',            ['unique'] = false,   ['useable'] = true,   ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = 'A weed seed of AK47'},
    ['empty_weed_bag']               = {['name'] = 'empty_weed_bag',                ['label'] = 'Empty Weed Bag',         ['weight'] = 0,         ['type'] = 'item',      ['image'] = 'weed_baggy_empty.png',   ['unique'] = false,   ['useable'] = true,   ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = 'A small empty bag'},
    ["cannabis"]                     = {["name"] = "cannabis",                  ["label"] = "Cannabis",             ["weight"] = 200,       ["type"] = "item",      ["image"] = "cannabis.png",             ["unique"] = false,   ["useable"] = true,   ["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "A Road To Happieness!!"},
---["empty_weed_bag"]                = {["name"] = "empty_weed_bag",            ["label"] = "Empty Weed Bag",       ["weight"] = 10,      ["type"] = "item",      ["image"] = "empty-weed-baggie.png",    ["unique"] = false,   ["useable"] = true,   ["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "To get happy real fast."},
["weed_bag"]                     = {["name"] = "weed_bag",                  ["label"] = "Weed Bag",             ["weight"] = 0,         ["type"] = "item",      ["image"] = "weed-baggie.png",          ["unique"] = false,   ["useable"] = true,   ["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "To get happy real fast."},

    ['weed_nutrition']               = {['name'] = 'weed_nutrition',                ['label'] = 'Plant Fertilizer',         ['weight'] = 2000,      ['type'] = 'item',      ['image'] = 'weed_nutrition.png',       ['unique'] = false,   ['useable'] = true,   ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = 'Plant nutrition'},

    -- Material
    ['plastic']                      = {['name'] = 'plastic',                     ['label'] = 'Plastic',                  ['weight'] = 100,       ['type'] = 'item',      ['image'] = 'plastic.png',            ['unique'] = false,   ['useable'] = false,    ['shouldClose'] = false,   ['combinable'] = nil,   ['description'] = 'RECYCLE! - Greta Thunberg 2019'},
    ['metalscrap']                   = {['name'] = 'metalscrap',                  ['label'] = 'Metal Scrap',            ['weight'] = 100,       ['type'] = 'item',      ['image'] = 'metalscrap.png',         ['unique'] = false,   ['useable'] = false,    ['shouldClose'] = false,   ['combinable'] = nil,   ['description'] = 'You can probably make something nice out of this'},
    ['copper']                     = {['name'] = 'copper',                        ['label'] = 'Copper',                   ['weight'] = 100,       ['type'] = 'item',      ['image'] = 'copper.png',               ['unique'] = false,   ['useable'] = false,    ['shouldClose'] = false,   ['combinable'] = nil,   ['description'] = 'Nice piece of metal that you can probably use for something'},
    ['aluminum']                     = {['name'] = 'aluminum',                      ['label'] = 'Aluminium',                ['weight'] = 100,       ['type'] = 'item',      ['image'] = 'aluminum.png',             ['unique'] = false,   ['useable'] = false,    ['shouldClose'] = false,   ['combinable'] = nil,   ['description'] = 'Nice piece of metal that you can probably use for something'},
    ['aluminumoxide']                = {['name'] = 'aluminumoxide',               ['label'] = 'Aluminium Powder',         ['weight'] = 100,       ['type'] = 'item',      ['image'] = 'aluminumoxide.png',      ['unique'] = false,   ['useable'] = false,    ['shouldClose'] = false,   ['combinable'] = nil,   ['description'] = 'Some powder to mix with'},
    ['iron']                         = {['name'] = 'iron',                        ['label'] = 'Iron',                     ['weight'] = 100,       ['type'] = 'item',      ['image'] = 'iron.png',               ['unique'] = false,   ['useable'] = false,    ['shouldClose'] = false,   ['combinable'] = nil,   ['description'] = 'Handy piece of metal that you can probably use for something'},
    ['ironoxide']                  = {['name'] = 'ironoxide',                     ['label'] = 'Iron Powder',            ['weight'] = 100,       ['type'] = 'item',      ['image'] = 'ironoxide.png',            ['unique'] = false,   ['useable'] = false,    ['shouldClose'] = false,   ['combinable'] = {accept = {'aluminumoxide'}, reward = 'thermite', anim = {['dict'] = 'anim@amb@business@weed@weed_inspecting_high_dry@', ['lib'] = 'weed_inspecting_high_base_inspector', ['text'] = 'Mixing powder..', ['timeOut'] = 10000}},   ['description'] = 'Some powder to mix with.'},
    ['steel']                        = {['name'] = 'steel',                         ['label'] = 'Steel',                  ['weight'] = 100,       ['type'] = 'item',      ['image'] = 'steel.png',                ['unique'] = false,   ['useable'] = false,    ['shouldClose'] = false,   ['combinable'] = nil,   ['description'] = 'Nice piece of metal that you can probably use for something'},
    ['rubber']                     = {['name'] = 'rubber',                        ['label'] = 'Rubber',                   ['weight'] = 100,       ['type'] = 'item',      ['image'] = 'rubber.png',               ['unique'] = false,   ['useable'] = false,    ['shouldClose'] = false,   ['combinable'] = nil,   ['description'] = 'Rubber, I believe you can make your own rubber ducky with it :D'},
    ['glass']                        = {['name'] = 'glass',                         ['label'] = 'Glass',                  ['weight'] = 100,       ['type'] = 'item',      ['image'] = 'glass.png',                ['unique'] = false,   ['useable'] = false,    ['shouldClose'] = false,   ['combinable'] = nil,   ['description'] = 'It is very fragile, watch out'},

-- Tools
    ["cokelabkey"]                   = {["name"] = "cokelabkey",                        ["label"] = "Key to a Door (C)",      ["weight"] = 1000,      ["type"] = "item",      ["image"] = "labkey.png",               ["unique"] = true,      ["useable"] = true,   ["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = ""},
    ["methlabkey"]                   = {["name"] = "methlabkey",                        ["label"] = "Key to a Door (M)",      ["weight"] = 1000,      ["type"] = "item",      ["image"] = "labkey.png",               ["unique"] = true,      ["useable"] = true,   ["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = ""},
    ['lockpick']                     = {['name'] = 'lockpick',                      ['label'] = 'Lockpick',               ['weight'] = 300,       ['type'] = 'item',      ['image'] = 'lockpick.png',             ['unique'] = false,   ['useable'] = true,   ['shouldClose'] = true,    ['combinable'] = {accept = {'screwdriverset'}, reward = 'advancedlockpick', anim = {['dict'] = 'anim@amb@business@weed@weed_inspecting_high_dry@', ['lib'] = 'weed_inspecting_high_base_inspector', ['text'] = 'Crafting lockpick', ['timeOut'] = 7500,}},   ['description'] = 'Very useful if you lose your keys a lot.. or if you want to use it for something else...'},
    ['advancedlockpick']             = {['name'] = 'advancedlockpick',            ['label'] = 'Advanced Lockpick',      ['weight'] = 500,       ['type'] = 'item',      ['image'] = 'advancedlockpick.png',   ['unique'] = false,   ['useable'] = true,   ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = 'If you lose your keys a lot this is very useful... Also useful to open your beers'},
    ['electronickit']                = {['name'] = 'electronickit',               ['label'] = 'Electronic Kit',         ['weight'] = 100,       ['type'] = 'item',      ['image'] = 'electronickit.png',      ['unique'] = false,   ['useable'] = true,   ['shouldClose'] = true,    ['combinable'] = {accept = {'gatecrack'}, reward = 'trojan_usb', anim = nil}, ['description'] = 'If you\'ve always wanted to build a robot you can maybe start here. Maybe you\'ll be the new Elon Musk?'},
    ['gatecrack']                  = {['name'] = 'gatecrack',                     ['label'] = 'Gatecrack',                ['weight'] = 0,         ['type'] = 'item',      ['image'] = 'usb_device.png',         ['unique'] = false,   ['useable'] = false,    ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = 'Handy software to tear down some fences'},
    ['thermite']                     = {['name'] = 'thermite',                      ['label'] = 'Thermite',               ['weight'] = 1000,      ['type'] = 'item',      ['image'] = 'thermite.png',             ['unique'] = false,   ['useable'] = true,   ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = 'Sometimes you\'d wish for everything to burn'},
    ['trojan_usb']                   = {['name'] = 'trojan_usb',                  ['label'] = 'Trojan USB',               ['weight'] = 0,         ['type'] = 'item',      ['image'] = 'usb_device.png',         ['unique'] = false,   ['useable'] = false,    ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = 'Handy software to shut down some systems'},
    ['screwdriverset']               = {['name'] = 'screwdriverset',                ['label'] = 'Toolkit',                  ['weight'] = 1000,      ['type'] = 'item',      ['image'] = 'screwdriverset.png',       ['unique'] = false,   ['useable'] = false,    ['shouldClose'] = false,   ['combinable'] = nil,   ['description'] = 'Very useful to screw... screws...'},
    ['drill']                        = {['name'] = 'drill',                         ['label'] = 'Drill',                  ['weight'] = 20000,   ['type'] = 'item',      ['image'] = 'drill.png',                ['unique'] = false,   ['useable'] = false,    ['shouldClose'] = false,   ['combinable'] = nil,   ['description'] = 'The real deal...'},
    ["c4_bomb"]          = {["name"] = "c4_bomb",         ["label"] = "C4 Bombası",         ["created"] = nil,      ["weight"] = 100,         ["type"] = "item",          ["image"] = "c4_bomb.png",               ["unique"] = false,      ["useable"] = true,   ["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Soygunlarda Kullanılır"},
    -- Vehicle Tools



ChatGPT 发表于 2024-8-19 15:04:55

-- 大麻和种子
["weed_white-widow"] = {["name"] = "weed_white-widow", ["label"] = "白寡妇 2g", ["weight"] = 200, ["type"] = "item", ["image"] = "weed-baggie.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "一袋含有 2g 白寡妇的大麻"},
["weed_skunk"] = {["name"] = "weed_skunk", ["label"] = "臭鼬 2g", ["weight"] = 200, ["type"] = "item", ["image"] = "weed-baggie.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "一袋含有 2g 臭鼬的大麻"},
["weed_purple-haze"] = {["name"] = "weed_purple-haze", ["label"] = "紫雾 2g", ["weight"] = 200, ["type"] = "item", ["image"] = "weed-baggie.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "一袋含有 2g 紫雾的大麻"},
["weed_og-kush"] = {["name"] = "weed_og-kush", ["label"] = "OGKush 2g", ["weight"] = 200, ["type"] = "item", ["image"] = "weed-baggie.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "一袋含有 2g OG Kush的大麻"},
["weed_amnesia"] = {["name"] = "weed_amnesia", ["label"] = "失忆症 2g", ["weight"] = 200, ["type"] = "item", ["image"] = "weed-baggie.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "一袋含有 2g 失忆症的大麻"},
["weed_ak47"] = {["name"] = "weed_ak47", ["label"] = "AK47 2g", ["weight"] = 200, ["type"] = "item", ["image"] = "weed-baggie.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "一袋含有 2g AK47的大麻"},
["weed_white-widow_seed"] = {["name"] = "weed_white-widow_seed", ["label"] = "白寡妇种子", ["weight"] = 0, ["type"] = "item", ["image"] = "weed-plant-seed.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "一颗白寡妇的大麻种子"},
["weed_skunk_seed"] = {["name"] = "weed_skunk_seed", ["label"] = "臭鼬种子", ["weight"] = 0, ["type"] = "item", ["image"] = "weed-plant-seed.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "一颗臭鼬的大麻种子"},
["weed_purple-haze_seed"] = {["name"] = "weed_purple-haze_seed", ["label"] = "紫雾种子", ["weight"] = 0, ["type"] = "item", ["image"] = "weed-plant-seed.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "一颗紫雾的大麻种子"},
["weed_og-kush_seed"] = {["name"] = "weed_og-kush_seed", ["label"] = "OGKush 种子", ["weight"] = 0, ["type"] = "item", ["image"] = "weed-plant-seed.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "一颗OG Kush的大麻种子"},
["weed_amnesia_seed"] = {["name"] = "weed_amnesia_seed", ["label"] = "失忆症种子", ["weight"] = 0, ["type"] = "item", ["image"] = "weed-plant-seed.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "一颗失忆症的大麻种子"},
["weed_ak47_seed"] = {["name"] = "weed_ak47_seed", ["label"] = "AK47 种子", ["weight"] = 0, ["type"] = "item", ["image"] = "weed-plant-seed.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "一颗AK47的大麻种子"},
["weed_nutrition"] = {["name"] = "weed_nutrition", ["label"] = "植物肥料", ["weight"] = 2000, ["type"] = "item", ["image"] = "weed_nutrition.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "植物营养剂"},
['empty_weed_bag'] = {['name'] = 'empty_weed_bag', ['label'] = '空的大麻袋', ['weight'] = 0, ['type'] = 'item', ['image'] = 'weed_baggy_empty.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = '一个小的空袋子'},
["cannabis"] = {["name"] = "cannabis", ["label"] = "大麻", ["weight"] = 200, ["type"] = "item", ["image"] = "cannabis.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "通往幸福之路!"},
["weed_bag"] = {["name"] = "weed_bag", ["label"] = "大麻袋", ["weight"] = 0, ["type"] = "item", ["image"] = "weed-baggie.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "快速变得开心。"},

-- 材料
['plastic'] = {['name'] = 'plastic', ['label'] = '塑料', ['weight'] = 100, ['type'] = 'item', ['image'] = 'plastic.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '回收利用! - Greta Thunberg 2019'},
['metalscrap'] = {['name'] = 'metalscrap', ['label'] = '金属废料', ['weight'] = 100, ['type'] = 'item', ['image'] = 'metalscrap.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '你可能可以用它做点漂亮的东西'},
['copper'] = {['name'] = 'copper', ['label'] = '铜', ['weight'] = 100, ['type'] = 'item', ['image'] = 'copper.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '不错的一块金属,你可能可以用它做点什么'},
['aluminum'] = {['name'] = 'aluminum', ['label'] = '铝', ['weight'] = 100, ['type'] = 'item', ['image'] = 'aluminum.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '不错的一块金属,你可能可以用它做点什么'},
['aluminumoxide'] = {['name'] = 'aluminumoxide', ['label'] = '铝粉', ['weight'] = 100, ['type'] = 'item', ['image'] = 'aluminumoxide.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '一些混合用的粉末'},
['iron'] = {['name'] = 'iron', ['label'] = '铁', ['weight'] = 100, ['type'] = 'item', ['image'] = 'iron.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '很好的一块金属,你可能可以用它做点什么'},
['ironoxide'] = {['name'] = 'ironoxide', ['label'] = '铁粉', ['weight'] = 100, ['type'] = 'item', ['image'] = 'ironoxide.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = {accept = {'aluminumoxide'}, reward = 'thermite', anim = {['dict'] = 'anim@amb@business@weed@weed_inspecting_high_dry@', ['lib'] = 'weed_inspecting_high_base_inspector', ['text'] = '混合粉末中..', ['timeOut'] = 10000}}, ['description'] = '一些混合用的粉末。'},
['steel'] = {['name'] = 'steel', ['label'] = '钢', ['weight'] = 100, ['type'] = 'item', ['image'] = 'steel.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '不错的一块金属,你可能可以用它做点什么'},
['rubber'] = {['name'] = 'rubber', ['label'] = '橡胶', ['weight'] = 100, ['type'] = 'item', ['image'] = 'rubber.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '橡胶,我相信你可以用它做自己的橡胶鸭子 :D'},
['glass'] = {['name'] = 'glass', ['label'] = '玻璃', ['weight'] = 100, ['type'] = 'item', ['image'] = 'glass.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '非常脆弱,小心使用'},

-- 工具
["cokelabkey"] = {["name"] = "cokelabkey", ["label"] = "门的钥匙 (C)", ["weight"] = 1000, ["type"] = "item", ["image"] = "labkey.png", ["unique"] = true, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["methlabkey"] = {["name"] = "methlabkey", ["label"] = "门的钥匙 (M)", ["weight"] = 1000, ["type"] = "item", ["image"] = "labkey.png", ["unique"] = true, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
['lockpick'] = {['name'] = 'lockpick', ['label'] = '锁撬工具', ['weight'] = 300, ['type'] = 'item', ['image'] = 'lockpick.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = {accept = {'screwdriverset'}, reward = 'advancedlockpick', anim = {['dict'] = 'anim@amb@business@weed@weed_inspecting_high_dry@', ['lib'] = 'weed_inspecting_high_base_inspector', ['text'] = '制作锁撬工具', ['timeOut'] = 7500}}, ['description'] = '如果你经常丢钥匙,这个非常有用...或者你想用来做其他事情...'},
['advancedlockpick'] = {['name'] = 'advancedlockpick', ['label'] = '高级锁撬工具', ['weight'] = 500, ['type'] = 'item', ['image'] = 'advancedlockpick.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = '如果你经常丢钥匙,这个非常有用...也可以用来打开啤酒瓶'},
['electronickit'] = {['name'] = 'electronickit', ['label'] = '电子工具包', ['weight'] = 100, ['type'] = 'item', ['image'] = 'electronickit.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = {accept = {'gatecrack'}, reward = 'trojan_usb', anim = nil}, ['description'] = '如果你一直想造一个机器人,可以从这里开始。也许你会成为下一个马斯克?'},
['gatecrack'] = {['name'] = 'gatecrack', ['label'] = '破门器', ['weight'] = 0, ['type'] = 'item', ['image'] = 'usb_device.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = '拆除一些围栏的软件'},
['thermite'] = {['name'] = 'thermite', ['label'] = '铝热剂', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'thermite.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = '有时候你希望能把所有东西都烧掉'},
['trojan_usb'] = {['name'] = 'trojan_usb', ['label'] = '木马 USB', ['weight'] = 0, ['type'] = 'item', ['image'] = 'usb_device.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = '关闭一些系统的便捷软件'},
['screwdriverset'] = {['name'] = 'screwdriverset', ['label'] = '工具箱', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'screwdriverset.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '非常适合拧螺丝...'},
['drill'] = {['name'] = 'drill', ['label'] = '电钻', ['weight'] = 20000, ['type'] = 'item', ['image'] = 'drill.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '真正的专业工具...'},
["c4_bomb"] = {["name"] = "c4_bomb", ["label"] = "C4 炸弹", ["created"] = nil, ["weight"] = 100, ["type"] = "item", ["image"] = "c4_bomb.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "用于抢劫"},
页: [1]
查看完整版本: 翻译成中文,保留原有代码