No description provided
tstudio
French
0
Maghnitus
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
('mint', 'Mint', 20),
('rhum', 'Rhum', 700),
('ice_cup', 'Ice Cup', 250),
('lime1', 'Lime', 100),
('mojito', 'Mojito', 150),
('juice', 'Juice', 200),
('milk', 'Milk', 1000),
('pinacolada', 'Pina Colada', 200),
('amaretto', 'Amaretto', 700),
('sugar', 'Sugar', 1000),
('sour_amaretto', 'Sour Amaretto', 700),
('lemon', 'Lemon', 100),
('water', 'Water', 1000),
('gin', 'Gin', 700),
('gin_and_tonic', 'Gin and Tonic', 200),
('red_wine', 'Red Wine', 750),
('white_wine', 'White Wine', 750),
('sangria', 'Sangria', 250),
('tequila', 'Tequila', 700),
('margaritacuraco', 'Margarita Curacao', 700),
('congnac', 'Cognac', 700),
('blackjack_bourbon', 'Blackjack Bourbon', 700),
('vodka', 'Vodka', 700),
('high_roller_vodka', 'High Roller Vodka', 700),
('lucky_7s_tequila', 'Lucky 7s Tequila', 700),
('piss_gold', 'Piss Gold', 500),
('pisswasser', 'Pisswasser', 500),
('empty_bottle', 'Empty Bottle', 50),
('whiskey', 'Whiskey', 700),
('rum_base', 'Rum Base', 600),
('red_grapes', 'Red Grapes', 150),
('barrel', 'Barrel', 500),
('white_grapes', 'White Grapes', 150),
('levure', 'Levure', 50),
('champagne', 'Champagne', 750),
('ecola', 'Ecola', 500),
('sprunk', 'Sprunk', 500),
('orangotang', 'Orangotang', 200),
('icetea', 'Iced Tea', 400),
('lemonade', 'Lemonade', 400);