module edibles
{
	imports
	{
		Base
	}
/************************Custom Edibles************************/
	item VodkaFull
	{
		HungerChange	=	-10,
		Weight			=	1.2,
		Type			=	Food,
		ThirstChange	=	15,
		DisplayName		=	Vodka,
		Alcoholic		=	TRUE,
        UnhappyChange	=	-30,
		ReplaceOnUse	=	VodkaEmpty,
		Icon			=	SVGVodkaFull,
		CustomContextMenu = Drink,
		CustomEatSound 	= PZ_DrinkingFromBottle,
		AlcoholPower 	= 4,
	}
	item EnergyDrink
	{
		HungerChange		=	-10,
		Weight				=	0.3,
		AlwaysWelcomeGift	=	TRUE,
		Type				=	Food,
		ThirstChange		=	-30,
		EnduranceChange		=	10,
        FatigueChange		=	-15,
		DisplayName			=	Energy Drink,
		Icon				=	SVGEnergyDrink,
		CustomContextMenu 	= Drink,
		CustomEatSound 		= PZ_DrinkingFromBottle,
	}
	item EnergyDrink2
	{
		HungerChange		=	-10,
		Weight				=	0.3,
		AlwaysWelcomeGift	=	TRUE,
		Type				=	Food,
		ThirstChange		=	-30,
		EnduranceChange		=	10,
        FatigueChange		=	-15,
		DisplayName			=	Energy Drink,
		Icon				=	SVGEnergyDrink2,
		CustomContextMenu 	= Drink,
		CustomEatSound 		= PZ_DrinkingFromBottle,
	}
	item ColaBottle
	{
		HungerChange		=	-10,
		Weight				=	0.8,
		Type				=	Food,
		StressChange		=	-5,
		UnhappyChange		=	-5,
		ThirstChange		=	-65,
		DisplayName			=	Cola,
		ReplaceOnUse		=	ColaBottleEmpty,
		Icon				=	SVGCola,
		CustomContextMenu 	= 	Drink,
		CustomEatSound 		= 	PZ_DrinkingFromBottle,
	}

	/************************Chewing Gum************************/
	item GumPack
	{
		Weight				=	0.1,
		Type				=	Drainable,
		UseWhileEquipped	=	FALSE,
		UseDelta    		=   0.20,
		DisplayName			=	Pack of Chewing Gum,
		Icon				=	SVGGumPack,
	}
	item Gum
    {
        Type				=		Food,
        DisplayName			=		Chewing Gum,
        Icon				=		SVGGumSingle,
        Weight				=		0.02,
        HungerChange 		=		-1,
        UnhappyChange	    =	    -10,
		BoredomChange		=		-5,
    }
	item GumPack1
	{
		Weight				=	0.1,
		Type				=	Drainable,
		UseWhileEquipped	=	FALSE,
		UseDelta    		=   0.20,
		DisplayName			=	Pack of Chewing Gum,
		Icon				=	SVGGumPack1,
	}
	item Gum1
    {
        Type				=		Food,
        DisplayName			=		Chewing Gum,
        Icon				=		SVGGumSingle1,
        Weight				=		0.02,
        HungerChange 		=		-1,
        UnhappyChange	    =	    -15,
		BoredomChange		=		-10,
    }
	item GumPack2
	{
		Weight				=	0.1,
		Type				=	Drainable,
		UseWhileEquipped	=	FALSE,
		UseDelta    		=   0.20,
		DisplayName			=	Pack of Chewing Gum,
		Icon				=	SVGGumPack2,
	}
	item Gum2
    {
        Type				=		Food,
        DisplayName			=		Chewing Gum,
        Icon				=		SVGGumSingle2,
        Weight				=		0.02,
        HungerChange 		=		-1,
        UnhappyChange	    =	    -5,
		StressChange		=		-10,
    }
	/************************Misc Candy************************/
	item GummyBears
    {
        Type				=		Food,
        DisplayName			=		Gummy Bears,
        Icon				=		SVGGummyBears,
        Weight				=		0.3,
        HungerChange 		=		-5,
        UnhappyChange	    =	    -10,
		BoredomChange		=		-5,
    }
	item CornCandy
    {
        Type				=		Food,
        DisplayName			=		Corn Candy,
        Icon				=		SVGCandyCorn,
        Weight				=		0.3,
        HungerChange 		=		-5,
        UnhappyChange	    =	    -10,
    }
	item GummyWorms
    {
        Type				=		Food,
        DisplayName			=		Gummy Worms,
        Icon				=		SVGGummyWorms,
        Weight				=		0.3,
        HungerChange 		=		-5,
        UnhappyChange	    =	    -10,
		BoredomChange		=		-5,
    }
	item CandySkil
    {
        Type				=		Food,
        DisplayName			=		Skil Candy,
        Icon				=		SVGCandySkil,
        Weight				=		0.3,
        HungerChange 		=		-5,
        UnhappyChange	    =	    -10,
    }
	item MixCandy
    {
        Type				=		Food,
        DisplayName			=		Mix Candy,
        Icon				=		SVGCandyColors,
        Weight				=		0.3,
        HungerChange 		=		-5,
        UnhappyChange	    =	    -10,
    }
	item JellyBeans
    {
        Type				=		Food,
        DisplayName			=		Jelly Beans,
        Icon				=		SVGJellyBeans,
        Weight				=		0.3,
        HungerChange 		=		-5,
        UnhappyChange	    =	    -10,
    }
	/************************Classic Canned Soup************************/
	item CannedSoupClassic
    {
        Weight				=	0.8,
        Type				=	Food,
		DisplayCategory 	=	Item,
        DisplayName			=	Canned Soup Classic,
        Icon				=	SVGCannedSoupClassic,
    }
	item CannedSoupClassicOpen
	{
		HungerChange		=	-30,
		Weight				=	0.8,
		Type				=	Food,
		DisplayName			=	Open Canned Soup,
		Icon				=	SVGCannedSoupClassicOpen,
		CustomContextMenu 	= 	Drink,
		CustomEatSound		= 	PZ_DrinkingFromBottle,
		DaysTotallyRotten	=	4,
        DaysFresh 			= 	2,
	}
	/************************Custom Pop************************/
	item PopLemon
	{
		HungerChange		=	-8,
		Weight				=	0.3,
		AlwaysWelcomeGift	=	TRUE,
		Type				=	Food,
		UnhappyChange		=	-10,
		ThirstChange		=	-60,
		DisplayName			=	Pop,
		Icon				=	SVGPopLemon,
		CustomContextMenu 	= Drink,
		CustomEatSound 		= PZ_DrinkingFromBottle,
	}
	item PopOrange
	{
		HungerChange		=	-8,
		Weight				=	0.3,
		AlwaysWelcomeGift	=	TRUE,
		Type				=	Food,
		UnhappyChange		=	-10,
		ThirstChange		=	-60,
		DisplayName			=	Pop,
		Icon				=	SVGPopOrange,
		CustomContextMenu 	= Drink,
		CustomEatSound 		= PZ_DrinkingFromBottle,
	}
	/************************Custom Crisps************************/
	item Crisps5
	{
		HungerChange	=	-15,
		Weight	=	0.2,
		Type	=	Food,
		DisplayName	=	Chips,
		Icon	=	SVGCrisps5,
	}
	item Crisps6
	{
		HungerChange	=	-15,
		Weight	=	0.2,
		Type	=	Food,
		DisplayName	=	Chips,
		Icon	=	SVGCrisps6,
	}
	item Crisps7
	{
		HungerChange	=	-15,
		Weight	=	0.2,
		Type	=	Food,
		DisplayName	=	Chips,
		Icon	=	SVGCrisps7,
	}
	item Crisps8
	{
		HungerChange	=	-15,
		Weight	=	0.2,
		Type	=	Food,
		DisplayName	=	Chips,
		Icon	=	SVGCrisps8,
	}
	item Crisps9
	{
		HungerChange	=	-15,
		Weight	=	0.2,
		Type	=	Food,
		DisplayName	=	Chips,
		Icon	=	SVGCrisps9,
	}
	/************************Misc Sodas************************/
	item Soda01
	{
		HungerChange		=	-10,
		Weight				=	0.8,
		Type				=	Food,
		UnhappyChange		=	-10,
		ThirstChange		=	-80,
		DisplayName			=	Soda (Cherry),
		ReplaceOnUse		=	Soda01Empty,
		Icon				=	SVGSoda01,
		CustomContextMenu 	= Drink,
		CustomEatSound 		= PZ_DrinkingFromBottle,
	}
	item Soda02
	{
		HungerChange		=	-10,
		Weight				=	0.8,
		Type				=	Food,
		UnhappyChange		=	-10,
		ThirstChange		=	-80,
		DisplayName			=	Soda (Cola),
		ReplaceOnUse		=	Soda02Empty,
		Icon				=	SVGSoda02,
		CustomContextMenu 	= Drink,
		CustomEatSound 		= PZ_DrinkingFromBottle,
	}
	item Soda03
	{
		HungerChange		=	-10,
		Weight				=	0.8,
		Type				=	Food,
		UnhappyChange		=	-10,
		ThirstChange		=	-80,
		DisplayName			=	Soda (Cream),
		ReplaceOnUse		=	Soda03Empty,
		Icon				=	SVGSoda03,
		CustomContextMenu 	= Drink,
		CustomEatSound 		= PZ_DrinkingFromBottle,
	}
	item Soda04
	{
		HungerChange		=	-10,
		Weight				=	0.8,
		Type				=	Food,
		UnhappyChange		=	-10,
		ThirstChange		=	-80,
		DisplayName			=	Soda (Dr. Prepper),
		ReplaceOnUse		=	Soda04Empty,
		Icon				=	SVGSoda04,
		CustomContextMenu 	= Drink,
		CustomEatSound 		= PZ_DrinkingFromBottle,
	}
	item Soda05
	{
		HungerChange		=	-10,
		Weight				=	0.8,
		Type				=	Food,
		UnhappyChange		=	-10,
		ThirstChange		=	-80,
		DisplayName			=	Soda (Ginger Ale),
		ReplaceOnUse		=	Soda05Empty,
		Icon				=	SVGSoda05,
		CustomContextMenu 	= Drink,
		CustomEatSound 		= PZ_DrinkingFromBottle,
	}
	item Soda06
	{
		HungerChange		=	-10,
		Weight				=	0.8,
		Type				=	Food,
		UnhappyChange		=	-10,
		ThirstChange		=	-80,
		DisplayName			=	Soda (Grape),
		ReplaceOnUse		=	Soda06Empty,
		Icon				=	SVGSoda06,
		CustomContextMenu 	= Drink,
		CustomEatSound 		= PZ_DrinkingFromBottle,
	}
	item Soda07
	{
		HungerChange		=	-10,
		Weight				=	0.8,
		Type				=	Food,
		UnhappyChange		=	-10,
		ThirstChange		=	-80,
		DisplayName			=	Soda (Grapefruit),
		ReplaceOnUse		=	Soda07Empty,
		Icon				=	SVGSoda07,
		CustomContextMenu 	= Drink,
		CustomEatSound 		= PZ_DrinkingFromBottle,
	}
	item Soda08
	{
		HungerChange		=	-10,
		Weight				=	0.8,
		Type				=	Food,
		UnhappyChange		=	-10,
		ThirstChange		=	-80,
		DisplayName			=	Soda (Lemon Lime),
		ReplaceOnUse		=	Soda08Empty,
		Icon				=	SVGSoda08,
		CustomContextMenu 	= Drink,
		CustomEatSound 		= PZ_DrinkingFromBottle,
	}
	item Soda09
	{
		HungerChange		=	-10,
		Weight				=	0.8,
		Type				=	Food,
		UnhappyChange		=	-10,
		ThirstChange		=	-80,
		DisplayName			=	Soda (Pineapple),
		ReplaceOnUse		=	Soda09Empty,
		Icon				=	SVGSoda09,
		CustomContextMenu 	= Drink,
		CustomEatSound 		= PZ_DrinkingFromBottle,
	}
	item Soda10
	{
		HungerChange		= -10,
		Weight				= 0.8,
		Type				= Food,
		UnhappyChange		= -10,
		ThirstChange		= -80,
		DisplayName			= Soda (Root Beer),
		ReplaceOnUse		= Soda10Empty,
		Icon				= SVGSoda10,
		CustomContextMenu	= Drink,
		CustomEatSound 		= PZ_DrinkingFromBottle,
	}
	item Soda11
	{
		HungerChange		= -10,
		Weight				= 0.8,
		Type				= Food,
		UnhappyChange		= -10,
		ThirstChange		= -80,
		DisplayName			= Soda (Orange),
		ReplaceOnUse		= Soda11Empty,
		Icon				= SVGSoda11,
		CustomContextMenu	= Drink,
		CustomEatSound 		= PZ_DrinkingFromBottle,
	}
	item Soda12
	{
		HungerChange		= -10,
		Weight				= 0.8,
		Type				= Food,
		UnhappyChange		= -10,
		ThirstChange		= -80,
		DisplayName			= Soda (Blueberry),
		ReplaceOnUse		= Soda12Empty,
		Icon				= SVGSoda12,
		CustomContextMenu	= Drink,
		CustomEatSound 		= PZ_DrinkingFromBottle,
	}
	/************************Misc Sodas Empty************************/
	item Soda01Empty
	{
		Weight			=	0.1,
		CanStoreWater	=	TRUE,
		Type			=	Normal,
		DisplayName		=	Empty Soda Bottle,
		ReplaceOnUseOn	=	WaterSource-Soda01Water,
		Icon			=	SVGSoda01Empty,
	}
	item Soda02Empty
	{
		Weight			=	0.1,
		CanStoreWater	=	TRUE,
		Type			=	Normal,
		DisplayName		=	Empty Soda Bottle,
		ReplaceOnUseOn	=	WaterSource-Soda02Water,
		Icon			=	SVGSoda02Empty,
	}
	item Soda03Empty
	{
		Weight			=	0.1,
		CanStoreWater	=	TRUE,
		Type			=	Normal,
		DisplayName		=	Empty Soda Bottle,
		ReplaceOnUseOn	=	WaterSource-Soda03Water,
		Icon			=	SVGSoda03Empty,
	}
	item Soda04Empty
	{
		Weight			=	0.1,
		CanStoreWater	=	TRUE,
		Type			=	Normal,
		DisplayName		=	Empty Soda Bottle,
		ReplaceOnUseOn	=	WaterSource-Soda04Water,
		Icon			=	SVGSoda04Empty,
	}
	item Soda05Empty
	{
		Weight			=	0.1,
		CanStoreWater	=	TRUE,
		Type			=	Normal,
		DisplayName		=	Empty Soda Bottle,
		ReplaceOnUseOn	=	WaterSource-Soda05Water,
		Icon			=	SVGSoda05Empty,
	}
	item Soda06Empty
	{
		Weight			=	0.1,
		CanStoreWater	=	TRUE,
		Type			=	Normal,
		DisplayName		=	Empty Soda Bottle,
		ReplaceOnUseOn	=	WaterSource-Soda06Water,
		Icon			=	SVGSoda06Empty,
	}
	item Soda07Empty
	{
		Weight			=	0.1,
		CanStoreWater	=	TRUE,
		Type			=	Normal,
		DisplayName		=	Empty Soda Bottle,
		ReplaceOnUseOn	=	WaterSource-Soda07Water,
		Icon			=	SVGSoda07Empty,
	}
	item Soda08Empty
	{
		Weight			=	0.1,
		CanStoreWater	=	TRUE,
		Type			=	Normal,
		DisplayName		=	Empty Soda Bottle,
		ReplaceOnUseOn	=	WaterSource-Soda08Water,
		Icon			=	SVGSoda08Empty,
	}
	item Soda09Empty
	{
		Weight			=	0.1,
		CanStoreWater	=	TRUE,
		Type			=	Normal,
		DisplayName		=	Empty Soda Bottle,
		ReplaceOnUseOn	=	WaterSource-Soda09Water,
		Icon			=	SVGSoda09Empty,
	}
	item Soda10Empty
	{
		Weight			=	0.1,
		CanStoreWater	=	TRUE,
		Type			=	Normal,
		DisplayName		=	Empty Soda Bottle,
		ReplaceOnUseOn	=	WaterSource-Soda10Water,
		Icon			=	SVGSoda10Empty,
	}
	item Soda11Empty
	{
		Weight			=	0.1,
		CanStoreWater	=	TRUE,
		Type			=	Normal,
		DisplayName		=	Empty Soda Bottle,
		ReplaceOnUseOn	=	WaterSource-Soda11Water,
		Icon			=	SVGSoda11Empty,
	}
	item Soda12Empty
	{
		Weight			=	0.1,
		CanStoreWater	=	TRUE,
		Type			=	Normal,
		DisplayName		=	Empty Soda Bottle,
		ReplaceOnUseOn	=	WaterSource-Soda12Water,
		Icon			=	SVGSoda12Empty,
	}
	/************************Misc Sodas Water************************/
	item Soda01Water
	{
		IsWaterSource		=	TRUE,
		Weight				=	0.8,
		CanStoreWater		=	TRUE,
		Type				=	Drainable,
		UseWhileEquipped	=	FALSE,
		UseDelta			=	0.1,
		DisplayName			=	Water Bottle,
		ReplaceOnDeplete	=	Soda01Empty,
		ReplaceOnUseOn		=	WaterSource-Soda01Water,
		Icon				=	SVGSoda01Water,
		CustomContextMenu 	= 	Drink,
		CustomEatSound 		= 	PZ_DrinkingFromBottle,
	}
	item Soda02Water
	{
		IsWaterSource		=	TRUE,
		Weight				=	0.8,
		CanStoreWater		=	TRUE,
		Type				=	Drainable,
		UseWhileEquipped	=	FALSE,
		UseDelta			=	0.1,
		DisplayName			=	Water Bottle,
		ReplaceOnDeplete	=	Soda02Empty,
		ReplaceOnUseOn		=	WaterSource-Soda02Water,
		Icon				=	SVGSoda02Water,
		CustomContextMenu 	= 	Drink,
		CustomEatSound 		= 	PZ_DrinkingFromBottle,
	}
	item Soda03Water
	{
		IsWaterSource		=	TRUE,
		Weight				=	0.8,
		CanStoreWater		=	TRUE,
		Type				=	Drainable,
		UseWhileEquipped	=	FALSE,
		UseDelta			=	0.1,
		DisplayName			=	Water Bottle,
		ReplaceOnDeplete	=	Soda03Empty,
		ReplaceOnUseOn		=	WaterSource-Soda03Water,
		Icon				=	SVGSoda03Water,
		CustomContextMenu 	= 	Drink,
		CustomEatSound 		= 	PZ_DrinkingFromBottle,
	}
	item Soda04Water
	{
		IsWaterSource		=	TRUE,
		Weight				=	0.8,
		CanStoreWater		=	TRUE,
		Type				=	Drainable,
		UseWhileEquipped	=	FALSE,
		UseDelta			=	0.1,
		DisplayName			=	Water Bottle,
		ReplaceOnDeplete	=	Soda04Empty,
		ReplaceOnUseOn		=	WaterSource-Soda04Water,
		Icon				=	SVGSoda04Water,
		CustomContextMenu 	= 	Drink,
		CustomEatSound 		= 	PZ_DrinkingFromBottle,
	}
	item Soda05Water
	{
		IsWaterSource		=	TRUE,
		Weight				=	0.8,
		CanStoreWater		=	TRUE,
		Type				=	Drainable,
		UseWhileEquipped	=	FALSE,
		UseDelta			=	0.1,
		DisplayName			=	Water Bottle,
		ReplaceOnDeplete	=	Soda05Empty,
		ReplaceOnUseOn		=	WaterSource-Soda05Water,
		Icon				=	SVGSoda05Water,
		CustomContextMenu 	= 	Drink,
		CustomEatSound 		= 	PZ_DrinkingFromBottle,
	}
	item Soda06Water
	{
		IsWaterSource		=	TRUE,
		Weight				=	0.8,
		CanStoreWater		=	TRUE,
		Type				=	Drainable,
		UseWhileEquipped	=	FALSE,
		UseDelta			=	0.1,
		DisplayName			=	Water Bottle,
		ReplaceOnDeplete	=	Soda06Empty,
		ReplaceOnUseOn		=	WaterSource-Soda06Water,
		Icon				=	SVGSoda06Water,
		CustomContextMenu 	= 	Drink,
		CustomEatSound 		= 	PZ_DrinkingFromBottle,
	}
	item Soda07Water
	{
		IsWaterSource		=	TRUE,
		Weight				=	0.8,
		CanStoreWater		=	TRUE,
		Type				=	Drainable,
		UseWhileEquipped	=	FALSE,
		UseDelta			=	0.1,
		DisplayName			=	Water Bottle,
		ReplaceOnDeplete	=	Soda07Empty,
		ReplaceOnUseOn		=	WaterSource-Soda07Water,
		Icon				=	SVGSoda07Water,
		CustomContextMenu 	= 	Drink,
		CustomEatSound 		= 	PZ_DrinkingFromBottle,
	}
	item Soda08Water
	{
		IsWaterSource		=	TRUE,
		Weight				=	0.8,
		CanStoreWater		=	TRUE,
		Type				=	Drainable,
		UseWhileEquipped	=	FALSE,
		UseDelta			=	0.1,
		DisplayName			=	Water Bottle,
		ReplaceOnDeplete	=	Soda08Empty,
		ReplaceOnUseOn		=	WaterSource-Soda08Water,
		Icon				=	SVGSoda08Water,
		CustomContextMenu 	= 	Drink,
		CustomEatSound 		= 	PZ_DrinkingFromBottle,
	}
	item Soda09Water
	{
		IsWaterSource		=	TRUE,
		Weight				=	0.8,
		CanStoreWater		=	TRUE,
		Type				=	Drainable,
		UseWhileEquipped	=	FALSE,
		UseDelta			=	0.1,
		DisplayName			=	Water Bottle,
		ReplaceOnDeplete	=	Soda09Empty,
		ReplaceOnUseOn		=	WaterSource-Soda09Water,
		Icon				=	SVGSoda09Water,
		CustomContextMenu 	= 	Drink,
		CustomEatSound 		= 	PZ_DrinkingFromBottle,
	}
	item Soda10Water
	{
		IsWaterSource		=	TRUE,
		Weight				=	0.8,
		CanStoreWater		=	TRUE,
		Type				=	Drainable,
		UseWhileEquipped	=	FALSE,
		UseDelta			=	0.1,
		DisplayName			=	Water Bottle,
		ReplaceOnDeplete	=	Soda10Empty,
		ReplaceOnUseOn		=	WaterSource-Soda10Water,
		Icon				=	SVGSoda10Water,
		CustomContextMenu 	= 	Drink,
		CustomEatSound 		= 	PZ_DrinkingFromBottle,
	}
	item Soda11Water
	{
		IsWaterSource		=	TRUE,
		Weight				=	0.8,
		CanStoreWater		=	TRUE,
		Type				=	Drainable,
		UseWhileEquipped	=	FALSE,
		UseDelta			=	0.1,
		DisplayName			=	Water Bottle,
		ReplaceOnDeplete	=	Soda11Empty,
		ReplaceOnUseOn		=	WaterSource-Soda11Water,
		Icon				=	SVGSoda11Water,
		CustomContextMenu 	= 	Drink,
		CustomEatSound 		= 	PZ_DrinkingFromBottle,
	}
	item Soda12Water
	{
		IsWaterSource		=	TRUE,
		Weight				=	0.8,
		CanStoreWater		=	TRUE,
		Type				=	Drainable,
		UseWhileEquipped	=	FALSE,
		UseDelta			=	0.1,
		DisplayName			=	Water Bottle,
		ReplaceOnDeplete	=	Soda12Empty,
		ReplaceOnUseOn		=	WaterSource-Soda12Water,
		Icon				=	SVGSoda12Water,
		CustomContextMenu 	= 	Drink,
		CustomEatSound 		= 	PZ_DrinkingFromBottle,
	}
	item VodkaEmpty
	{
		Weight			=	0.2,
		CanStoreWater	=	TRUE,
		Type			=	Normal,
		DisplayName		=	Empty Bottle,
		ReplaceOnUseOn	=	WaterSource-VodkaWaterFull,
		Icon			=	SVGVodkaEmpty,
	}
	item ColaBottleEmpty
	{
		Weight			=	0.1,
		CanStoreWater	=	TRUE,
		Type			=	Normal,
		DisplayName		=	Empty Cola Bottle,
		ReplaceOnUseOn	=	WaterSource-ColaBottleWater,
		Icon			=	SVGColaEmpty,
	}
	/************************Custom Water Bottles************************/
	item VodkaWaterFull
	{
		IsWaterSource		=	TRUE,
		Weight				=	1.2,
		CanStoreWater		=	TRUE,
		Type				=	Drainable,
		UseWhileEquipped	=	FALSE,
		UseDelta			=	0.1,
		DisplayName			=	Water Bottle,
		ReplaceOnDeplete	=	VodkaEmpty,
		ReplaceOnUseOn		=	WaterSource-VodkaWaterFull,
		Icon				=	SVGVodkaWater,
	}
	item ColaBottleWater
	{
		IsWaterSource		=	TRUE,
		Weight				=	0.8,
		CanStoreWater		=	TRUE,
		Type				=	Drainable,
		UseWhileEquipped	=	FALSE,
		UseDelta			=	0.1,
		DisplayName			=	Water Bottle,
		ReplaceOnDeplete	=	ColaBottleEmpty,
		ReplaceOnUseOn		=	WaterSource-ColaBottleWater,
		Icon				=	SVGColaWater,
		CustomContextMenu 	= 	Drink,
		CustomEatSound 		= 	PZ_DrinkingFromBottle,
	}
}
