["backpack1"] = {
["name"] = "backpack1",
["label"] = "背包 1",
["created"] = nil,
["decay"] = 7.0,
["weight"] = 10000,
["type"] = "物品",
["image"] = "背包_女孩.png",
["unique"] = true,
["useable"] = true,
["shouldClose"] = true,
["combinable"] = nil,
["description"] = "背包"
},
["backpack2"] = {
["name"] = "backpack2",
["label"] = "背包 2",
["created"] = nil,
["decay"] = 7.0,
["weight"] = 10000,
["type"] = "物品",
["image"] = "背包_男孩.png",
["unique"] = true,
["useable"] = true,
["shouldClose"] = true,
["combinable"] = nil,
["description"] = "背包"
},
['rope'] = {
['name'] = 'rope',
['label'] = '绳子',
["created"] = nil,
["decay"] = 3.0,
['weight'] = 200,
['type'] = '物品',
['image'] = '绳子.png',
['unique'] = true,
['useable'] = true,
['shouldClose'] = true,
['combinable'] = nil,
['description'] = '绳子'
},
['headbag'] = {
['name'] = 'headbag',
['label'] = '头袋',
["created"] = nil,
["decay"] = 3.0,
['weight'] = 200,
['type'] = '物品',
['image'] = '头袋.png',
['unique'] = true,
['useable'] = true,
['shouldClose'] = true,
['combinable'] = nil,
['description'] = '头袋'
},
['keys'] = {
['name'] = 'keys',
['label'] = '车钥匙',
["created"] = nil,
["decay"] = 3.0,
['weight'] = 200,
['type'] = '物品',
['image'] = '钥匙.png',
['unique'] = true,
['useable'] = true,
['shouldClose'] = true,
['combinable'] = nil,
['description'] = '车钥匙'
},
--// ATM抢劫
['towingrope'] = {
['name'] = 'towingrope',
['label'] = '拖车绳',
["created"] = nil,
["decay"] = 3.0,
['weight'] = 200,
['type'] = '物品',
['image'] = '拖车绳.png',
['unique'] = true,
['useable'] = true,
['shouldClose'] = true,
['combinable'] = nil,
['description'] = '拖车绳'
},
['atmobject'] = {
['name'] = 'atmobject',
['label'] = 'ATM机',
["created"] = nil,
["decay"] = 14.0,
['weight'] = 200,
['type'] = '物品',
['image'] = 'ATM机.png',
['unique'] = true,
['useable'] = true,
['shouldClose'] = true,
['combinable'] = nil,
['description'] = 'ATM机'
},
------ 家庭盗窃 ---
["tv"] = {
["name"] = "tv",
["label"] = "电视",
["weight"] = 10,
["type"] = "物品",
["image"] = "np_偷电视.png",
["unique"] = true,
["useable"] = false,
["shouldClose"] = false,
["combinable"] = nil,
["description"] = ""
},
["art"] = {
["name"] = "art",
["label"] = "艺术品",
["weight"] = 10,
["type"] = "物品",
["image"] = "np_偷艺术品.png",
["unique"] = true,
["useable"] = false,
["shouldClose"] = false,
["combinable"] = nil,
["description"] = ""
},
["microwave"] = {
["name"] = "microwave",
["label"] = "微波炉",
["weight"] = 10,
["type"] = "物品",
["image"] = "np_偷微波炉.png",
["unique"] = true,
["useable"] = false,
["shouldClose"] = false,
["combinable"] = nil,
["description"] = ""
},
["telescope"] = {
["name"] = "telescope",
["label"] = "望远镜",
["weight"] = 10,
["type"] = "物品",
["image"] = "tel.png",
["unique"] = true,
["useable"] = false,
["shouldClose"] = false,
["combinable"] = nil,
["description"] = ""
},
["coffeemaker"] = {
["name"] = "coffeemaker",
["label"] = "咖啡机",
["weight"] = 10,
["type"] = "物品",
["image"] = "np_偷咖啡机.png",
["unique"] = true,
["useable"] = false,
["shouldClose"] = false,
["combinable"] = nil,
["description"] = ""
},
["toy-egg"] = {
["name"] = "toy-egg",
["label"] = "Burgershot 玩具蛋",
["weight"] = 1000,
["type"] = "物品",
["image"] = "玩具蛋.png",
["unique"] = false,
["useable"] = true,
["shouldClose"] = true,
["combinable"] = nil,
["description"] = "给出随机玩具"
},
["toy-eggg"] = {
["name"] = "toy-eggg",
["label"] = "RoosterRest 玩具蛋",
["weight"] = 1000,
["type"] = "物品",
["image"] = "玩具蛋.png",
["unique"] = false,
["useable"] = true,
["shouldClose"] = true,
["combinable"] = nil,
["description"] = "给出随机玩具"
},
--uwu cafe--