Salami Slices

From PZwiki
Revision as of 14:56, 3 July 2023 by Alluseri (talk | contribs) (PZ Updater automated execution(task: fix infobox based on file, eid: 2acc8c61))

Template:Infobox foodSalami 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. Template:Consumables2

Crafting

Obtaining

Salami slices is made by slicing salami.

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2
SalamiSlices.png
Salami Slices x4
0.75 Cooking none
(keep)
Salami.png
Salami
(consumed)

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.

Gallery

Code

From items_food.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 41.73

    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,
	}