-
Notifications
You must be signed in to change notification settings - Fork 10
/
Items.lua
5 lines (5 loc) · 2.18 KB
/
Items.lua
1
2
3
4
5
-- Crabs
['crabs'] = {['name'] = 'crabs', ['label'] = 'Crabs', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'crabs.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Crabs'},
['shrimp'] = {['name'] = 'shrimp', ['label'] = 'Shrimp', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'shrimp.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Shrimp'},
['shrimpbox'] = {['name'] = 'shrimpbox', ['label'] = 'Shrimp Box', ['weight'] = 6000, ['type'] = 'item', ['image'] = 'shrimpbox.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Box of Shrimp'},
['crayfish'] = {['name'] = 'crayfish', ['label'] = 'Cray Fish', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'crayfish.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Cray Fish'},