Dog Food

From PZwiki
Revision as of 08:58, 10 May 2018 by Vaileasys (talk | contribs) (fixed language and container links)


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

Canned Dogfood is a non-perishable food item which is often found in kitchen counters. It is a non-perishable item while it is sealed.
Canned Dogfood can only be opened with a can opener, and once opened it becomes a perishable item.
A opened can of dogfood takes five in-game days to go stale, and seven in-game days to rot. Eating Dogfood will cause immense unhappiness to a character.


Nutritional Information

Template:Consumables2












It's Nutritional Values are as follows:
Carbohydrates = 77.56
Proteins = 16.04
Lipids = 12.58
Calories = 498

Code


Sealed Can

    item Dogfood
	Weight		= 1,
	Type		= Food,
	DisplayName	= Dogfood,
	Icon		= Dogfood,
        Carbohydrates 	= 77.56,
        Proteins 	= 16.04,
        Lipids 		= 12.58,
        Calories 	= 498,
        Packaged 	= TRUE,
 

Opened Can

    item DogfoodOpen
	HungerChange		= -30,
	Weight			= 1,
	Type			= Food,
	DaysFresh		= 5,
	DaysTotallyRotten	= 7,
	UnhappyChange		= 50,
	DisplayName		= Open Dogfood,
	Icon			= DogfoodOpen,
        Carbohydrates 		= 77.56,
        Proteins 		= 16.04,
        Lipids 			= 12.58,
        Calories 		= 498,
        Packaged 		= TRUE,
    

Template:Navbox/Consumables