Chips

From PZwiki
Revision as of 23:33, 24 July 2018 by Simian (talk | contribs)


Page Updated @ Version: 34.28
   Navigation - Main Index -> The Game World -> Items -> Consumables -> Food -> Non Perishable Foods -> Chips   


Chips are a non-perishable item often found inside vending machines, general stores, and some houses. Although they do not reduce a lot of hunger, they are one of the few non-perishable foods that can be eaten without a can opener or any cooking.

Nutritional information


Its nutritional values are as follows:
Carbohydrates = 72
Proteins = 4.5
Lipids = 45
Calories = 720

Code


Chips/Crisps 1 SNACKChips1.png

	item Crisps
 	HungerChange	= -15,
	Weight		= 0.2,
	Type		= Food,
	DisplayName	= Chips,
	Icon		= Crisps,
        Carbohydrates 	= 72,
        Proteins 	= 4.5,
        Lipids 		= 45,
        Calories 	= 720,
        Packaged 	= TRUE,
        CantBeFrozen 	= TRUE,
 

Chips/Crisps 2 SNACKChips2.png

	item Crisps2
	HungerChange	= -15,
	Weight		= 0.2,
	Type		= Food,
	DisplayName	= Chips,
	Icon		= Crisps2,
        Carbohydrates 	= 72,
        Proteins 	= 4.5,
        Lipids 		= 45,
        Calories 	= 720,
        Packaged 	= TRUE,
        CantBeFrozen 	= TRUE,
 

Chips/Crisps 3 SNACKChips3.png

	item Crisps3
	HungerChange	= -15,
	Weight		= 0.2,
	Type		= Food,
	DisplayName	= Chips,
	Icon		= Crisps3,
        Carbohydrates 	= 72,
        Proteins 	= 4.5,
        Lipids 		= 45,
        Calories 	= 720,
        Packaged 	= TRUE,
        CantBeFrozen 	= TRUE,
 

Chips/Crisps 4 SNACKChips4.png

	item Crisps4
	HungerChange	= -15,
	Weight		= 0.2,
	Type		= Food,
	DisplayName	= Chips,
	Icon		= Crisps4,
        Carbohydrates 	= 72,
        Proteins 	= 4.5,
        Lipids 		= 45,
        Calories 	= 720,
        Packaged 	= TRUE,
        CantBeFrozen 	= TRUE,
 

Template:Navbox/Consumables