Steak: Difference between revisions

From PZwiki
m (fixed container links)
(New infobox + new layout)
Line 1: Line 1:
__NOTOC__
{{languages|Steak}}
{{languages|Steak}}
<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 -->
{{header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 40|incver=14}}{{Infobox food
<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 -->
|display_name=Steak
<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:Perishable_Food|Perishable Foods]] -> [[{{PAGENAME}}]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
|name_colour=Food
{{Consumables
|name_text_colour=Food
|image = Steak.png
|image=Steak_120px.png
|hunger = -40
|alternate_image=SteakRotten.png
|weight = 0.3
|alternate_name=Steak (Rotten)
}}
|alternate_link=
Steak is a perishable food item generally found in a [[containers#Refrigerators|refrigerator]]. Steak takes two in-game days to go stale, and four ingame days to rot. It can cooked alone or used in various recipes.
|alternate_image2=SteakCooked.png
|alternate_name2=Steak (Cooked)
|alternate_link2=
|alternate_image3=SteakBurnt.png
|alternate_name3=Steak (Burnt)
|alternate_link3=
<!--GENERAL-->
|category=Food
|weight=0.3
|days_fresh=2
|days_rotten=4
<!--NUTRITION-->
|hunger_change=-40
|calories=220
|lipids=9.35
|proteins=31.62
|carbohydrates=0
<!--COOKING-->
|cook_minutes=50
|burn_minutes=70
|dangerous_uncooked=True
|bad_microwaved=True
|good_hot=True
|bad_cold=True
<!--TECHNICAL DETAILS-->
|class_name=Base.Steak
}}'''Steak''' is a [[Food#Perishable|perishable]] food [[item]] used in [[cooking]].  


== Nutritional Information ==
==Usage==
{| border=0 align=left
===Consumable properties===
|
Steak can be eaten raw, which can make the [[player]] [[Moodles#Sick|sick]]. Consuming after being cooked will provide the player with some positive effects, however these will become negative the longer it's left to perish.
{{Consumables2
{{Consumables2
|image = Steak.png
|image = Steak.png
Line 43: Line 68:
|cooked image = Steakcooked.png
|cooked image = Steakcooked.png
}}
}}
|}
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>


'''It's Nutritional Values are as follows:'''<br>
==Crafting==
Carbohydrates = 0 <br>
===Cooking===
Proteins = 31.62 <br>
{{Main|Cooking}}
Lipids = 9.35 <br>
Steak can be used in various cooking recipes.
Calories = 220 <br><br>
====Evolved recipes====
{{EvolvedRecipesForItem|stew=20|stirfry=20|burger=20|roastedvegetables=20|pastapot=20|pastapan=20|ricepot=20|ricepan=20}}


== Evolved Recipes ==
{{EvolvedRecipesForItem
|stew=20|stirfry=20|burger=20|roastedvegetables=20|pastapot=20|pastapan=20|ricepot=20|ricepan=20|}}
== Code ==
== Code ==
<nowiki>
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
item Steak
{{Retrieved|version=40|incver=14}}
<pre> item Steak
HungerChange = -40,
HungerChange = -40,
Weight = 0.3,
Weight = 0.3,
Line 75: Line 97:
         Lipids = 9.35,
         Lipids = 9.35,
         Calories = 220,
         Calories = 220,
</nowiki>
        BadInMicrowave = true,
        GoodHot = true,
        BadCold = true,</pre>
 
==See also==
*[[Mutton Chop]]
*[[Meat Patty]]
*[[Chicken]]
*[[Pork Chop]]
*[[Small Bird Meat]]
*[[Rabbit Meat]]


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

Revision as of 13:13, 9 September 2018

Steak
Steak
Steak (Rotten) Steak (Cooked) Steak (Burnt)
General
Category Food
Encumbrance
Heavy Load
0.3
Days until stale 2 days
Days until rotten 4 days
Nutrition
Hunger
Hunger
-40
Calories
Calories
220
Carbohydrates
Carbohydrates
0
Proteins
Proteins
31.62
Fat
Fat
9.35
Cooking
Time until cooked 50 minutes
Time until burned 70 minutes
Dangerous uncooked True
Bad microwaved True
Good hot True
Bad cold True
Technical details
Item ID Base.Steak

Steak is a perishable food item used in cooking.

Usage

Consumable properties

Steak can be eaten raw, which can make the player sick. Consuming after being cooked will provide the player with some positive effects, however these will become negative the longer it's left to perish. Template:Consumables2

Crafting

Cooking

Main article: Cooking

Steak can be used in various cooking recipes.

Evolved recipes

Product Nutrition
Stew
Stew
20
Stir Fry
Stir Fry
20
Roasted Vegetables
Roasted Vegetables
20
Burger
Burger
20
Rice Pot/Saucepan
Rice Pot/Saucepan
20
Pasta Pot/Saucepan
Pasta Pot/Saucepan
20

Code

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

	item Steak
		HungerChange		= -40,
		Weight			= 0.3,
		Type			= Food,
		IsCookable		= TRUE,
		DangerousUncooked	= TRUE,
		DaysTotallyRotten	= 4,
		MinutesToBurn		= 70,
		DisplayName		= Steak,
		Icon			= Steak,
		DaysFresh		= 2,
		MinutesToCook		= 50,
		EvolvedRecipe 		= Stew:20;Stir fry:20;Burger:20;Roasted Vegetables:20;PastaPot:20;PastaPan:20;RicePot:20;RicePan:20,
		FoodType    		= Meat,
        	Carbohydrates 		= 0,
        	Proteins 		= 31.62,
        	Lipids 			= 9.35,
        	Calories 		= 220,
        	BadInMicrowave 		= true,
        	GoodHot 		= true,
        	BadCold 		= true,

See also

Template:Navbox/Consumables