No description provided
AuraStudio-YummyIceCreamShop
English
0
LucckyCharmz
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
('ice', 'Ice', 500),
('water_bottle', 'Water Bottle', 350),
('milk', 'Milk', 1000),
('sugar', 'Sugar', 500),
('icecream_base', 'Ice Cream Base', 800),
('extract_chocolate', 'Extract Chocolate', 100),
('icecream_cone', 'Ice Cream Cone', 20),
('icecream_chocolate', 'Ice Cream Chocolate', 200),
('extract_banana', 'Extract Banana', 100),
('icecream_banana', 'Ice Cream Banana', 200),
('extract_butterscotch', 'Extract Butterscotch', 100),
('icecream_butterscotch', 'Ice Cream Butterscotch', 200),
('extract_maplewalnut', 'Extract Maple Walnut', 100),
('icecream_maplewalnut', 'Ice Cream Maple Walnut', 200),
('extract_mint', 'Extract Mint', 100),
('icecream_peppermint_chocolate', 'Ice Cream Peppermint Chocolate', 200),
('extract_orange_sherbet', 'Extract Orange Sherbet', 100),
('icecream_orangesherbet', 'Ice Cream Orange Sherbet', 200),
('extract_pistachio', 'Extract Pistachio', 100),
('icecream_pistachio', 'Ice Cream Pistachio', 200),
('extract_strawberry', 'Extract Strawberry', 100),
('icecream_strawberry', 'Ice Cream Strawberry', 200);