TV Dinner: Difference between revisions

From PZwiki
(added model to infobox)
m (Minor)
Line 1: Line 1:
{{Languages}}{{Header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 41|incver=73}}{{Infobox food
{{Languages}}
{{Header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 41|incver=73}}
{{Infobox food
|display_name=TV Dinner
|display_name=TV Dinner
|name_colour=Food
|name_colour=Food
Line 31: Line 33:


==Usage==
==Usage==
===Consumable properties===
===Consumable properties===
TV dinner can be eaten raw, which can make the [[player]] [[Moodles#Sick|sick]] along with causing them to feel [[Moodles#Unhappy|unhappy]]. Consuming after being cooked will reduce more hunger, however it will only prevent sickness not unhappiness.
TV dinner can be eaten raw, which can make the [[player]] [[Moodles#Sick|sick]] along with causing them to feel [[Moodles#Unhappy|unhappy]]. Consuming after being cooked will reduce more hunger, however it will only prevent sickness not unhappiness.
{{Consumables2
{{Consumables
|image = TVDinner.png
|image = TVDinner.png
|hunger = -23
|hunger = -23
Line 55: Line 56:
==Gallery==
==Gallery==
<gallery>
<gallery>
File:TVDinner Model.png|Model for: [[File:TVDinner.png]]
TVDinner Model.png|Model for: [[File:TVDinner.png]]
</gallery>
</gallery>



Revision as of 21:08, 28 August 2023

TV Dinner
TV Dinner
TV Dinner TV Dinner (Cooked)
General
Category Food
Encumbrance
Heavy Load
0.4
Packaged Yes
Nutrition
Hunger
Hunger
-23
Calories
Calories
670
Carbohydrates
Carbohydrates
81
Proteins
Proteins
30
Fat
Fat
25
Effect
Unhappiness
Unhappiness
+20
Cooking
Time until cooked 10 minutes
Time until burned 5 minutes
Technical details
Item ID Base.TVDinner

A TV dinner is a non-perishable food item.

Usage

Consumable properties

TV dinner can be eaten raw, which can make the player sick along with causing them to feel unhappy. Consuming after being cooked will reduce more hunger, however it will only prevent sickness not unhappiness.

Uncooked Cooked Burned

TVDinner.png
Hunger: -23

Unhappiness: +20
Dangerous uncooked, may cause sickness.

TVDinnerCooked.png
Hunger: -29

Unhappiness: +18

TVDinnerCooked.png
Hunger: -7
Boredom: +20
Unhappiness: +40
Dangerous, will cause sickness.

Distribution

TV dinner can often be found in kitchen counters.

Gallery

Code

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

    item TVDinner
	{
		DisplayName = TV Dinner,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.4,
		Icon = TVDinner,
		BadCold = true,
		DangerousUncooked = TRUE,
		EatType = plate,
		GoodHot = true,
		IsCookable = TRUE,
		Packaged = TRUE,
		MinutesToCook = 10,
		MinutesToBurn = 15,
		HungerChange = -23,
		UnhappyChange = 20,
		Calories = 670,
		Carbohydrates = 81,
		Lipids = 25,
		Proteins = 30,
		StaticModel = TVDinner,
		WorldStaticModel = TVDinner_Ground,
	}

See also