TV Dinner: Difference between revisions

From PZwiki
(New infobox + new layout)
m (Automated Formatting)
(29 intermediate revisions by 8 users not shown)
Line 1: Line 1:
{{languages|TV Dinner}}
{{Header|Project Zomboid|Items|Food|Miscellaneous food}}
{{header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 40|incver=14}}{{Infobox food
{{Page version|41.78.16}}
|display_name=TV Dinner
{{Reupload|Missing opened 3D model}}
|name_colour=Food
{{Infobox item
|name_text_colour=Food
|name=TV Dinner
|image=TVDinner_120px.png
|model=TVDinner_Model.png
|alternate_image=TVDinnerCooked.png
|icon=TVDinner.png
|alternate_name=TV Dinner (Cooked)
|icon_name=TV Dinner
|alternate_link=
|icon2=TVDinnerCooked.png
|icon_name2=TV Dinner (Cooked)
<!--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 20: Line 20:
|carbohydrates=81
|carbohydrates=81
<!--EFFECT-->
<!--EFFECT-->
|unhappy_change=+25
|unhappy_change=+20
|boredom_change=+30
<!--COOKING-->
<!--COOKING-->
|dangerous_uncooked=True
|cook_minutes=10
|cook_minutes=15
|burn_minutes=5
|burn_minutes=25
|good_hot=True
|bad_cold=True
<!--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 non-perishable [[food]] [[Items|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#Bored|bored]] and [[Moodles#Unhappy|unhappy]]. Consuming after being cooked will reduce more hunger, however it won't remove any of the negative effects (except for sickness).
TV dinner can be eaten raw, which can make the [[player]] [[Sick|sick]] along with causing them to feel [[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
|unhappiness = +20
|perishable = 0
|perishable = 0
|cookable = 1
|cookable = 1
|dangerous uncooked = 1
|dangerous uncooked = 1
|cooked hunger = -29
|cooked hunger = -29
|cooked unhappiness = +30
|cooked unhappiness = +18
|cooked boredom = +27
|burned hunger = -7
|burned hunger = -3
|burned boredom = +20
|burned boredom = +50
|burned unhappiness = +40
|burned unhappiness = +45
|burned image = TVDinnerCooked.png
|burned image = TVDinnerCooked.png
|cooked image = TVDinnerCooked.png
|cooked image = TVDinnerCooked.png
Line 52: Line 49:


==Distribution==
==Distribution==
TV dinners can often found in [[Containers#Counter|kitchen counters]].
The loot distributions can be found in the table(s) below.


== Code ==
{| class="mw-collapsible mw-collapsed wikitable theme-red" data-expandtext="{{int:show}}" data-collapsetext="{{int:hide}}" style="text-align:center; min-width:24em;"
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
! colspan="4" | Containers
{{Retrieved|version=40|incver=14}}
|-
<pre> item TVDinner
! Building/Room
HungerChange = -23,
! Container
Weight = 0.4,
! style="width: 3.2em;" | Rolls
Type = Food,
! style="width: 3.2em;" | Chance
IsCookable = TRUE,
|-
DangerousUncooked = TRUE,
|generalstore
UnhappyChange = 25,
|[[shelves]]
MinutesToBurn = 15,
|4
DisplayName = TV Dinner,
|1
Icon = TVDinner,
|-
MinutesToCook = 10,
|grocerystorage
BoredomChange = 30,
|[[crate]]
        Carbohydrates = 81,
|4
        Proteins = 30,
|1
        Lipids = 25,
|-
        Calories = 670,
|kitchen
        Packaged = TRUE,</pre>
|[[counter]]
|4
|4
|}
TV dinner can often be found in [[Containers#Counter|kitchen counters]].
 
==Code==
{{CodeBox
| {{CodeSnip
  | lang = java
  | line = true
  | start = 4753
  | source = items_food.txt
  | retrieved = true
  | version = 41.78.16
  | code =
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==
==See also==
Line 79: Line 117:
*[[Instant Popcorn]]
*[[Instant Popcorn]]


{{Navbox/Consumables}}
{{Navbox items|food}}
 
[[Category:Non-perishable food]]

Revision as of 12:38, 14 April 2024

UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Frame.png
This article contains outdated/low-quality images.
Reason: Missing opened 3D model
Please help the PZwiki by uploading an improved/updated version of the image(s) found on this 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

The loot distributions can be found in the table(s) below.

Containers
Building/Room Container Rolls Chance
generalstore shelves 4 1
grocerystorage crate 4 1
kitchen counter 4 4

TV dinner can often be found in kitchen counters.

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\items_food.txt

Retrieved: Build 41.78.16
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