TV Dinner

From PZwiki
Revision as of 18:30, 10 September 2018 by Vaileasys (talk | contribs) (New infobox + new layout)

Template:Infobox foodA TV dinner is a non-perishable food item.

Usage

Consumable properties

A TV dinner can be eaten raw, which can make the player sick along with causing them to feel bored and unhappy. Consuming after being cooked will reduce more hunger, however it won't remove any of the negative effects (except for sickness). Template:Consumables2

Distribution

TV dinners can often found in kitchen counters.

Code

From items.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 40.14

	item TVDinner
		HungerChange		= -23,
		Weight			= 0.4,
		Type			= Food,
		IsCookable		= TRUE,
		DangerousUncooked	= TRUE,
		UnhappyChange		= 25,
		MinutesToBurn		= 15,
		DisplayName		= TV Dinner,
		Icon			= TVDinner,
		MinutesToCook		= 10,
		BoredomChange		= 30,
        	Carbohydrates 		= 81,
        	Proteins 		= 30,
        	Lipids 			= 25,
        	Calories 		= 670,
        	Packaged 		= TRUE,

See also

Template:Navbox/Consumables