Salami Slices

From PZwiki
Project ZomboidItemsFoodProteinSalami Slices
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Salami Slices
SalamiSlice Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.02
Properties
Days fresh
10 days
Days until rotten
15 days
Nutrition
HungerMoodle Icon Hungry.png
-10
CaloriesCalories
66
CarbohydratesCarbohydrates
0.4
ProteinsProteins
4.4
FatFat
5.2
Technical
Item ID
Base.SalamiSlice

Salami slices are a perishable food item used in cooking.

Usage

Consumable properties

Salami slices 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

SalamiSlices.png
Hunger: -4


SalamiSlices.png
Hunger: -3
Boredom: +10
Unhappiness: +10

SalamiSlices.png
Hunger: -1
Boredom: +20
Unhappiness: +20
Dangerous, will cause sickness.

Crafting

Obtaining

Salami slices is made by slicing salami.

Product Ingredients Tools Requirements Workstation XP
SalamiSlices.png
Salami Slices ×4
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:
Salami.png Salami ×1
none none none 0.75 Cooking

Evolved recipes

Salami slices are a cooking ingredient.

Product Nutrition
Stew
Stew
4
Stir Fry
Stir Fry
4
Roasted Vegetables
Roasted Vegetables
4
Sandwich
Sandwich
4
Rice Pot/Saucepan
Rice Pot/Saucepan
4
Pasta Pot/Saucepan
Pasta Pot/Saucepan
4
Pizza
Pizza
4

Distribution

Salami slices do not spawn naturally and can only be obtained through crafting.

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 SalamiSlice
	{
		DisplayName = Salami Slices,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.02,
		Icon = SalamiSlices,
		EvolvedRecipe = Pizza:4;Stew:4;Stir fry Griddle Pan:4;Stir fry:4;Sandwich:4;Sandwich Baguette:4;Roasted Vegetables:4;PastaPot:4;PastaPan:4;RicePot:4;RicePan:4,
		FoodType = Sausage,
		DaysFresh = 10,
		DaysTotallyRotten = 15,
		HungerChange = -4,
		Calories = 66,
		Carbohydrates = 0.4,
		Lipids = 5.2,
		Proteins = 4.4,
		WorldStaticModel = SalamiSlice,
		EvolvedRecipeName = Salami,
	}

See also