TV Dinner: Difference between revisions

From PZwiki
mNo edit summary
(New infobox + new layout)
Line 1: Line 1:
__NOTOC__
{{languages|TV Dinner}}
{{languages}}
{{header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 40|incver=14}}{{Infobox food
<div class="header" style="margin: 5px; align: right; background: #CEF2E0; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #A3BFB1"> <!-- Code for Background Colour -->
|display_name=TV Dinner
<div style="float: right;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">   '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
|name_colour=Food
<div style="float: left;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">   '''Navigation''' - [[:Category:Main|Main Index]] -> [[:Category:The_Game_World|The Game World]] -> [[:Category:Items|Items]] -> [[:Category:Consumables|Consumables]] -> [[:Category:Food|Food]] -> [[:Category:Non-Perishable_Food|Non Perishable Foods]] -> [[{{PAGENAME}}]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
|name_text_colour=Food
{{Consumables
|image=TVDinner_120px.png
|image = TV Dinner.png
|alternate_image=TVDinnerCooked.png
|alternate_name=TV Dinner (Cooked)
|alternate_link=
<!--GENERAL-->
|category=Food
|weight=0.4
|packaged=True
<!--NUTRITION-->
|hunger_change=-23
|thirst_change=
|calories=670
|lipids=25
|proteins=30
|carbohydrates=81
<!--EFFECT-->
|unhappy_change=+25
|boredom_change=+30
<!--COOKING-->
|dangerous_uncooked=True
|cook_minutes=15
|burn_minutes=25
|good_hot=True
|bad_cold=True
<!--TECHNICAL DETAILS-->
|class_name=Base.TVDinner
}}A '''TV dinner''' is a [[Food#Non-Perishable|non-perishable]] food [[item]].
 
==Usage==
===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).
{{Consumables2
|image = TVDinner.png
|hunger = -23
|hunger = -23
|boredom = +30
|perishable = 0
|unhappiness = +25
|cookable = 1
|weight = 0.4
|dangerous uncooked = 1
|cooked hunger = -29
|cooked unhappiness = +30
|cooked boredom = +27
|burned hunger = -3
|burned boredom = +50
|burned unhappiness = +45
|burned image = TVDinnerCooked.png
|cooked image = TVDinnerCooked.png
}}
}}
A '''TV dinner''' is a [[Food#Non-Perishable|non-perishable]] item found in many [[Containers#Kitchen Counter|kitchen counters]].<br> Although it reduces hunger, it causes characters to feel bored and unhappy. A TV dinner is dangerous unless it is cooked.


== Nutritional information ==
==Distribution==
<br>
TV dinners can often found in [[Containers#Counter|kitchen counters]].
'''Its nutritional values are as follows:'''<br>
Carbohydrates = 81 <br>
Proteins = 30 <br>
Lipids = 25 <br>
Calories = 670 <br><br>


== Code ==
== Code ==
<br>
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
<nowiki>
{{Retrieved|version=40|incver=14}}
item TVDinner
<pre> item TVDinner
HungerChange = -23,
HungerChange = -23,
Weight = 0.4,
Weight = 0.4,
Line 40: Line 73:
         Lipids = 25,
         Lipids = 25,
         Calories = 670,
         Calories = 670,
         Packaged = TRUE,
         Packaged = TRUE,</pre>
</nowiki>
 
==See also==
*[[Mac and Cheese]]
*[[Instant Popcorn]]


{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Food]]
[[Category:Non-Perishable_Food]]
[[Category:Version 34.28]]

Revision as of 18:30, 10 September 2018

TV Dinner
TV Dinner
TV Dinner (Cooked)
General
Category Food
Encumbrance
Heavy Load
0.4
Packaged True
Nutrition
Hunger
Hunger
-23
Calories
Calories
670
Carbohydrates
Carbohydrates
81
Proteins
Proteins
30
Fat
Fat
25
Effect
Unhappiness
Unhappiness
+25
Boredom
Boredom
+30
Cooking
Time until cooked 15 minutes
Time until burned 25 minutes
Dangerous uncooked True
Good hot True
Bad cold True
Technical details
Item ID Base.TVDinner

A 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