Mutton Chop: Difference between revisions

From PZwiki
(Update of NavBar.)
(New infobox + new layout)
Line 1: Line 1:
__NOTOC__
{{languages|Mutton Chop}}
{{languages|Mutton Chop}}
<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=Mutton Chop
<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 = MEATMuttonChops.png
|image=Mutton_120px.png
|hunger = -30
|alternate_image=MuttonRotten.png
|weight = 0.3
|alternate_name=Mutton Chop (Rotten)
}}
|alternate_link=
|alternate_image2=MuttonCooked.png
|alternate_name2=Mutton Chop (Cooked)
|alternate_link2=
|alternate_image3=MuttonBurnt.png
|alternate_name3=Mutton Chop (Burnt)
|alternate_link3=
<!--GENERAL-->
|category=Food
|weight=0.3
|days_fresh=2
|days_rotten=4
<!--NUTRITION-->
|hunger_change=-30
|calories=234
|lipids=11
|proteins=33
|carbohydrates=0.08
<!--COOKING-->
|cook_minutes=50
|burn_minutes=70
|dangerous_uncooked=True
|bad_microwaved=True
|good_hot=True
|bad_cold=True
<!--TECHNICAL DETAILS-->
|class_name=Base.Mutton
}}A '''mutton chop''' is a [[Food#Perishable|perishable]] food [[item]] used in [[cooking]].  


Mutton Chops is a perishable food item that goes bad as time passes. Mutton Chops are often found within houses, inside of [[refrigerator]]s and freezers. Mutton Chops take two in-game days to go stale, and four in-game days to rot.
==Usage==
 
===Consumable properties===
Mutton Chops are a versatile food type which can be added to many food recipes.
Mutton chops can be eaten raw, which will provide the player with some positive effects, or improved by cooking, however these will become negative the longer it's left to perish.
 
== Nutritional Information ==
{| border=0 align=left
|
{{Consumables2
{{Consumables2
|image = MEATMuttonChops.png
|image = Mutton.png
|hunger = -30  
|hunger = -30  
|perishable = 1
|perishable = 1
Line 42: Line 64:
|burned boredom = +20
|burned boredom = +20
|burned unhappiness = +20
|burned unhappiness = +20
|burned image = MEATMuttonChopsBurnt.png
|burned image = MuttonBurnt.png
|rotten image = MEATMuttonChopsRotten.png
|rotten image = MuttonRotten.png
|cooked image = MEATMuttonChopsCooked.png
|cooked image = MuttonCooked.png
}}
}}
|}
<br><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>
Carbohydrates = 0.08 <br>
Proteins = 33 <br>
Lipids = 11 <br>
Calories = 234 <br><br>


== Evolved Recipes ==
==Crafting==
{{EvolvedRecipesForItem
===Cooking===
|soup=15|stew=15|pie=15|stirfry=15|sandwich=5|burger=10|salad=10|roastedvegetables=15|ricepot=15|ricepan=15|pastapot=15|pastapan=15|}}
{{Main|Cooking}}
Mutton chops can be used in various cooking recipes.
====Evolved recipes====
{{EvolvedRecipesForItem|soup=15|stew=15|pie=15|stirfry=15|sandwich=5|burger=10|salad=10|roastedvegetables=15|ricepot=15|ricepan=15|pastapot=15|pastapan=15}}


== Code ==
== Code ==
<nowiki>
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
    item MuttonChop
{{Retrieved|version=40|incver=14}}
        HungerChange = -30,
<pre> item MuttonChop
        Weight = 0.3,
        HungerChange = -30,
        Type = Food,
        Weight = 0.3,
        IsCookable = TRUE,
        Type = Food,
        DangerousUncooked = TRUE,
        IsCookable = TRUE,
        DaysTotallyRotten = 4,
        DangerousUncooked = TRUE,
        MinutesToBurn = 70,
        DaysTotallyRotten = 4,
        DisplayName = Mutton Chop,
        MinutesToBurn = 70,
        Icon = Mutton,
        DisplayName = Mutton Chop,
        DaysFresh = 2,
        Icon = Mutton,
        MinutesToCook = 50,
        DaysFresh = 2,
        EvolvedRecipe = Soup:15;Stew:15;Pie:15;Stir fry:15;Sandwich:5|Cooked;Burger:10;Salad:10|Cooked;Roasted Vegetables:15;RicePot:15;RicePan:15;PastaPot:15;PastaPan:15,
        MinutesToCook = 50,
        FoodType    = Meat,
        EvolvedRecipe = Soup:15;Stew:15;Pie:15;Stir fry:15;Sandwich:5|Cooked;Burger:10;Salad:10|Cooked;Roasted Vegetables:15;RicePot:15;RicePan:15;PastaPot:15;PastaPan:15,
        Carbohydrates = 0.08,
        FoodType    = Meat,
        Proteins = 33,
        Carbohydrates = 0.08,
        Lipids = 11,
        Proteins = 33,
        Calories = 234,
        Lipids = 11,
</nowiki>
        Calories = 234,
        BadInMicrowave = true,
        GoodHot = true,
        BadCold = true,</pre>
 
==See also==
*[[Steak]]
*[[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 12:11, 9 September 2018

Mutton Chop
Mutton Chop
Mutton Chop (Rotten) Mutton Chop (Cooked) Mutton Chop (Burnt)
General
Category Food
Encumbrance
Heavy Load
0.3
Days until stale 2 days
Days until rotten 4 days
Nutrition
Hunger
Hunger
-30
Calories
Calories
234
Carbohydrates
Carbohydrates
0.08
Proteins
Proteins
33
Fat
Fat
11
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.Mutton

A mutton chop is a perishable food item used in cooking.

Usage

Consumable properties

Mutton chops can be eaten raw, which will provide the player with some positive effects, or improved by cooking, however these will become negative the longer it's left to perish. Template:Consumables2

Crafting

Cooking

Main article: Cooking

Mutton chops can be used in various cooking recipes.

Evolved recipes

Product Nutrition
Soup
Soup
15
Stew
Stew
15
Salad
Salad
10
Stir Fry
Stir Fry
15
Roasted Vegetables
Roasted Vegetables
15
Sandwich
Sandwich
5
Burger
Burger
10
Pie (savory)
Pie (savory)
15
Rice Pot/Saucepan
Rice Pot/Saucepan
15
Pasta Pot/Saucepan
Pasta Pot/Saucepan
15

Code

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

	item MuttonChop
        	HungerChange		= -30,
        	Weight			= 0.3,
        	Type			= Food,
        	IsCookable		= TRUE,
        	DangerousUncooked	= TRUE,
        	DaysTotallyRotten	= 4,
        	MinutesToBurn		= 70,
        	DisplayName		= Mutton Chop,
        	Icon			= Mutton,
        	DaysFresh		= 2,
        	MinutesToCook		= 50,
        	EvolvedRecipe 		= Soup:15;Stew:15;Pie:15;Stir fry:15;Sandwich:5|Cooked;Burger:10;Salad:10|Cooked;Roasted Vegetables:15;RicePot:15;RicePan:15;PastaPot:15;PastaPan:15,
        	FoodType    		= Meat,
        	Carbohydrates 		= 0.08,
        	Proteins 		= 33,
        	Lipids 			= 11,
        	Calories 		= 234,
        	BadInMicrowave 		= true,
        	GoodHot 		= true,
        	BadCold 		= true,

See also

Template:Navbox/Consumables