Ham Slice: Difference between revisions

From PZwiki
(Update of NavBar.)
m (Automated Formatting)
 
(40 intermediate revisions by 10 users not shown)
Line 1: Line 1:
__NOTOC__
{{Header|Project Zomboid|Items|Food|Protein}}
{{languages}}
{{Page version|41.78.16}}
<div class="header" style="margin: 5px; align: right; background: #CEF2E0; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #A3BFB1"> <!-- Code for Background Colour -->
{{Infobox item
<div style="float: right;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
|name=Ham Slice
<div style="float: left;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">   '''Navigation''' - [[:Category:Main|Main Index]] -> [[:Category:The_Game_World|The Game World]] -> [[:Category:Items|Items]] -> [[:Category:Consumables|Consumables]] -> [[:Category:Food|Food]] -> [[:Category:Perishable_Food|Perishable Foods]] -> [[{{PAGENAME}}]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
|model=HamSlice_Model.png
{{Consumables
|icon=HamSlices.png
|image = HamSlices.png
|icon_name=Ham Slice
|hunger = -10
<!--GENERAL-->
|weight = 0.2
|category=Food
|weight=0.2
|days_fresh=3
|days_rotten=6
<!--NUTRITION-->
|hunger_change=-10
|calories=260
|lipids=13
|proteins=19.5
|carbohydrates=15.16
<!--TECHNICAL DETAILS-->
|item_id=Base.HamSlice
}}
}}
Ham Slices are created by using a [[Kitchen_Knife|kitchen knife]] on a Ham, which creates 6 pieces. Ham slices take three in-game days to go stale, and six in-game days to rot.
A '''ham slice''' is a perishable [[food]] [[Items|item]] used in [[cooking]].


== Nutritional Information ==
==Usage==
{| border=0 align=left <!-- Table will be in middle of page without this line -->
===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.
{{Consumables2
{{Consumables
|image = HamSlices.png
|image = HamSlices.png
|hunger = -10
|hunger = -10
Line 26: Line 37:
|rotten image = HamSlices.png
|rotten image = HamSlices.png
}}
}}
|}
<br><br><br><br><br><br><br><br><br><br><br>
'''It's Nutritional Values are as follows:'''<br>
Carbohydrates = 15.16 <br>
Proteins = 19.5 <br>
Lipids = 13 <br>
Calories = 260 <br><br>


== Evolved Recipes ==
==Crafting==
<!-- Information for template 'Evolved Recipes', used to explain how much of the food can be put into a meal. -->
===Obtaining===
{{EvolvedRecipesForItem
Ham slice is made by slicing [[ham]].
|sandwich=10|burger=10|salad=10|ricepot=10|ricepan=10|pastapot=10|pastapan=10}}
{{Crafting/sandbox2
|ham_slice
}}
 
===Evolved recipes===
Ham slice is a [[cooking]] [[Recipe ingredients|ingredient]].
{{EvolvedRecipesForItem|pizza=10|soup=10|stew=10|omelette=10|sandwich=10|burger=10|salad=10|rice=10|pasta=10}}
 
==Distribution==
Ham slice do not spawn naturally and can only be obtained through [[#Crafting|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 [https://theindiestone.com/forums/ The Indie Stone forums] for an event known as [https://theindiestone.com/forums/index.php?/topic/24467-the-return-of-the-penisham/ Week of the Penisham], where the penisham icon can be used as a reaction emote. The icon is also available in the official [https://discord.gg/theindiestone 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<ref>[https://projectzomboid.com/blog/news/2023/04/bren-after-reading/ Bren After Reading - Project Zomboid]</ref>.
 
==Gallery==
<gallery style="image-rendering:optimizeSpeed;image-rendering:-moz-crisp-edges;image-rendering:-o-crisp-edges;image-rendering:-webkit-optimize-contrast;image-rendering:optimize-contrast;image-rendering:pixelated;image-rendering:crisp-edges;-ms-interpolation-mode:nearest-neighbor">
Penisham.png|Original ham slice icon, now known as penisham.
</gallery>
 
==Code==
{{CodeBox
| {{CodeSnip
  | lang = java
  | line = true
  | start = 2462
  | source = items_food.txt
  | retrieved = true
  | version = 41.78.16
  | code =
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==
<references/>
 
==See also==
*[[Bacon]]
*[[Meat Patty]]
 
{{Navbox items|meat}}


== Code ==
<br>
<nowiki>
    item HamSlice
        Weight = 0.2,
        HungerChange = -10,
        Type = Food,
        DisplayName = Ham Slice,
        Icon = HamSlices,
EvolvedRecipe = Sandwich:10;Burger:10;Salad:10;RicePot:10;RicePan:10;PastaPot:10;PastaPan:10,
FoodType    = Meat,
        DaysTotallyRotten = 6,
        DaysFresh = 3,
        Carbohydrates = 15.16,
        Proteins = 19.5,
        Lipids = 13,
        Calories = 260,
    </nowiki>


{{Navbox/Consumables}}
[[Category:Perishable food]]
[[Category:Consumables]]
[[Category:Food]]
[[Category:Perishable_Food]]
[[Category:Version 34.28]]

Latest revision as of 09:04, 14 April 2024

Project ZomboidItemsFoodProteinHam Slice
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
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 Ingredients Tools Requirements Workstation XP
HamSlices.png
Ham Slice ×6
One of:
KnifeChopping.png Kitchen Knife ×1
HuntingKnife.png Hunting Knife ×1
Cleaver.png Meat Cleaver ×1
KnifeFlint.png Stone Knife ×1
Machete.png Machete ×1
Each of:
Ham.png Ham ×1
none none none 0.75 Cooking

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.78.16
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