Inventory Items
Here are the default required items for the ATM Robbery
['atm_cc_skimmer'] = {
['name'] = 'atm_cc_skimmer',
['label'] = 'ATM CC Skimmer',
['weight'] = 50,
['type'] = 'item',
['image'] = 'atm_cc_skimmer.png',
['unique'] = false,
['useable'] = true,
['shouldClose'] = true,
['combinable'] = nil,
['description'] = 'A small device that can be placed on an ATM to skim a % of the transactions.'
},
['atm_drill'] = {
['name'] = 'atm_drill',
['label'] = 'Small Drill',
['weight'] = 50,
['type'] = 'item',
['image'] = 'atm_drill.png',
['unique'] = false,
['useable'] = true,
['shouldClose'] = true,
['combinable'] = nil,
['description'] = 'A compact hand-held battery powered drill'
},
['atm_rope'] = {
['name'] = 'atm_rope',
['label'] = 'Heavy Duty Rope',
['weight'] = 50,
['type'] = 'item',
['image'] = 'atm_rope.png',
['unique'] = false,
['useable'] = true,
['shouldClose'] = true,
['combinable'] = nil,
['description'] = 'A compact hand-held battery powered drill'
},
Last updated