Ham Slice

From PZwiki
(Redirected from Ham Slice)
Project ZomboidItemsFoodProteinHam Slice
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 Slice
HamSlice Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Properties
Days fresh
3 days
Days until rotten
6 days
Nutrition
HungerMoodle Icon Hungry.png
-10
CaloriesCalories
260
CarbohydratesCarbohydrates
15.16
ProteinsProteins
19.5
FatFat
13
Technical
Item ID
Base.HamSlice

A ham slice is a perishable food item used in cooking.

Usage

Consumable properties

Ham slice 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
HamSlices.png
Hunger: -10
HamSlices.png
Hunger: -7
Boredom: +10
Unhappiness: +10
HamSlices.png
Hunger: -4
Boredom: +20
Unhappiness: +20
Dangerous, will cause sickness.

Crafting

Obtaining

Ham slice is made by slicing ham.

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

Evolved recipes

Ham slice is a cooking ingredient.

Product Nutrition
Soup
Soup
10
Stew
Stew
10
Salad
Salad
10
Sandwich
Sandwich
10
Burger
Burger
10
Rice Pot/Saucepan
Rice Pot/Saucepan
10
Pasta Pot/Saucepan
Pasta Pot/Saucepan
10
Omelette
Omelette
10
Pizza
Pizza
10

Distribution

Ham slice do not spawn naturally and can only be obtained through crafting.

Trivia

  • Shortly after the addition of ham slice in build 34, the community claimed the icon had some resemblance to a penis and was changed to its current icon. After public outcry, the icon now has an annual tradition on The Indie Stone forums for an event known as Week of the Penisham, where the penisham icon can be used as a reaction emote. The icon is also available in the official The Indie Stone Discord server. Finally, in build 42, a new vehicle with the advertisement for Penn S. Ham Construction was teased, having bricks stacked similarly[1].

Gallery

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\items_food.txt

Retrieved: Build 41.73
item HamSlice
{
  DisplayName           = Ham Slice,
  DisplayCategory       = Food,
  Type                  = Food,
  Weight                = 0.2,
  Icon                  = HamSlices,
  EvolvedRecipe         = Pizza:10;Soup:10;Stew:10;Omelette:10;Sandwich:10;Sandwich Baguette:10;Burger:10;Salad:10;RicePot:10;RicePan:10;PastaPot:10;PastaPan:10,
  FoodType              = Meat,
  DaysFresh             = 3,
  DaysTotallyRotten     = 6,
  HungerChange          = -10,
  Calories              = 260,
  Carbohydrates         = 15.16,
  Lipids                = 13,
  Proteins              = 19.5,
  WorldStaticModel      = HamSlice,
  EvolvedRecipeName     = Ham,
}

References

See also