Ham

From PZwiki
Revision as of 14:38, 3 July 2023 by Alluseri (talk | contribs) (PZ Updater automated execution(task: fix infobox based on file, eid: 342e01f2))
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 Yes
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

Main article: Cooking

What it can make

Ham needs to be cut into 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.

Gallery

Code

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

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

See also