module BAM
{
	item budlight
	{
		HungerChange		=	-1,
		Weight				=	0.1,
		Type				=	Food,
		ThirstChange		=	-1,
		DisplayName			=	Bud Light,
		Alcoholic			=	TRUE,
        UnhappyChange		=	-5,
		Icon				=	budlight,
		CustomContextMenu 	= 	Drink,
		CustomEatSound 		= 	DrinkingFromBottle,
		AlcoholPower 		= 	1,
        Carbohydrates 		= 	15,
        Proteins 			= 	0,
        Lipids 				= 	0,
        Calories 			= 	15,
        Packaged 			= 	TRUE,
        CantBeFrozen 		= 	TRUE,
		StaticModel 		= 	PopCanDiet,
	}

	item coorslight
	{
		HungerChange		=	-1,
		Weight				=	0.1,
		Type				=	Food,
		ThirstChange		=	-1,
		DisplayName			=	Coors Light,
		Alcoholic			=	TRUE,
        UnhappyChange		=	-5,
		Icon				=	coorslight,
		CustomContextMenu 	= 	Drink,
		CustomEatSound 		= 	DrinkingFromBottle,
		AlcoholPower 		= 	1,
        Carbohydrates 		= 	15,
        Proteins 			= 	0,
        Lipids 				= 	0,
        Calories 			= 	15,
        Packaged 			= 	TRUE,
        CantBeFrozen 		= 	TRUE,
		StaticModel 		= 	PopCanDiet,
	}

	item millerlight
	{
		HungerChange		=	-1,
		Weight				=	0.1,
		Type				=	Food,
		ThirstChange		=	-1,
		DisplayName			=	Miller Lite,
		Alcoholic			=	TRUE,
        UnhappyChange		=	-5,
		Icon				=	millerlight,
		CustomContextMenu 	= 	Drink,
		CustomEatSound 		= 	DrinkingFromBottle,
		AlcoholPower 		= 	1,
        Carbohydrates 		= 	15,
        Proteins 			= 	0,
        Lipids 				= 	0,
        Calories 			= 	15,
        Packaged 			= 	TRUE,
        CantBeFrozen 		= 	TRUE,
		StaticModel 		= 	PopCanDiet,
	}

	item budlightcase
	{
	    DisplayName		    =	Bud Light 6 pack,
	    Type	        	=	Normal,	
	    Weight	        	=	0.6,
	    Icon	        	=	budlightcase,
	}

	item coorslightcase
	{
	    DisplayName		    =	Coors Light 6 pack,
	    Type	        	=	Normal,	
	    Weight	        	=	0.6,
	    Icon	        	=	coorslightcase,
	}

	item millerlightcase
	{
	    DisplayName		    =	Miller Lite 6 pack,
	    Type	        	=	Normal,	
	    Weight	        	=	0.6,
	    Icon	        	=	millerlightcase,
	}
}