TV Dinner: Difference between revisions

From PZwiki
m (Category Project: Miscellaneous food)
(→‎top: New infobox upgrade - Food)
Line 2: Line 2:
{{header/sandbox2|Project Zomboid|Items|Food|Miscellaneous food}}
{{header/sandbox2|Project Zomboid|Items|Food|Miscellaneous food}}
{{page version|41.73}}
{{page version|41.73}}
{{Infobox food
{{Infobox item
|display_name=TV Dinner
|name=TV Dinner
|name_colour=Food
|model=TVDinner_Model.png
|name_text_colour=Food
|icon=TVDinner.png
|image=TVDinner_Model.png
|icon_name=TV Dinner
|image_width=200px
|icon2=TVDinnerCooked.png
|alternate_image=TVDinner.png
|icon_name2=TV Dinner (Cooked)
|alternate_name=TV Dinner
 
|alternate_link=
|alternate_image2=TVDinnerCooked.png
|alternate_name2=TV Dinner (Cooked)
|alternate_link2=
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 30: Line 26:
|burn_minutes=5
|burn_minutes=5
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.TVDinner
|item_id=Base.TVDinner
}}A '''TV dinner''' is a [[Food#Non-Perishable|non-perishable]] food [[item]].  
}}A '''TV dinner''' is a [[Food#Non-Perishable|non-perishable]] food [[item]].  



Revision as of 10:54, 29 January 2024

Template:Header/sandbox2

Spiffo controlyourself.png
This page was last updated for an older version (41.73).
The current stable version is 41.78.16, released 2022-12-12, so information on this page may be inaccurate. Help get this page updated by adding any missing content. [edit]
Please update the version after updating the page.
TV Dinner
TVDinner Model.png
TV Dinner (Cooked)
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.4
Properties
Packaged
Yes
Nutrition
HungerMoodle Icon Hungry.png
-23
CaloriesCalories
670
CarbohydratesCarbohydrates
81
ProteinsProteins
30
FatFat
25
Effect
UnhappinessMoodle Icon Unhappy.png
+20
Cooking
Time until cooked
10 minutes
Time until burned
5 minutes
Technical
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.

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