No description provided
pearls
French
1
Maghnitus
The items used inside this job. AI has helped to generate these items, feel free to reach out if there any apparent issues.
INSERT INTO items (name, label, weight) VALUES
('empty_bottle', 'Empty Bottle', 200),
('amaretto', 'Amaretto', 750),
('vodka', 'Vodka', 750),
('whiskey', 'Whiskey', 750),
('ecola', 'Ecola', 500),
('sprunk', 'Sprunk', 500),
('water', 'Water', 1000),
('orangotang', 'Orangotang', 700),
('icetea', 'Iced Tea', 500),
('lemonade', 'Lemonade', 500),
('ice_cup', 'Ice Cup', 250),
('fish', 'Fish', 300),
('olive_oil', 'Olive Oil', 500),
('lemon', 'Lemon', 100),
('rice', 'Rice', 1000),
('grilled_fish_plate', 'Grilled Fish Plate', 450),
('tuna', 'Tuna', 250),
('vegetables', 'Vegetables', 300),
('butter', 'Butter', 250),
('white_wine', 'White Wine', 750),
('tuna_gourmet_plate', 'Tuna Gourmet Plate', 500),
('salmon', 'Salmon', 250),
('lettuce', 'Lettuce', 100),
('salmon_salad_plate', 'Salmon Salad Plate', 500),
('anchovy', 'Anchovy', 200),
('tomato', 'Tomato', 150),
('sliced_potato', 'Sliced Potato', 200),
('herbs_extract', 'Herbs Extract', 100),
('beer', 'Beer', 500),
('anchovy_tapas_plate', 'Anchovy Tapas Plate', 300),
('burger_fries', 'Burger and Fries', 600),
('raw_chicken', 'Raw Chicken', 1000),
('chicken_strips', 'Chicken Strips', 400);