TV Dinner: Difference between revisions

From PZwiki
(updated to build 41.68)
mNo edit summary
Line 1: Line 1:
{{languages}}
{{languages|TV Dinner}}
{{header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 41|incver=68}}{{Infobox food
{{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
|name_text_colour=Food
|name_text_colour=Food
|image=TVDinner_Model.png
|image=TVDinner_120px.png
|image_width=300px
|alternate_image=TVDinnerCooked.png
|alternate_image=TVDinner.png
|alternate_name=TV Dinner (Cooked)
|alternate_name=TV Dinner
|alternate_link=
|alternate_link=
|alternate_image2=TVDinnerCooked.png
|alternate_name2=TV Dinner (Cooked)
|alternate_link2=
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
|weight=0.4
|weight=0.4
|packaged=True
|packaged=Yes
<!--NUTRITION-->
<!--NUTRITION-->
|hunger_change=-23
|hunger_change=-23
|thirst_change=
|calories=670
|calories=670
|lipids=25
|lipids=25
Line 25: Line 20:
<!--EFFECT-->
<!--EFFECT-->
|unhappy_change=+20
|unhappy_change=+20
|boredom_change=
<!--COOKING-->
<!--COOKING-->
|dangerous_uncooked=True
|cook_minutes=10
|cook_minutes=10
|burn_minutes=15
|burn_minutes=5
|good_hot=True
|bad_cold=True
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.TVDinner
|class_name=Base.TVDinner
}}A '''TV dinner''' is a [[Food#Non-Perishable|non-perishable]] food [[item]].  
}}'''TV dinner''' is a [[Food#Non-Perishable|non-perishable]] food [[item]].  


==Usage==
==Usage==
===Consumable properties===
===Consumable properties===
A 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 reduce the negative effects and not remove them (except for sickness).
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
{{Consumables2
|image = TVDinner.png
|image = TVDinner.png
Line 56: Line 47:


==Distribution==
==Distribution==
TV dinners can often found in [[Containers#Counter|kitchen counters]].
TV dinner can often found in [[Containers#Counter|kitchen counters]].
 
==Gallery==
<gallery>
File:TVDinner Model.png|Model for: [[File:TVDinner.png]]
</gallery>


== Code ==
== Code ==
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=41|incver=68}}
{{Retrieved|version=41|incver=73}}
<pre>    item TVDinner
<pre>    item TVDinner
    {
{
        DisplayCategory = Food,
DisplayName = TV Dinner,
        HungerChange = -23,
DisplayCategory = Food,
        Weight = 0.4,
Type = Food,
        Type = Food,
Weight = 0.4,
        IsCookable = TRUE,
Icon = TVDinner,
        DangerousUncooked = TRUE,
BadCold = true,
        UnhappyChange = 25,
DangerousUncooked = TRUE,
        MinutesToBurn = 15,
EatType = plate,
        DisplayName = TV Dinner,
GoodHot = true,
        Icon = TVDinner,
IsCookable = TRUE,
        MinutesToCook = 10,
Packaged = TRUE,
        UnhappyChange = 20,
MinutesToCook = 10,
        Carbohydrates = 81,
MinutesToBurn = 15,
        Proteins = 30,
HungerChange = -23,
        Lipids = 25,
UnhappyChange = 20,
        Calories = 670,
Calories = 670,
        Packaged = TRUE,
Carbohydrates = 81,
        GoodHot = true,
Lipids = 25,
        BadCold = true,
Proteins = 30,
        StaticModel = TVDinner,
StaticModel = TVDinner,
        EatType = plate,
WorldStaticModel = TVDinner_Ground,
        WorldStaticModel = TVDinner_Ground,
}</pre>
    }</pre>


==See also==
==See also==

Revision as of 12:55, 6 October 2022

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

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. Template:Consumables2

Distribution

TV dinner can often 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