test
1
English
10
TMjarkor
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
('cabillaudcru', 'Cabillaud Cru', 200),
('cabillaud', 'Cabillaud', 250),
('patty', 'Patty', 150),
('cooked_patty', 'Cooked Patty', 160),
('legumes', 'Legumes', 180),
('as_dos_de_cabillaud', 'Dos De Cabillaud', 220),
('poulpes', 'Poulpes', 300),
('as_poulpes', 'Poulpes Préparés', 320),
('homard', 'Homard', 400),
('frite', 'Frite', 100),
('as_homard', 'Homard Préparé', 420),
('moules', 'Moules', 250),
('crevette', 'Crevette', 150),
('citron', 'Citron', 60),
('as_plateauroyal', 'Plateau Royal', 800),
('potato', 'Potato', 200),
('bun', 'Bun', 150),
('raw_chicken', 'Raw Chicken', 300),
('sliced_potato', 'Sliced Potato', 120),
('sliced_onion', 'Sliced Onion', 80),
('lettuce', 'Lettuce', 50),
('tomato', 'Tomato', 120),
('cheddar', 'Cheddar', 100),
('bacon', 'Bacon', 90),
('burger_ecola', 'Burger Ecola', 250),
('burger_sprunk', 'Burger Sprunk', 250),
('wine_glass', 'Wine Glass', 300);