Cereal

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


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

Cereal is a non-perishable food item which is often found in kitchen counters.

Nutritional information


Its nutritional values are as follows:
Carbohydrates = 572
Proteins = 52
Lipids = 26
Calories = 2360

Trapping

Cereal can also be used in traps to capture birds and squirrels.

Refer to trapping for further information.

Code


	item Cereal
	HungerChange		= -40,
	Weight			= 0.2,
	AlwaysWelcomeGift	= true,
	Type			= Food,
	DisplayName		= Cereal,
	Icon			= Cereal,
        Carbohydrates 		= 572,
        Proteins 		= 52,
        Lipids 			= 26,
        Calories 		= 2360,
        Packaged 		= TRUE,
 

Template:Navbox/Consumables