Improved
Meffle3D
English
0
Phantom
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
('rice', 'Rice', 500),
('pork_ribs', 'Pork Ribs', 700),
('garlic', 'Garlic', 100),
('olive', 'Olive', 200),
('tomatoes', 'Tomatoes', 300),
('green_pepper', 'Green Pepper', 150),
('onion', 'Onion', 250),
('pork_ribs_n_rice', 'Pork Ribs and Rice', 800),
('steaks', 'Steaks', 600),
('potatoes', 'Potatoes', 400),
('butter', 'Butter', 250),
('cup_milk', 'Cup Milk', 240),
('salt', 'Salt', 50),
('pepper', 'Pepper', 50),
('olive_oil', 'Olive Oil', 300),
('Steak_N_mashed_potatoes', 'Steak and Mashed Potatoes', 900),
('chicken_wings', 'Chicken Wings', 500),
('flour', 'Flour', 500),
('Fried_chicken_wings', 'Fried Chicken Wings', 600),
('celery', 'Celery', 150),
('shrimp', 'Shrimp', 400),
('Gumbo', 'Gumbo', 800),
('whiskey', 'Whiskey', 750),
('sugar', 'Sugar', 300),
('mint', 'Mint', 100),
('ice', 'Ice', 200),
('Mint_julep', 'Mint Julep', 350),
('cola', 'Cola', 350),
('Jack_and_crack', 'Jack and Crack', 700),
('watermelon', 'Watermelon', 1500),
('strawberry', 'Strawberry', 300),
('coco_milk', 'Coconut Milk', 400),
('Pink_drink', 'Pink Drink', 450),
('tea', 'Tea', 150),
('lemon', 'Lemon', 100),
('Arnold_palmer', 'Arnold Palmer', 400),
('Orange_juice', 'Orange Juice', 350),
('Tequila', 'Tequila', 750),
('Strawberry', 'Strawberry', 300),
('Tequila_sunrise', 'Tequila Sunrise', 400),
('tea_leaves', 'Tea Leaves', 50),
('Sweet_Tea', 'Sweet Tea', 500);