by luxury
downtown pizza
English
13
beno29
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
('potato', 'Potato', 250),
('food_oil', 'Food Oil', 500),
('plat_fries', 'Plate Fries', 300),
('raw_chicken', 'Raw Chicken', 800),
('chicken_strips', 'Chicken Strips', 400),
('pizzabase', 'Pizza Base', 200),
('sauce', 'Sauce', 150),
('lettuce', 'Lettuce', 100),
('tomato', 'Tomato', 120),
('olives', 'Olives', 90),
('pizza-salad', 'Pizza Salad', 300),
('cheddar', 'Cheddar', 200),
('margherita', 'Margherita', 250),
('orange', 'Orange', 150),
('faygo-orange', 'Faygo Orange', 355),
('grapes', 'Grapes', 200),
('faygo-grapes', 'Faygo Grapes', 355);