netreba
netreba
English
1
Dexyn
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', 300),
('rum', 'Rum', 250),
('ice', 'Ice', 200),
('coco_milk', 'Coco Milk', 200),
('pina_colada', 'Pina Colada', 150),
('mint', 'Mint', 30),
('sugar', 'Sugar', 50),
('lime', 'Lime', 75),
('juice', 'Juice', 100),
('mojito', 'Mojito', 150),
('mai_tai', 'Mai Tai', 200),
('caipirinha', 'Caipirinha', 150),
('gin', 'Gin', 250),
('san_francisco', 'San Francisco', 200),
('vodka', 'Vodka', 250),
('lemon', 'Lemon', 75),
('blue_lagoon', 'Blue Lagoon', 150);