Ham: Difference between revisions

From PZwiki
(New infobox + new layout)
(updated to 41.68 + added model + navbox)
Line 1: Line 1:
{{languages|Ham}}
{{languages}}
{{header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 40|incver=14}}{{Infobox food
{{header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 41|incver=68}}{{Infobox food
|display_name=Ham
|display_name=Ham
|name_colour=Food
|name_colour=Food
|name_text_colour=Food
|name_text_colour=Food
|image=Ham_120px.png
|image=Ham_Model.png
|alternate_image=HamRotten.png
|image_width=200px
|alternate_name=Ham (Rotten)
|alternate_image=Ham.png
|alternate_name=Ham
|alternate_link=
|alternate_link=
|alternate_image2=HamRotten.png
|alternate_name2=Ham (Rotten)
|alternate_link2=
|alternate_image3=HamSlices.png
|alternate_name3=Ham Slice
|alternate_link3=Ham Slice
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 43: Line 50:
===Cooking===
===Cooking===
Ham can be sliced into [[Ham_Slice|ham slices]].
Ham can be sliced into [[Ham_Slice|ham slices]].
{{Cooking table header}}
{{Crafting header|ing=2}}
{{RecipeLookup|2090}}
{{Crafting cooking|118|ing=2}}
{{Crafting table footer}}
|}
====Evolved recipes====
====Evolved recipes====
Ham can be used is various cooking recipes.
Ham can be used is various cooking recipes.
{{EvolvedRecipesForItem|sandwich=10|burger=10|salad=10|ricepot=10|ricepan=10|pastapot=10|pastapan=10}}
{{EvolvedRecipesForItem|omelette=10|sandwich=10|burger=10|salad=10|ricepot=10|ricepan=10|pastapot=10|pastapan=10}}


==Distribution==
==Distribution==
Line 54: Line 61:


== Code ==
== Code ==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=40|incver=14}}
{{Retrieved|version=41|incver=68}}
<pre> item Ham
<pre> item Ham
HungerChange = -60,
    {
Weight = 1,
        DisplayCategory = Food,
AlwaysWelcomeGift = TRUE,
        HungerChange = -60,
Type = Food,
        Weight = 1,
DisplayName = Ham,
        AlwaysWelcomeGift = TRUE,
Icon = Ham,
        Type = Food,
EvolvedRecipe = Sandwich:10;Burger:10;Salad:10;RicePot:10;RicePan:10;PastaPot:10;PastaPan:10,
        DisplayName = Ham,
FoodType   = Meat,
        Icon = Ham,
        DaysTotallyRotten = 10,
        EvolvedRecipe = Omelette:10;Sandwich:10;Sandwich Baguette:10;Burger:10;Salad:10;RicePot:10;RicePan:10;PastaPot:10;PastaPan:10,
        DaysFresh = 5,
        FoodType   =   Meat,
        Carbohydrates = 91,
        DaysTotallyRotten = 10,
        Proteins = 117,
        DaysFresh = 5,
        Lipids = 78,
        Carbohydrates = 91,
        Calories = 1560,
        Proteins = 117,
        Packaged = TRUE,</pre>
        Lipids = 78,
        Calories = 1560,
        Packaged = TRUE,
        WorldStaticModel = Ham,
    }</pre>


==See also==
==See also==
Line 77: Line 88:
*[[Meat Patty]]
*[[Meat Patty]]


{{Navbox/Consumables}}
{{Navbox_food}}

Revision as of 10:56, 13 March 2022

Ham
Ham
Ham Ham (Rotten) Ham Slice
General
Category Food
Encumbrance
Heavy Load
1
Days until stale 5 days
Days until rotten 10 days
Packaged True
Nutrition
Hunger
Hunger
-60
Calories
Calories
1560
Carbohydrates
Carbohydrates
91
Proteins
Proteins
117
Fat
Fat
78
Technical details
Item ID Base.Ham

Ham is a perishable food item used in cooking.

Usage

Consumable properties

Ham can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish. Template:Consumables2

Crafting

Cooking

Ham can be sliced into ham slices.

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2
HamSlices.png
Ham Slice x6
0.75 Cooking none
(keep)
Ham.png
Ham
(consumed)

Evolved recipes

Ham can be used is various cooking recipes.

Product Nutrition
Salad
Salad
10
Sandwich
Sandwich
10
Burger
Burger
10
Rice Pot/Saucepan
Rice Pot/Saucepan
10
Pasta Pot/Saucepan
Pasta Pot/Saucepan
10
Omelette
Omelette
10

Distribution

Ham can be found inside refrigerators.

Code

From items_food.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 41.68

	item Ham
    {
        DisplayCategory = Food,
        HungerChange	=	-60,
        Weight	=	1,
        AlwaysWelcomeGift	=	TRUE,
        Type	=	Food,
        DisplayName	=	Ham,
        Icon	=	Ham,
        EvolvedRecipe = Omelette:10;Sandwich:10;Sandwich Baguette:10;Burger:10;Salad:10;RicePot:10;RicePan:10;PastaPot:10;PastaPan:10,
        FoodType    =   Meat,
        DaysTotallyRotten	=	10,
        DaysFresh	=	5,
        Carbohydrates = 91,
        Proteins = 117,
        Lipids = 78,
        Calories = 1560,
        Packaged = TRUE,
        WorldStaticModel = Ham,
    }

See also