Copy ["uniqueItem"] = {
color = "#87ceeb",
takeSound = 'take',
putSound = 'put',
},
Copy INSERT INTO `items` (`name`, `label`, `weight`, `category`) VALUES
('classic_phone', 'Classic Phone', 700, 'uniqueItem'),
('black_phone', 'Black Phone', 700, 'uniqueItem'),
('blue_phone', 'Blue Phone', 700, 'uniqueItem'),
('gold_phone', 'Gold Phone', 700, 'uniqueItem'),
('red_phone', 'Red Phone', 700, 'uniqueItem'),
('green_phone', 'Green Phone', 700, 'uniqueItem'),
('greenlight_phone', 'Green Light Phone', 700, 'uniqueItem'),
('pink_phone', 'Pink Phone', 700, 'uniqueItem'),
('white_phone', 'White Phone', 700, 'uniqueItem'),
('wet_phone', 'Wet Phone', 700, 'uniqueItem'),
('wet_classic_phone', 'Wet Classic Phone', 700, 'uniqueItem'),
('wet_black_phone', 'Wet Black Phone', 700, 'uniqueItem'),
('wet_blue_phone', 'Wet Blue Phone', 700, 'uniqueItem'),
('wet_gold_phone', 'Wet Gold Phone', 700, 'uniqueItem'),
('wet_red_phone', 'Wet Red Phone', 700, 'uniqueItem'),
('wet_green_phone', 'Wet Green Phone', 700, 'uniqueItem'),
('wet_greenlight_phone', 'Wet Green Light Phone', 700, 'uniqueItem'),
('wet_pink_phone', 'Wet Pink Phone', 700, 'uniqueItem'),
('wet_white_phone', 'Wet White Phone', 700, 'uniqueItem'),
('phone_module', 'Phone Module', 300, 'uniqueItem'),
('powerbank', 'Power Bank', 150, 'uniqueItem');