Ham: Difference between revisions

From PZwiki
m (Minor)
m (Category Project: Protein)
Line 1: Line 1:
{{Languages}}
{{Languages}}
{{Header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 41|incver=73}}
{{header/sandbox2|Project Zomboid|Items|Food|Protein}}
{{page version|41.73}}
{{Infobox food
{{Infobox food
|display_name=Ham
|display_name=Ham
Line 68: Line 69:
==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.73}}
<pre>
<pre>
item Ham
item Ham
Line 97: Line 98:


{{Navbox food}}
{{Navbox food}}
[[Category:Perishable food]]

Revision as of 12:51, 27 January 2024

Template:Header/sandbox2

Spiffo controlyourself.png
This page was last updated for an older version (41.73).
The current stable version is 41.78.16, released 2022-12-12, so information on this page may be inaccurate. Help get this page updated by adding any missing content. [edit]
Please update the version after updating the page.
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.

Fresh Stale Rotten

Ham.png
Hunger: -60


Ham.png
Hunger: -45
Boredom: +10
Unhappiness: +10

HamRotten.png
Hunger: -27
Boredom: +20
Unhappiness: +20
Dangerous, will cause sickness.

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