wx363880556 发表于 2024-8-19 15:08:54

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


-- Vehicle Tools
    ['emptynitrous']                     = {['name'] = 'emptynitrous',                      ['label'] = 'Empty Nitrous',                  ['weight'] = 1000,      ['type'] = 'item',      ['image'] = 'nitrous.png',            ['unique'] = false,   ['useable'] = true,   ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = 'Empty Nitrous :D'},
    ['nitrous']                      = {['name'] = 'nitrous',                     ['label'] = 'Nitrous',                  ['weight'] = 1000,      ['type'] = 'item',      ['image'] = 'nitrous.png',            ['unique'] = false,   ['useable'] = true,   ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = 'Speed up, gas pedal! :D'},
    ['repairkit3']                   = {['name'] = 'repairkit',                     ['label'] = 'Engine Repairkit',               ['weight'] = 2500,      ['type'] = 'item',      ['image'] = 'repairkit.png',            ['unique'] = false,   ['useable'] = true,   ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = 'A nice toolbox with stuff to repair your vehicle'},
    ['repairkit']                  = {['name'] = 'repairkit',                     ['label'] = 'Engine Repairkit',               ['weight'] = 2500,      ['type'] = 'item',      ['image'] = 'repairkit.png',            ['unique'] = false,   ['useable'] = true,   ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = 'A nice toolbox with stuff to repair your vehicle'},
    ['advancedrepairkit']            = {['name'] = 'advancedrepairkit',             ['label'] = 'Advanced Repairkit',       ['weight'] = 4000,      ['type'] = 'item',      ['image'] = 'advancedkit.png',          ['unique'] = false,   ['useable'] = true,   ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = 'A nice toolbox with stuff to repair your vehicle'},
    ['advancedrepairkit3']         = {['name'] = 'advancedrepairkit3',            ['label'] = 'Advanced Repairkit',       ['weight'] = 4000,      ['type'] = 'item',      ['image'] = 'advancedkit.png',          ['unique'] = false,   ['useable'] = true,   ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = 'A nice toolbox with stuff to repair your vehicle'},
    ['cleaningkit']                  = {['name'] = 'cleaningkit',                   ['label'] = 'Cleaning Kit',             ['weight'] = 250,       ['type'] = 'item',      ['image'] = 'cleaningkit.png',          ['unique'] = false,   ['useable'] = true,   ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = 'A microfiber cloth with some soap will let your car sparkle again!'},
    ['tunerlaptop']                  = {['name'] = 'tunerlaptop',                   ['label'] = 'Tunerchip',                ['weight'] = 2000,      ['type'] = 'item',      ['image'] = 'tunerchip.png',            ['unique'] = true,      ['useable'] = true,   ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = 'With this tunerchip you can get your car on steroids... If you know what you\'re doing'},
    ['harness']                      = {['name'] = 'harness',                     ['label'] = 'Race Harness',             ['weight'] = 1000,      ['type'] = 'item',      ['image'] = 'harness.png',            ['unique'] = true,      ['useable'] = true,   ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = 'Racing Harness so no matter what you stay in the car'},
    ['jerry_can']                  = {['name'] = 'jerry_can',                     ['label'] = 'Jerrycan 20L',             ['weight'] = 20000,   ['type'] = 'item',      ['image'] = 'jerry_can.png',            ['unique'] = false,   ['useable'] = true,   ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = 'A can full of Fuel'},

    -- Medication
    ['firstaid']                     = {['name'] = 'firstaid',                      ['label'] = 'First Aid',                ['weight'] = 2500,      ['type'] = 'item',      ['image'] = 'firstaid.png',             ['unique'] = false,   ['useable'] = true,   ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = 'You can use this First Aid kit to get people back on their feet'},
    ['bandage']                      = {['name'] = 'bandage',                     ['label'] = 'Bandage',                  ['weight'] = 0,         ['type'] = 'item',      ['image'] = 'bandage.png',            ['unique'] = false,   ['useable'] = true,   ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = 'A bandage works every time'},
    ['painkillers']                  = {['name'] = 'painkillers',                   ['label'] = 'Painkillers',            ['weight'] = 0,         ['type'] = 'item',      ['image'] = 'painkillers.png',          ['unique'] = false,   ['useable'] = true,   ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = 'For pain you can\'t stand anymore, take this pill that\'d make you feel great again'},
    ['walkstick']                  = {['name'] = 'walkstick',                     ['label'] = 'Walking Stick',            ['weight'] = 1000,      ['type'] = 'item',      ['image'] = 'walkstick.png',            ['unique'] = false,   ['useable'] = true,   ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = 'Walking stick for ya\'ll grannies out there.. HAHA'},
   
    -- Communication
    ['phone']                        = {['name'] = 'phone',                         ['label'] = 'Phone',                  ['weight'] = 700,       ['type'] = 'item',      ['image'] = 'phone.png',                ['unique'] = true,      ['useable'] = false,    ['shouldClose'] = false,   ['combinable'] = nil,   ['description'] = 'Neat phone ya got there'},
    ['radio']                        = {['name'] = 'radio',                         ['label'] = 'Radio',                  ['weight'] = 2000,      ['type'] = 'item',      ['image'] = 'radio.png',                ['unique'] = true,      ['useable'] = true,   ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = 'You can communicate with this through a signal'},
    ['iphone']                     = {['name'] = 'iphone',                        ['label'] = 'iPhone',                   ['weight'] = 1000,      ['type'] = 'item',      ['image'] = 'iphone.png',               ['unique'] = false,   ['useable'] = false,    ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = 'Very expensive phone'},
    ['samsungphone']               = {['name'] = 'samsungphone',                  ['label'] = 'Samsung S10',            ['weight'] = 1000,      ['type'] = 'item',      ['image'] = 'samsungphone.png',         ['unique'] = false,   ['useable'] = false,    ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = 'Very expensive phone'},
    ['laptop']                     = {['name'] = 'laptop',                        ['label'] = 'Laptop',                   ['weight'] = 4000,      ['type'] = 'item',      ['image'] = 'laptop.png',               ['unique'] = false,   ['useable'] = false,    ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = 'Expensive laptop'},
    ['tablet']                     = {['name'] = 'tablet',                        ['label'] = 'Tablet',                   ['weight'] = 2000,      ['type'] = 'item',      ['image'] = 'tablet.png',               ['unique'] = false,   ['useable'] = false,    ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = 'Expensive tablet'},
    ['fitbit']                     = {['name'] = 'fitbit',                        ['label'] = 'Fitbit',                   ['weight'] = 500,       ['type'] = 'item',      ['image'] = 'fitbit.png',               ['unique'] = true,      ['useable'] = true,   ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = 'I like fitbit'},
    ['radioscanner']               = {['name'] = 'radioscanner',                  ['label'] = 'Radio Scanner',            ['weight'] = 1000,      ['type'] = 'item',      ['image'] = 'radioscanner.png',         ['unique'] = false,   ['useable'] = false,    ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = 'With this you can get some police alerts. Not 100% effective however'},
    ['pinger']                     = {['name'] = 'pinger',                        ['label'] = 'Pinger',                   ['weight'] = 1000,      ['type'] = 'item',      ['image'] = 'pinger.png',               ['unique'] = false,   ['useable'] = false,    ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = 'With a pinger and your phone you can send out your location'},
    ['cryptostick']                  = {['name'] = 'cryptostick',                   ['label'] = 'Crypto Stick',             ['weight'] = 200,       ['type'] = 'item',      ['image'] = 'cryptostick.png',          ['unique'] = true,      ['useable'] = true,   ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = 'Why would someone ever buy money that doesn\'t exist.. How many would it contain..?'},
    ['goldenphone']                  = {['name'] = 'goldenphone',                   ['label'] = 'Cocain Phone',             ['weight'] = 200,       ['type'] = 'item',      ['image'] = 'goldenphone.png',          ['unique'] = true,      ['useable'] = true,   ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = 'Why would someone ever buy money that doesn\'t exist.. How many would it contain..?'},
    ['redphone']               = {['name'] = 'redphone',                  ['label'] = 'Meth Phone',         ['weight'] = 200,       ['type'] = 'item',      ['image'] = 'redphone.png',             ['unique'] = true,      ['useable'] = true,   ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = 'Why would someone ever buy money that doesn\'t exist.. How many would it contain..?'},
    ['greenphone']               = {['name'] = 'greenphone',                  ['label'] = 'Weed Phone',         ['weight'] = 200,       ['type'] = 'item',      ['image'] = 'greenphone.png',         ['unique'] = true,      ['useable'] = true,   ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = 'Why would someone ever buy money that doesn\'t exist.. How many would it contain..?'},


    -- Theft and Jewelry
    ['rolex']                        = {['name'] = 'rolex',                         ['label'] = 'Golden Watch',             ['weight'] = 1500,      ['type'] = 'item',      ['image'] = 'rolex.png',                ['unique'] = false,   ['useable'] = false,    ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = 'A golden watch seems like the jackpot to me!'},
    ['diamond_ring']               = {['name'] = 'diamond_ring',                  ['label'] = 'Diamond Ring',             ['weight'] = 1500,      ['type'] = 'item',      ['image'] = 'diamond_ring.png',         ['unique'] = false,   ['useable'] = false,    ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = 'A diamond ring seems like the jackpot to me!'},
    ['goldchain']                  = {['name'] = 'goldchain',                     ['label'] = 'Golden Chain',             ['weight'] = 1500,      ['type'] = 'item',      ['image'] = 'goldchain.png',            ['unique'] = false,   ['useable'] = false,    ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = 'A golden chain seems like the jackpot to me!'},
    ['10kgoldchain']               = {['name'] = '10kgoldchain',                  ['label'] = '10k Gold Chain',         ['weight'] = 2000,      ['type'] = 'item',      ['image'] = '10kgoldchain.png',         ['unique'] = false,   ['useable'] = false,    ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = '10 carat golden chain'},
    ["package"]                      = {["name"] = "package",               ["label"] = "Suspicious Package",               ["weight"] = 25000,         ["type"] = "item",      ["image"] = "package.png",            ["unique"] = true,      ["useable"] = false,    ["shouldClose"] = false,   ["combinable"] = nil,   ["description"] = "Package covered in tape and milk stickers.\nMarked for Police Seizure"},



ChatGPT 发表于 2024-8-19 15:09:42

-- 车辆工具
['emptynitrous'] = {['name'] = 'emptynitrous', ['label'] = '空硝基燃料罐', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'nitrous.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = '空硝基燃料罐 :D'},
['nitrous'] = {['name'] = 'nitrous', ['label'] = '硝基燃料', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'nitrous.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = '加速,加油门! :D'},
['repairkit3'] = {['name'] = 'repairkit', ['label'] = '发动机修理包', ['weight'] = 2500, ['type'] = 'item', ['image'] = 'repairkit.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = '一个不错的工具箱,里面有修理车辆的物品'},
['repairkit'] = {['name'] = 'repairkit', ['label'] = '发动机修理包', ['weight'] = 2500, ['type'] = 'item', ['image'] = 'repairkit.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = '一个不错的工具箱,里面有修理车辆的物品'},
['advancedrepairkit'] = {['name'] = 'advancedrepairkit', ['label'] = '高级修理包', ['weight'] = 4000, ['type'] = 'item', ['image'] = 'advancedkit.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = '一个不错的工具箱,里面有修理车辆的物品'},
['advancedrepairkit3'] = {['name'] = 'advancedrepairkit3', ['label'] = '高级修理包', ['weight'] = 4000, ['type'] = 'item', ['image'] = 'advancedkit.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = '一个不错的工具箱,里面有修理车辆的物品'},
['cleaningkit'] = {['name'] = 'cleaningkit', ['label'] = '清洁工具包', ['weight'] = 250, ['type'] = 'item', ['image'] = 'cleaningkit.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = '一块微纤维布加上肥皂,可以让你的车焕然一新!'},
['tunerlaptop'] = {['name'] = 'tunerlaptop', ['label'] = '调谐芯片', ['weight'] = 2000, ['type'] = 'item', ['image'] = 'tunerchip.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = '用这个调谐芯片可以让你的车像打了兴奋剂……如果你知道怎么用的话'},
['harness'] = {['name'] = 'harness', ['label'] = '赛跑安全带', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'harness.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = '赛车用安全带,无论发生什么你都能留在车里'},
['jerry_can'] = {['name'] = 'jerry_can', ['label'] = '20升油罐', ['weight'] = 20000, ['type'] = 'item', ['image'] = 'jerry_can.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = '一罐满满的燃料'},

-- 医疗用品
['firstaid'] = {['name'] = 'firstaid', ['label'] = '急救包', ['weight'] = 2500, ['type'] = 'item', ['image'] = 'firstaid.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = '你可以用这个急救包把人救起来'},
['bandage'] = {['name'] = 'bandage', ['label'] = '绷带', ['weight'] = 0, ['type'] = 'item', ['image'] = 'bandage.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = '绷带每次都管用'},
['painkillers'] = {['name'] = 'painkillers', ['label'] = '止痛药', ['weight'] = 0, ['type'] = 'item', ['image'] = 'painkillers.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = '当你无法忍受疼痛时,吃了这颗药你会感觉好很多'},
['walkstick'] = {['name'] = 'walkstick', ['label'] = '拐杖', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'walkstick.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = '为你们这些老奶奶准备的拐杖.. 哈哈'},

-- 通讯设备
['phone'] = {['name'] = 'phone', ['label'] = '手机', ['weight'] = 700, ['type'] = 'item', ['image'] = 'phone.png', ['unique'] = true, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '你这手机真不错'},
['radio'] = {['name'] = 'radio', ['label'] = '收音机', ['weight'] = 2000, ['type'] = 'item', ['image'] = 'radio.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = '你可以通过信号与它通信'},
['iphone'] = {['name'] = 'iphone', ['label'] = 'iPhone', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'iphone.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = '非常昂贵的手机'},
['samsungphone'] = {['name'] = 'samsungphone', ['label'] = '三星S10', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'samsungphone.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = '非常昂贵的手机'},
['laptop'] = {['name'] = 'laptop', ['label'] = '笔记本电脑', ['weight'] = 4000, ['type'] = 'item', ['image'] = 'laptop.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = '昂贵的笔记本电脑'},
['tablet'] = {['name'] = 'tablet', ['label'] = '平板电脑', ['weight'] = 2000, ['type'] = 'item', ['image'] = 'tablet.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = '昂贵的平板电脑'},
['fitbit'] = {['name'] = 'fitbit', ['label'] = 'Fitbit', ['weight'] = 500, ['type'] = 'item', ['image'] = 'fitbit.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = '我喜欢Fitbit'},
['radioscanner'] = {['name'] = 'radioscanner', ['label'] = '无线电扫描仪', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'radioscanner.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = '通过这个设备,你可以获取一些警察的警报。不过不是百分之百有效'},
['pinger'] = {['name'] = 'pinger', ['label'] = '定位器', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'pinger.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = '有了定位器和手机,你可以发送你的位置信息'},
['cryptostick'] = {['name'] = 'cryptostick', ['label'] = '加密U盘', ['weight'] = 200, ['type'] = 'item', ['image'] = 'cryptostick.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = '为什么有人会买不存在的钱呢.. 它能容纳多少呢..?'},
['goldenphone'] = {['name'] = 'goldenphone', ['label'] = '毒品电话', ['weight'] = 200, ['type'] = 'item', ['image'] = 'goldenphone.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = '为什么有人会买不存在的钱呢.. 它能容纳多少呢..?'},
['redphone'] = {['name'] = 'redphone', ['label'] = '冰毒电话', ['weight'] = 200, ['type'] = 'item', ['image'] = 'redphone.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = '为什么有人会买不存在的钱呢.. 它能容纳多少呢..?'},
['greenphone'] = {['name'] = 'greenphone', ['label'] = '大麻电话', ['weight'] = 200, ['type'] = 'item', ['image'] = 'greenphone.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = '为什么有人会买不存在的钱呢.. 它能容纳多少呢..?'},

-- 盗窃和珠宝
['rolex'] = {['name'] = 'rolex', ['label'] = '金表', ['weight'] = 1500, ['type'] = 'item', ['image'] = 'rolex.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = '一块金表,对我来说就像中了大奖!'},
['diamond_ring'] = {['name'] = 'diamond_ring', ['label'] = '钻戒', ['weight'] = 1500, ['type'] = 'item', ['image'] = 'diamond_ring.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = '一枚钻戒,对我来说就像中了大奖!'},
['goldchain'] = {['name'] = 'goldchain', ['label'] = '黄金项链', ['weight'] = 1500, ['type'] = 'item', ['image'] = 'goldchain.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = '一条金项链,对我来说就像中了大奖!'},
['10kgoldchain'] = {['name'] = '10kgoldchain', ['label'] = '10k金项链', ['weight'] = 2000, ['type'] = 'item', ['image'] = '10kgoldchain.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = '十克拉的金项链'},
["package"] = {["name"] = "package", ["label"] = "可疑包裹", ["weight"] = 25000, ["type"] = "item", ["image"] = "package.png", ["unique"] = true, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "包裹上贴满了胶带和牛奶标签。\n标记为警方扣押"}

ChatGPT 发表于 2024-8-19 15:11:45

-- 车辆工具
    ['emptynitrous']                     = {['name'] = 'emptynitrous',                      ['label'] = '空的氮气瓶',                   ['weight'] = 1000,      ['type'] = 'item',      ['image'] = 'nitrous.png',            ['unique'] = false,   ['useable'] = true,   ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = '空的氮气瓶 :D'},
    ['nitrous']                        = {['name'] = 'nitrous',                     ['label'] = '氮气',                     ['weight'] = 1000,      ['type'] = 'item',      ['image'] = 'nitrous.png',            ['unique'] = false,   ['useable'] = true,   ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = '加速,用油门! :D'},
    ['repairkit3']                     = {['name'] = 'repairkit',                     ['label'] = '发动机修理包',                ['weight'] = 2500,      ['type'] = 'item',      ['image'] = 'repairkit.png',            ['unique'] = false,   ['useable'] = true,   ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = '一个不错的工具箱,用来修理你的车辆'},
    ['repairkit']                        = {['name'] = 'repairkit',                     ['label'] = '发动机修理包',                ['weight'] = 2500,      ['type'] = 'item',      ['image'] = 'repairkit.png',            ['unique'] = false,   ['useable'] = true,   ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = '一个不错的工具箱,用来修理你的车辆'},
    ['advancedrepairkit']                = {['name'] = 'advancedrepairkit',             ['label'] = '高级修理包',               ['weight'] = 4000,      ['type'] = 'item',      ['image'] = 'advancedkit.png',          ['unique'] = false,   ['useable'] = true,   ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = '一个不错的工具箱,用来修理你的车辆'},
    ['advancedrepairkit3']               = {['name'] = 'advancedrepairkit3',            ['label'] = '高级修理包',               ['weight'] = 4000,      ['type'] = 'item',      ['image'] = 'advancedkit.png',          ['unique'] = false,   ['useable'] = true,   ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = '一个不错的工具箱,用来修理你的车辆'},
    ['cleaningkit']                      = {['name'] = 'cleaningkit',                   ['label'] = '清洁套件',                  ['weight'] = 250,       ['type'] = 'item',      ['image'] = 'cleaningkit.png',          ['unique'] = false,   ['useable'] = true,   ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = '一块纤维布和一些肥皂会让你的车再次闪亮!'},
    ['tunerlaptop']                      = {['name'] = 'tunerlaptop',                   ['label'] = '调谐芯片',                  ['weight'] = 2000,      ['type'] = 'item',      ['image'] = 'tunerchip.png',            ['unique'] = true,      ['useable'] = true,   ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = '使用这个调谐芯片,你可以让你的车如同打了兴奋剂一样... 如果你知道怎么使用的话'},
    ['harness']                        = {['name'] = 'harness',                     ['label'] = '赛车安全带',               ['weight'] = 1000,      ['type'] = 'item',      ['image'] = 'harness.png',            ['unique'] = true,      ['useable'] = true,   ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = '赛车安全带,无论如何你都会留在车内'},
    ['jerry_can']                        = {['name'] = 'jerry_can',                     ['label'] = '20L燃油罐',                  ['weight'] = 20000,   ['type'] = 'item',      ['image'] = 'jerry_can.png',            ['unique'] = false,   ['useable'] = true,   ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = '一罐满满的燃料'},

-- 药品
    ['firstaid']                         = {['name'] = 'firstaid',                      ['label'] = '急救包',                     ['weight'] = 2500,      ['type'] = 'item',      ['image'] = 'firstaid.png',             ['unique'] = false,   ['useable'] = true,   ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = '你可以使用这个急救包帮助人们恢复健康'},
    ['bandage']                        = {['name'] = 'bandage',                     ['label'] = '绷带',                     ['weight'] = 0,         ['type'] = 'item',      ['image'] = 'bandage.png',            ['unique'] = false,   ['useable'] = true,   ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = '每次都有效的绷带'},
    ['painkillers']                      = {['name'] = 'painkillers',                   ['label'] = '止痛药',                     ['weight'] = 0,         ['type'] = 'item',      ['image'] = 'painkillers.png',          ['unique'] = false,   ['useable'] = true,   ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = '当你无法忍受疼痛时,服用这片药丸会让你感觉良好'},
    ['walkstick']                        = {['name'] = 'walkstick',                     ['label'] = '拐杖',                     ['weight'] = 1000,      ['type'] = 'item',      ['image'] = 'walkstick.png',            ['unique'] = false,   ['useable'] = true,   ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = '给所有老奶奶的拐杖.. 哈哈'},

-- 通信设备
    ['phone']                            = {['name'] = 'phone',                         ['label'] = '手机',                     ['weight'] = 700,       ['type'] = 'item',      ['image'] = 'phone.png',                ['unique'] = true,      ['useable'] = false,    ['shouldClose'] = false,   ['combinable'] = nil,   ['description'] = '挺不错的手机'},
    ['radio']                            = {['name'] = 'radio',                         ['label'] = '收音机',                     ['weight'] = 2000,      ['type'] = 'item',      ['image'] = 'radio.png',                ['unique'] = true,      ['useable'] = true,   ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = '你可以通过信号进行通信'},
    ['iphone']                           = {['name'] = 'iphone',                        ['label'] = 'iPhone',                  ['weight'] = 1000,      ['type'] = 'item',      ['image'] = 'iphone.png',               ['unique'] = false,   ['useable'] = false,    ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = '非常昂贵的手机'},
    ['samsungphone']                     = {['name'] = 'samsungphone',                  ['label'] = '三星S10',                      ['weight'] = 1000,      ['type'] = 'item',      ['image'] = 'samsungphone.png',         ['unique'] = false,   ['useable'] = false,    ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = '非常昂贵的手机'},
    ['laptop']                           = {['name'] = 'laptop',                        ['label'] = '笔记本电脑',                   ['weight'] = 4000,      ['type'] = 'item',      ['image'] = 'laptop.png',               ['unique'] = false,   ['useable'] = false,    ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = '昂贵的笔记本电脑'},
    ['tablet']                           = {['name'] = 'tablet',                        ['label'] = '平板电脑',                   ['weight'] = 2000,      ['type'] = 'item',      ['image'] = 'tablet.png',               ['unique'] = false,   ['useable'] = false,    ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = '昂贵的平板电脑'},
    ['fitbit']                           = {['name'] = 'fitbit',                        ['label'] = 'Fitbit',                  ['weight'] = 500,       ['type'] = 'item',      ['image'] = 'fitbit.png',               ['unique'] = true,      ['useable'] = true,   ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = '我喜欢Fitbit'},
    ['radioscanner']                     = {['name'] = 'radioscanner',                  ['label'] = '无线电扫描仪',               ['weight'] = 1000,      ['type'] = 'item',      ['image'] = 'radioscanner.png',         ['unique'] = false,   ['useable'] = false,    ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = '通过这个你能获得一些警察的警报。尽管不是100%有效'},
    ['pinger']                           = {['name'] = 'pinger',                        ['label'] = '定位器',                  ['weight'] = 1000,      ['type'] = 'item',      ['image'] = 'pinger.png',               ['unique'] = false,   ['useable'] = false,    ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = '使用定位器和你的手机,你可以发送你的位置信息'},
    ['cryptostick']                      = {['name'] = 'cryptostick',                   ['label'] = '加密棒',                     ['weight'] = 200,       ['type'] = 'item',      ['image'] = 'cryptostick.png',          ['unique'] = true,      ['useable'] = true,   ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = '为什么有人会买不存在的钱.. 它能装多少..?'},
    ['goldenphone']                      = {['name'] = 'goldenphone',                   ['label'] = '可卡因手机',               ['weight'] = 200,       ['type'] = 'item',      ['image'] = 'goldenphone.png',          ['unique'] = true,      ['useable'] = true,   ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = '为什么有人会买不存在的钱.. 它能装多少..?'},
    ['redphone']                         = {['name'] = 'redphone',                      ['label'] = '冰毒手机',                  ['weight'] = 200,       ['type'] = 'item',      ['image'] = 'redphone.png',             ['unique'] = true,      ['useable'] = true,   ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = '为什么有人会买不存在的钱.. 它能装多少..?'},
    ['greenphone']                     = {['name'] = 'greenphone',                  ['label'] = '大麻手机',                   ['weight'] = 200,       ['type'] = 'item',      ['image'] = 'greenphone.png',         ['unique'] = true,      ['useable'] = true,   ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = '为什么有人会买不存在的钱.. 它能装多少..?'},

-- 偷窃和珠宝
    ['rolex']                            = {['name'] = 'rolex',                         ['label'] = '金表',                     ['weight'] = 1500,      ['type'] = 'item',      ['image'] = 'rolex.png',                ['unique'] = false,   ['useable'] = false,    ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = '金表对我来说似乎像是中头彩!'},
    ['diamond_ring']                     = {['name'] = 'diamond_ring',                  ['label'] = '钻戒',                     ['weight'] = 1500,      ['type'] = 'item',      ['image'] = 'diamond_ring.png',         ['unique'] = false,   ['useable'] = false,    ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = '钻戒对我来说似乎像是中头彩!'},
    ['goldchain']                        = {['name'] = 'goldchain',                     ['label'] = '金链',                     ['weight'] = 1500,      ['type'] = 'item',      ['image'] = 'goldchain.png',            ['unique'] = false,   ['useable'] = false,    ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = '金链对我来说似乎像是中头彩!'},
    ['10kgoldchain']                     = {['name'] = '10kgoldchain',                  ['label'] = '10k金链',                   ['weight'] = 2000,      ['type'] = 'item',      ['image'] = '10kgoldchain.png',         ['unique'] = false,   ['useable'] = false,    ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = '10克拉金链'},
    ["package"]                        = {["name"] = "package",                     ["label"] = "可疑包裹",                   ["weight"] = 25000,   ["type"] = "item",      ["image"] = "package.png",            ["unique"] = true,      ["useable"] = false,    ["shouldClose"] = false,   ["combinable"] = nil,   ["description"] = "覆盖有胶带和牛奶贴纸的包裹。\n标记为警察查封物品"},

wx363880556 发表于 2024-8-19 21:31:31

['turkraki']                                       = {['name'] = 'turkraki',                                                     ["decay"] = 1.0,['label'] = 'Turkish raki',                         ['weight'] = 500,                 ['type'] = 'item',                 ['image'] = 'turkraki.png',                                 ['unique'] = false,         ['useable'] = true,         ['shouldClose'] = true,           ['combinable'] = nil,   ['description'] = 'içelim güzelleşelim'},
        ["specialbadge"]                                = {["name"] = "specialbadge",                                           ["label"] = "Police Badge",                         ["weight"] = 1000,                 ["type"] = "item",                 ["image"] = "specialbadge.png",         ["unique"] = false,         ["useable"] = true,         ["shouldClose"] = true,           ["combinable"] = nil,   ["description"] = "Special Badge of Law Enforcements"},
        ["stancerkit"]                        = {["name"] = "stancerkit",                                ["label"] = "Stancer KIT",                                         ["weight"] = 20000,         ["type"] = "item",                 ["image"] = "laptop_prac.png",                         ["unique"] = true,                 ["useable"] = true,         ["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Browse online like a true gangsta"},
        ["heistlaptopprac"]                        = {["name"] = "heistlaptopprac",                                ["label"] = "Laptop",                                         ["weight"] = 20000,         ["type"] = "item",                 ["image"] = "laptop_prac.png",                         ["unique"] = true,                 ["useable"] = true,         ["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Browse online like a true gangsta"},
        ["heistlaptop3"]                               = {["name"] = "heistlaptop3",                                        ["label"] = "Laptop",                                         ["weight"] = 20000,         ["type"] = "item",                 ["image"] = "laptop03.png",                         ["unique"] = true,                 ["useable"] = true,         ["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Pre-configured to access certain systems. Marked for police seizure."},
        ["heistlaptop2"]                               = {["name"] = "heistlaptop2",                                        ["label"] = "Laptop",                                         ["weight"] = 20000,         ["type"] = "item",                 ["image"] = "laptop02.png",                         ["unique"] = true,                 ["useable"] = true,         ["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Pre-configured to access certain systems. Marked for police seizure."},
        ["heistlaptop4"]                               = {["name"] = "heistlaptop4",                                        ["label"] = "Laptop",                                         ["weight"] = 20000,         ["type"] = "item",                 ["image"] = "laptop04.png",                         ["unique"] = true,                 ["useable"] = true,         ["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Pre-configured to access certain systems. Marked for police seizure."},
        ["heistlaptop1"]                               = {["name"] = "heistlaptop1",                                        ["label"] = "Laptop",                                         ["weight"] = 20000,         ["type"] = "item",                 ["image"] = "laptop01.png",                         ["unique"] = true,                 ["useable"] = true,         ["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Pre-configured to access certain systems. Marked for police seizure."},
        ["disabler"]                                         = {["name"] = "disabler",                                                ["label"] = "Tracker Disabling Tool",         ["weight"] = 0,                 ["type"] = "item",                 ["image"] = "disabler.png",                         ["unique"] = true,                 ["useable"] = true,         ["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Plug this in and keep moving."},
        ["pixellaptop"]                                  = {["name"] = "pixellaptop",                                        ["label"] = "ConverLaptop",                         ["weight"] = 10000,         ["type"] = "item",                 ["image"] = "tablet.png",                                 ["unique"] = true,                 ["useable"] = true,         ["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Pixel 3 (os) 0.6.9"},
        ["newsmic"]                                      = {["name"] = "newsmic",                                                   ["label"] = "News Microphone",                         ["weight"] = 5000,                 ["type"] = "item",                 ["image"] = "np_news_mic.png",                                 ["unique"] = true,                 ["useable"] = true,         ["shouldClose"] = true,           ["combinable"] = nil,   ["description"] = "News Microphone | Property of Weazel News"},
["newscam"]                                      = {["name"] = "newscam",                                                   ["label"] = "News Camera",                                 ["weight"] = 5000,                 ["type"] = "item",                 ["image"] = "np_news_camera.png",                                 ["unique"] = true,                 ["useable"] = true,         ["shouldClose"] = true,           ["combinable"] = nil,   ["description"] = "News Camera | Property of Weazel News"},
["newstape"]                                      = {["name"] = "newstape",                                                   ["label"] = "Video Tape",                                 ["weight"] = 1000,                 ["type"] = "item",                 ["image"] = "np_news_tape.png",                         ["unique"] = true,                 ["useable"] = true,         ["shouldClose"] = true,           ["combinable"] = nil,   ["description"] = "Empty Video Tape"},
       
        ["engine0"]                                 = {["name"] = "engine0",                                                         ["label"] = "Stock Engine A",                                                 ["weight"] = 125,                 ["type"] = "item",                 ["image"] = "engine_parts_a.png",                                                 ["unique"] = false,         ["useable"] = true,         ["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Stock Engine"},
        ["engine1"]                                 = {["name"] = "engine1",                                                         ["label"] = "Engine Upgrade B",                                         ["weight"] = 125,                 ["type"] = "item",                 ["image"] = "engine_parts_b.png",                                                 ["unique"] = false,         ["useable"] = true,         ["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Engine Upgrade 1"},
        ["engine2"]                                 = {["name"] = "engine2",                                                         ["label"] = "Engine Upgrade C",                                         ["weight"] = 125,                 ["type"] = "item",                 ["image"] = "engine_parts_c.png",                                                 ["unique"] = false,         ["useable"] = true,         ["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Engine Upgrade 2"},
        ["engine3"]                                 = {["name"] = "engine3",                                                         ["label"] = "Engine Upgrade D",                                         ["weight"] = 125,                 ["type"] = "item",                 ["image"] = "engine_parts_d.png",                                                 ["unique"] = false,         ["useable"] = true,         ["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Engine Upgrade 3"},
        ["engine4"]                                 = {["name"] = "engine4",                                                         ["label"] = "Engine Upgrade S",                                         ["weight"] = 125,                 ["type"] = "item",                 ["image"] = "engine_parts_s.png",                                                 ["unique"] = false,         ["useable"] = true,         ["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Engine Upgrade 4"},

        ["brake0"]                                         = {["name"] = "brake0",                                                         ["label"] = "Stock Brakes A",                                                 ["weight"] = 125,                 ["type"] = "item",                 ["image"] = "brake_parts_a.png",                                                 ["unique"] = false,         ["useable"] = true,         ["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Stock Brake"},
        ["brake1"]                                     = {["name"] = "brake1",                                                         ["label"] = "Brakes Upgrade B",                                         ["weight"] = 125,                 ["type"] = "item",                 ["image"] = "brake_parts_b.png",                                                 ["unique"] = false,         ["useable"] = true,         ["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Brake Upgrade 1"},
        ["brake2"]                                         = {["name"] = "brake2",                                                         ["label"] = "Brakes Upgrade C",                                         ["weight"] = 125,                 ["type"] = "item",                 ["image"] = "brake_parts_c.png",                                                 ["unique"] = false,         ["useable"] = true,         ["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Brake Upgrade 2"},
        ["brake3"]                                         = {["name"] = "brake3",                                                         ["label"] = "Brakes Upgrade S",                                         ["weight"] = 125,                 ["type"] = "item",                 ["image"] = "brake_parts_s.png",                                                 ["unique"] = false,         ["useable"] = true,         ["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Brake Upgrade 3"},

        ["transmission0"]                          = {["name"] = "transmission0",                                         ["label"] = "Stock Transmission A",                                 ["weight"] = 125,                 ["type"] = "item",                 ["image"] = "transmission_parts_a.png",                                                 ["unique"] = false,         ["useable"] = true,         ["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Stock Transmission"},
        ["transmission1"]                          = {["name"] = "transmission1",                                         ["label"] = "Transmission Upgrade B",                                 ["weight"] = 125,                 ["type"] = "item",                 ["image"] = "transmission_parts_b.png",                                                 ["unique"] = false,         ["useable"] = true,         ["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Transmission Upgrade 1"},
        ["transmission2"]                          = {["name"] = "transmission2",                                         ["label"] = "Transmission Upgrade C",                                 ["weight"] = 125,                 ["type"] = "item",                 ["image"] = "transmission_parts_c.png",                                                 ["unique"] = false,         ["useable"] = true,         ["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Transmission Upgrade 2"},
        ["transmission3"]                          = {["name"] = "transmission3",                                         ["label"] = "Transmission Upgrade S",                                 ["weight"] = 125,                 ["type"] = "item",                 ["image"] = "transmission_parts_s.png",                                                 ["unique"] = false,         ["useable"] = true,         ["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Transmission Upgrade 3"},

       
        ["suspension0"]                          = {["name"] = "suspension0",                                                 ["label"] = "Stock Suspension A",                                         ["weight"] = 125,                 ["type"] = "item",                 ["image"] = "stock_suspension.png",                                                 ["unique"] = false,         ["useable"] = true,         ["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Stock Suspension"},
        ["suspension1"]                          = {["name"] = "suspension1",                                                 ["label"] = "Suspension Upgrade B",                                 ["weight"] = 125,                 ["type"] = "item",                 ["image"] = "stock_suspension.png",                                                 ["unique"] = false,         ["useable"] = true,         ["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Suspension Upgrade 1"},
        ["suspension2"]                          = {["name"] = "suspension2",                                                 ["label"] = "Suspension Upgrade C",                                 ["weight"] = 125,                 ["type"] = "item",                 ["image"] = "stock_suspension.png",                                                 ["unique"] = false,         ["useable"] = true,         ["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Suspension Upgrade 2"},
        ["suspension3"]                          = {["name"] = "suspension3",                                                 ["label"] = "Suspension Upgrade D",                                 ["weight"] = 125,                 ["type"] = "item",                 ["image"] = "race_suspension.png",                                                 ["unique"] = false,         ["useable"] = true,         ["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Suspension Upgrade 3"},
        ["suspension4"]                          = {["name"] = "suspension4",                                                 ["label"] = "Suspension Upgrade S",                                 ["weight"] = 125,                 ["type"] = "item",                 ["image"] = "race_suspension.png",                                                 ["unique"] = false,         ["useable"] = true,         ["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Suspension Upgrade 4"},

ChatGPT 发表于 2024-8-19 21:32:12

wx363880556 发表于 2024-08-19 21:31
= { = 'turkraki',                                                    = 1.0,   = 'Turkish r ...

= { = 'turkraki',                       = 1.0,   = '土耳其拉基酒',                        = 500,                = 'item',                = 'turkraki.png',                                = false,        = true,        = true,          = nil,    = '来喝一杯,我们会变得更好'},
= { = "specialbadge",      = "警察徽章",                        = 1000,                = "item",                = "specialbadge.png",        = false,        = true,        = true,          = nil,    = "执法部门的特别徽章"},
= { = "stancerkit",          = "调谐工具包",                                        = 20000,        = "item",                = "laptop_prac.png",                        = true,                = true,        = true,   = nil,    = "像真正的帮派一样上网冲浪"},
= { = "heistlaptopprac",   = "笔记本电脑",                                        = 20000,        = "item",                = "laptop_prac.png",                        = true,                = true,        = true,   = nil,    = "像真正的帮派一样上网冲浪"},
= { = "heistlaptop3",      = "笔记本电脑",                                        = 20000,        = "item",                = "laptop03.png",                        = true,                = true,        = true,   = nil,    = "预配置以访问某些系统。标记为警方扣押物品。"},
= { = "heistlaptop2",      = "笔记本电脑",                                        = 20000,        = "item",                = "laptop02.png",                        = true,                = true,        = true,   = nil,    = "预配置以访问某些系统。标记为警方扣押物品。"},
= { = "heistlaptop4",      = "笔记本电脑",                                        = 20000,        = "item",                = "laptop04.png",                        = true,                = true,        = true,   = nil,    = "预配置以访问某些系统。标记为警方扣押物品。"},
= { = "heistlaptop1",      = "笔记本电脑",                                        = 20000,        = "item",                = "laptop01.png",                        = true,                = true,        = true,   = nil,    = "预配置以访问某些系统。标记为警方扣押物品。"},
= { = "disabler",            = "跟踪禁用工具",                                = 0,                = "item",                = "disabler.png",                        = true,                = true,        = true,   = nil,    = "插入这个继续移动。"},
= { = "pixellaptop",         = "像素笔记本",                        = 10000,        = "item",                = "tablet.png",                                = true,                = true,        = true,   = nil,    = "Pixel 3 (os) 0.6.9"},
= { = "newsmic",             = "新闻麦克风",                        = 5000,                = "item",                = "np_news_mic.png",                                = true,                = true,        = true,          = nil,    = "新闻麦克风 | Weazel News 的财产"},
= { = "newscam",             = "新闻摄像机",                                = 5000,                = "item",                = "np_news_camera.png",                                = true,                = true,        = true,          = nil,    = "新闻摄像机 | Weazel News 的财产"},
= { = "newstape",            = "录像带",                                = 1000,                = "item",                = "np_news_tape.png",                        = true,                = true,        = true,          = nil,    = "空白录像带"},

= { = "engine0",       = "原厂引擎A",                                        = 125,                = "item",                = "engine_parts_a.png",                                                = false,        = true,        = true,   = nil,    = "原厂引擎"},
= { = "engine1",       = "引擎升级B",                                        = 125,                = "item",                = "engine_parts_b.png",                                                = false,        = true,        = true,   = nil,    = "引擎升级1"},
= { = "engine2",       = "引擎升级C",                                        = 125,                = "item",                = "engine_parts_c.png",                                                = false,        = true,        = true,   = nil,    = "引擎升级2"},
= { = "engine3",       = "引擎升级D",                                        = 125,                = "item",                = "engine_parts_d.png",                                                = false,        = true,        = true,   = nil,    = "引擎升级3"},
= { = "engine4",       = "引擎升级S",                                        = 125,                = "item",                = "engine_parts_s.png",                                                = false,        = true,        = true,   = nil,    = "引擎升级4"},

= { = "brake0",      = "原厂刹车A",                                        = 125,                = "item",                = "brake_parts_a.png",                                                = false,        = true,        = true,   = nil,    = "原厂刹车"},
= { = "brake1",      = "刹车升级B",                                        = 125,                = "item",                = "brake_parts_b.png",                                                = false,        = true,        = true,   = nil,    = "刹车升级1"},
= { = "brake2",      = "刹车升级C",                                        = 125,                = "item",                = "brake_parts_c.png",                                                = false,        = true,        = true,   = nil,    = "刹车升级2"},
= { = "brake3",      = "刹车升级S",                                        = 125,                = "item",                = "brake_parts_s.png",                                                = false,        = true,        = true,   = nil,    = "刹车升级3"},

= { = "transmission0",    = "原厂传动系统A",                = 125,                = "item",                = "transmission_parts_a.png",                                                = false,        = true,        = true,   = nil,    = "原厂传动系统"},
= { = "transmission1",    = "传动系统升级B",                = 125,                = "item",                = "transmission_parts_b.png",                                                = false,        = true,        = true,   = nil,    = "传动系统升级1"},
= { = "transmission2",    = "传动系统升级C",                = 125,                = "item",                = "transmission_parts_c.png",                                                = false,        = true,        = true,   = nil,    = "传动系统升级2"},
= { = "transmission3",    = "传动系统升级S",                = 125,                = "item",                = "transmission_parts_s.png",                                                = false,        = true,        = true,   = nil,    = "传动系统升级3"},

= { = "suspension0",      = "原厂悬挂A",                                = 125,                = "item",                = "stock_suspension.png",                                                        = false,        = true,        = true,   = nil,    = "原厂悬挂"},
= { = "suspension1",      = "悬挂升级B",                                = 125,                = "item",                = "stock_suspension.png",                                                        = false,        = true,        = true,   = nil,    = "悬挂升级1"},
= { = "suspension2",      = "悬挂升级C",                                = 125,                = "item",                = "stock_suspension.png",                                                        = false,        = true,        = true,   = nil,    = "悬挂升级2"},
= { = "suspension3",      = "悬挂升级D",                                = 125,                = "item",                = "race_suspension.png",                                                        = false,        = true,        = true,   = nil,    = "悬挂升级3"},
= { = "suspension4",      = "悬挂升级S",                                = 125,                = "item",                = "race_suspension.png",                                                        = false,        = true,        = true,   = nil,    = "悬挂升级4"},
页: [1]
查看完整版本: 翻译成中文,保留原有代码