Ham

From PZwiki
Revision as of 12:57, 17 September 2022 by Kienlabadao (talk | contribs)

Template:Infobox foodHam 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 needs to be sliced into ham slices before addition to most recipes.

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

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