Ham: Difference between revisions

From PZwiki
mNo edit summary
m (Remove 120px, minor fixes)
Line 1: Line 1:
{{languages|Ham}}
{{Languages}}{{Header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 41|incver=73}}{{Infobox food
{{header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 41|incver=73}}{{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.png
|alternate_image=HamRotten.png
|alternate_image=HamRotten.png
|alternate_name=Ham (Rotten)
|alternate_name=Ham (Rotten)
Line 28: Line 27:


==Usage==
==Usage==
===Consumable properties===
===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.
Ham can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.
Line 45: Line 45:
==Crafting==
==Crafting==
{{Main|Cooking}}
{{Main|Cooking}}
===What it can make===
===What it can make===
Ham needs to be cut into [[Ham_Slice|slices]] before addition to most recipes.
Ham needs to be cut into [[Ham_Slice|slices]] before addition to most recipes.
Line 59: Line 60:
</gallery>
</gallery>


== Code ==
==Code==
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=41|incver=73}}
{{Retrieved|version=41|incver=73}}
Line 87: Line 88:
*[[Meat Patty]]
*[[Meat Patty]]


{{Navbox_food}}
{{Navbox food}}

Revision as of 00:36, 20 February 2023

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