The following are code snippets from the Alchemist's Grove projects and are C# code designed for use in Unity. Aiden_Cvengros_PotionItem.cs creates the base class for the games Potion items. Aiden_Cvengros_Knockback_Function.cs is a derived class from the Potion Item base class that creates a potion effect that knocks the player and other entities away when used.