Ham: Difference between revisions

From PZwiki
m (Updated ham)
mNo edit summary
Line 45: Line 45:
==Crafting==
==Crafting==
===What it can make===
===What it can make===
Ham needs to be sliced into [[Ham_Slice|ham slices]] before addition to most recipes.
Ham needs to be cut into [[Ham_Slice|slices]] before addition to most recipes.
{{Crafting header|ing=2}}
{{Crafting header|ing=2}}
{{Crafting cooking|118|ing=2}}
{{Crafting cooking|118|ing=2}}

Revision as of 21:47, 2 October 2022

Ham
Ham
Ham (Rotten) Ham Slice
General
Category Food
Encumbrance
Heavy Load
1
Days until stale 5 days
Days until rotten 5 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

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