No description provided
vanilla
Czech
13
Jirkosan_DTH
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
('glass_tall', 'Glass Tall', 200),
('rum', 'Rum', 500),
('ice', 'Ice', 250),
('coco_milk', 'Coco Milk', 400),
('pina_colada', 'Pina Colada', 300),
('mint', 'Mint', 50),
('sugar', 'Sugar', 100),
('lime', 'Lime', 80),
('juice', 'Juice', 300),
('mojito', 'Mojito', 350),
('mai_tai', 'Mai Tai', 350),
('caipirinha', 'Caipirinha', 350),
('gin', 'Gin', 500),
('san_francisco', 'San Francisco', 300),
('vodka', 'Vodka', 500),
('lemon', 'Lemon', 70),
('blue_lagoon', 'Blue Lagoon', 350);