Untitled

 avatar
unknown
lua
7 days ago
13 kB
12
Indexable
return {
	--[[
		You can create drinks here, set the name and set the strongness
		DO NOT DELETE DRINKS USED FOR UNIT TESTING.
	--]]
	Drinks = {		
		--[[ USABLE DRINKS ]]--
		{
			Name = "Vodla", -- Drink's name
			Strongness = 10, -- The higher it is, the higher it hits
			Color = Color3.fromRGB(222, 255, 251), -- Its color in the glass
			Material = Enum.Material.Plastic, -- Its material in the glass
		},
		{ 
			Name = "Tequila", 
			Strongness = 8, 
			Color = Color3.fromRGB(255, 255, 204), 
			Material = Enum.Material.Glass 
		},
		{ 
			Name = "Triple sec", 
			Strongness = 5, 
			Color = Color3.fromRGB(255, 223, 186), 
			Material = Enum.Material.SmoothPlastic 
		},
		{ 
			Name = "Rum", 
			Strongness = 7, 
			Color = Color3.fromRGB(255, 204, 153), 
			Material = Enum.Material.Glass 
		},
		{ 
			Name = "Whiskey", 
			Strongness = 9, 
			Color = Color3.fromRGB(255, 153, 51), 
			Material = Enum.Material.Glass 
		},
		{ 
			Name = "Gin", 
			Strongness = 6, 
			Color = Color3.fromRGB(240, 255, 240), 
			Material = Enum.Material.Plastic 
		},
		{ 
			Name = "Vermouth", 
			Strongness = 5, 
			Color = Color3.fromRGB(255, 255, 200), 
			Material = Enum.Material.SmoothPlastic 
		},
		{ 
			Name = "Campari", 
			Strongness = 6, 
			Color = Color3.fromRGB(255, 51, 51), 
			Material = Enum.Material.Glass 
		},
		{ 
			Name = "Bourbon", 
			Strongness = 10, 
			Color = Color3.fromRGB(255, 165, 0), 
			Material = Enum.Material.Wood 
		},
		{ 
			Name = "Cognac", 
			Strongness = 9, 
			Color = Color3.fromRGB(204, 102, 51), 
			Material = Enum.Material.Glass 
		},
		{ 
			Name = "Brandy", 
			Strongness = 8, 
			Color = Color3.fromRGB(204, 153, 102), 
			Material = Enum.Material.Glass 
		},
		{ 
			Name = "Lillet Blanc", 
			Strongness = 6, 
			Color = Color3.fromRGB(255, 255, 204), 
			Material = Enum.Material.Plastic 
		},
		{ 
			Name = "Cachaça", 
			Strongness = 7, 
			Color = Color3.fromRGB(224, 255, 255), 
			Material = Enum.Material.SmoothPlastic 
		},
		{ 
			Name = "Pisco", 
			Strongness = 7, 
			Color = Color3.fromRGB(255, 255, 250), 
			Material = Enum.Material.Glass 
		},
		{ 
			Name = "Absinthe", 
			Strongness = 10, 
			Color = Color3.fromRGB(124, 252, 0), 
			Material = Enum.Material.SmoothPlastic 
		},
		{ 
			Name = "Crème de cacao", 
			Strongness = 4, 
			Color = Color3.fromRGB(210, 105, 30), 
			Material = Enum.Material.Glass 
		},
		{ 
			Name = "Green crème de menthe", 
			Strongness = 5, 
			Color = Color3.fromRGB(60, 179, 113), 
			Material = Enum.Material.Plastic 
		},
		{ 
			Name = "Galliano", 
			Strongness = 6, 
			Color = Color3.fromRGB(255, 223, 0), 
			Material = Enum.Material.Glass 
		},
		{ 
			Name = "Ginger Beer", 
			Strongness = 6, 
			Color = Color3.fromRGB(232, 201, 0), 
			Material = Enum.Material.Glass 
		},
		{ 
			Name = "Coffee liqueur", 
			Strongness = 5, 
			Color = Color3.fromRGB(139, 69, 19), 
			Material = Enum.Material.Plastic 
		},
		{ 
			Name = "Irish cream", 
			Strongness = 4, 
			Color = Color3.fromRGB(245, 222, 179), 
			Material = Enum.Material.SmoothPlastic 
		},
		{ 
			Name = "Amaretto", 
			Strongness = 5, 
			Color = Color3.fromRGB(205, 133, 63), 
			Material = Enum.Material.Glass 
		},
		{ 
			Name = "Coconut liqueur", 
			Strongness = 3, 
			Color = Color3.fromRGB(255, 250, 240), 
			Material = Enum.Material.Plastic 
		},
		{
			Name = "Malini",
			Strongness = 5,
			Color = Color3.fromRGB(255, 255, 160), -- Its color in the glass
			Material = Enum.Material.Plastic, -- Its material in the glass
		},
		{
			Name = "RudeBull",
			Strongness = 0, -- Soft
			Color = Color3.fromRGB(255, 207, 131), -- Its color in the glass
			Material = Enum.Material.Plastic, -- Its material in the glass
		},
		{
			Name = "Lime Juice",
			Strongness = 0, -- Soft
			Color = Color3.fromRGB(70, 255, 28), -- Its color in the glass
			Material = Enum.Material.Plastic, -- Its material in the glass
		},
		{
			Name = "Orange Juice",
			Strongness = 0, -- Soft
			Color = Color3.fromRGB(255, 148, 25), -- Its color in the glass
			Material = Enum.Material.Plastic, -- Its material in the glass
		},
		{
			Name = "Cream",
			Strongness = 0, -- Soft
			Color = Color3.fromRGB(255, 255, 255), -- Its color in the glass
			Material = Enum.Material.Plastic, -- Its material in the glass
		},
		{
			Name = "Soda Water",
			Strongness = 0, -- Soft
			Color = Color3.fromRGB(67, 189, 255), -- Its color in the glass
			Material = Enum.Material.Plastic, -- Its material in the glass
		},
		{
			Name = "Water",
			Strongness = 0, -- Soft
			Color = Color3.fromRGB(67, 189, 255), -- Its color in the glass
			Material = Enum.Material.Plastic, -- Its material in the glass
		},
		{
			Name = "Simple Syrup",
			Strongness = 0, -- Soft
			Color = Color3.fromRGB(255, 198, 106), -- Its color in the glass
			Material = Enum.Material.Plastic, -- Its material in the glass
		},
		{
			Name = "Mints",
			Strongness = 0, -- Soft
			Color = Color3.fromRGB(62, 255, 19), -- Its color in the glass
			Material = Enum.Material.Plastic, -- Its material in the glass
		},
		{
			Name = "Cheec",
			Strongness = 0, -- Soft
			Color = Color3.fromRGB(255, 255, 255), -- Its color in the glass
			Material = Enum.Material.Plastic, -- Its material in the glass
		},
		{
			Name = "Lemon Juice",
			Strongness = 0, -- Soft
			Color = Color3.fromRGB(255, 255, 56), -- Its color in the glass
			Material = Enum.Material.Plastic, -- Its material in the glass
		},



		--[[ UNIT TESTING DRINKS ]]--
		{ Name = "UnitDrink1", Strongness = 20 },
		{ Name = "UnitDrink2", Strongness = 1 },
		{ Name = "UnitDrink3", Strongness = 10 },
		{ Name = "UnitDrink4", Strongness = 8 },
	},


	--[[
		Create recipes here. Strongness will be calculated from the drinks used in the recipe.
		The recipes components are the drinks that will be used to make it. These MUST be in the "Drinks" table.
		DO NOT DELETE RECIPES USED FOR UNIT TESTING.
	--]]
	Recipes = {
		--[[ USABLE RECIPES ]]--
		{
			Name = "Vodla & Malini 🙏", -- Name of the recipe
			SystemName = "VodlaMalini", -- System Name of the recipe (in case of a callback)
			Components = {
				"Vodla",
				"Malini"
			},
			Glass = 1, -- 1: Small, 2: Normal, 3: Idk we'll just see
			RequireShaker = false,
		},
		{
			Name = "Tequila Sunrise ☀️",
			SystemName = "TequilaSunrise",
			Components = {
				"Tequila",
				"Triple sec"
			},
			Glass = 1,
			RequireShaker = false,
		},
		{
			Name = "Death",
			SystemName = "Death",
			Components = {
				"Bourbon",
				"Cognac",
				"Whiskey",
				"Vodla",
				"Absinthe",
				"RudeBull",
			},
			Glass = 1,
			RequireShaker = false,
			Color = Color3.fromRGB(34, 28, 26),
			Effects = {
				{
					Type = "Smoke",
					Properties = {
						Color = Color3.fromRGB(0, 0, 0),
						Opacity = .2,
						RiseVelocity = 5,
						Size = .1,
						TimeScale = .3
					},
				}
			}
		},
		{
			Name = "Levitation Lemonade",
			SystemName = "LevitationLemonade",
			Components = {
				"Lemon Juice",
				"Sugar",
			},
			Glass = 1,
			RequireShaker = false,
			Color = Color3.fromRGB(247, 12, 255),
			Effects = {
				{
					Type = "ParticleEmitter",
					Properties = {
						Color = ColorSequence.new(Color3.fromRGB(170, 0, 127)),
						Texture = "rbxassetid://6186249627",
						Transparency = NumberSequence.new(0.2),
						VelocitySpread = 2,
						Speed = NumberRange.new(2),
						Rate = 3, 
						Size = NumberSequence.new(0.1),
						TimeScale = nil
					}
				}
			}
		},
		{
			Name = "Gigantic Juice",
			SystemName = "GiganticJuice",
			Components = {
				"Water",
				"Mints",
			},
			Glass = 1,
			RequireShaker = false,
			Color = Color3.fromRGB(132, 44, 255),
			Effects = {
				{
					Type = "Smoke",
					Properties = {
						Color = Color3.fromRGB(15, 97, 198),
						Opacity = .2,
						RiseVelocity = 5,
						Size = .1,
						TimeScale = .3
					},
				}
			}
		},
		{
			Name = "Speedy Soda",
			SystemName = "SpeedySoda",
			Components = {
				"RudeBull",
				"Sugar",
			},
			Glass = 1,
			RequireShaker = false,
			Color = Color3.fromRGB(255, 26, 60),
			Effects = {
				{
					Type = "Smoke",
					Properties = {
						Color = Color3.fromRGB(198, 30, 32),
						Opacity = .2,
						RiseVelocity = 5,
						Size = .1,
						TimeScale = .3
					},
				}
			}
		},
		{
			Name = "Invisibility Potion",
			SystemName = "InvisibilityPotion",
			Components = {
				"RudeBull",
				"Vodla",
				"Whiskey",
				"Rum"
			},
			Glass = 1,
			RequireShaker = false,
			Color = Color3.fromRGB(110, 26, 255),
			Effects = {
				{
					Type = "Smoke",
					Properties = {
						Color = Color3.fromRGB(123, 36, 198),
						Opacity = .2,
						RiseVelocity = 5,
						Size = .1,
						TimeScale = .3
					},
				}
			}
		},
		{
			Name = "Dark & Stormy 🌩️",
			SystemName = "DarkStormy",
			Components = {
				"Rum",
				"Ginger Beer"
			},
			Glass = 1,
			RequireShaker = false,
		}, 
		{
			Name = "Whiskey Sour 🍋",
			SystemName = "WhiskeySour",
			Components = {
				"Whiskey",
				"Lemon Juice"
			},
			Glass = 1,
			RequireShaker = false,
		},
		{
			Name = "Gin Fizz 🍸",
			SystemName = "GinFizz",
			Components = {
				"Gin",
				"Soda Water"
			},
			Glass = 1,
			RequireShaker = false,
		},
		{
			Name = "Vodla Martini 🍸",
			SystemName = "VodlaMartini",
			Components = {
				"Vodla",
				"Vermouth"
			},
			Glass = 1,
			RequireShaker = false,
		}, -- this works tho
		{
			Name = "Negroni ❤️",
			SystemName = "Negroni",
			Components = {
				"Gin",
				"Campari",
				"Vermouth"
			},
			Glass = 1,
			RequireShaker = false,
		},   -- here is broken
		{
			Name = "Mint Julep 🌿",
			SystemName = "MintJulep",
			Components = {
				"Bourbon",
				"Mints"
			},
			Glass = 1,
			RequireShaker = false,
		}, -- here is broken
		{
			Name = "Sidecar 🛞",
			SystemName = "Sidecar",
			Components = {
				"Cognac",
				"Triple sec",
				"Lemon Juice"
			}, -- lemon juice doesnt work	
			Glass = 1,
			RequireShaker = false,
		},
		{
			Name = "Brandy Alexander 🍫",
			SystemName = "BrandyAlexander",
			Components = {
				"Brandy",
				"Crème de cacao",
				"Cream"
			},
			Glass = 1,
			RequireShaker = false,
		}, -- doesnt work
		{
			Name = "Vesper Martini 💎",
			SystemName = "VesperMartini",
			Components = {
				"Gin",
				"Vodla",
				"Lillet Blanc"
			},
			Glass = 1,
			RequireShaker = false,
		}, -- doesnt work
		{
			Name = "Caipirinha 🌴",
			SystemName = "Caipirinha",
			Components = {
				"Cachaça",
				"Lime Juice",
				"Sugar"
			},
			Glass = 1,
			RequireShaker = false,
		}, -- lime juice doesnt work
		{
			Name = "Pisco Sour 🍹",
			SystemName = "PiscoSour",
			Components = {
				"Pisco",
				"Lime Juice",
			},
			Glass = 1,
			RequireShaker = false,
		}, -- lime juice doesnt work
		{
			Name = "Absinthe Drip 🌌",
			SystemName = "AbsintheDrip",
			Components = {
				"Absinthe",
				"Water",
				"Sugar"
			},
			Glass = 1,
			RequireShaker = false,
		}, -- doesnt work
		{
			Name = "Grasshopper 🦗",
			SystemName = "Grasshopper",
			Components = {
				"Crème de cacao",
				"Green crème de menthe",
				"Cream"
			},
			Glass = 1,
			RequireShaker = false,
		},
		{
			Name = "Golden Dream ✨",
			SystemName = "GoldenDream",
			Components = {
				"Galliano",
				"Triple sec",
				"Orange Juice"
			},
			Glass = 1,
			RequireShaker = false,
		},
		{
			Name = "White Russian 🥛",
			SystemName = "WhiteRussian",
			Components = {
				"Vodla",
				"Coffee liqueur",
				"Cream"
			},
			Glass = 1,
			RequireShaker = false,
		},
		{
			Name = "Mudslide 🌋",
			SystemName = "Mudslide",
			Components = {
				"Irish cream",
				"Vodla",
				"Coffee liqueur"
			},
			Glass = 1,
			RequireShaker = false,
		},
		{
			Name = "Amaretto Sour 🍑",
			SystemName = "AmarettoSour",
			Components = {
				"Amaretto",
				"Lemon Juice",
				"Simple Syrup"
			},
			Glass = 1,
			RequireShaker = false,
		},
		{
			Name = "Pina Colada 🍍",
			SystemName = "PinaColada",
			Components = {
				"Rum",
				"Coconut liqueur",
				"Pineapple Juice"
			},
			Glass = 1,
			RequireShaker = true,
		},
		


		--[[ UNIT TESTING RECIPES ]]--
		{ Name = "UnitRecipe1", Components = { "UnitDrink1", "UnitDrink2" }, Glass = 1, RequireShaker = false },
		{ Name = "UnitRecipe2", Components = { "UnitDrink3", "UnitDrink4" }, Glass = 2, RequireShaker = false },
	}
}
Editor is loading...
Leave a Comment