['cash_bag'] = {
label = 'Gruppe 6 Cash Bag',
weight = 1000,
name = 'cash_bag',
description = "Bag full of un-inked cash",
useable = true,
},
['inked_cash_bag'] = {
label = 'Gruppe 6 Inked Cash Bag',
weight = 1000,
name = 'inked_cash_bag',
description = "Bag full of useless inked cash.",
useable = true,
},
cash_bag = { name = 'cash_bag', label = 'Gruppe 6 Cash Bag', weight = 1000, type = 'item', image = 'cash_bag.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = 'Bag full of un-inked cash' },
inked_cash_bag = { name = 'inked_cash_bag', label = 'Gruppe 6 Inked Cash Bag', weight = 1000, type = 'item', image = 'inked_cash_bag.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = 'Bag full of useless inked cash.' },