Salami

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: 3a270380))

Template:Infobox foodSalami is a perishable food item used in cooking.

Usage

Consumable properties

Salami 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

What it can make

Salami needs to be cut into slices before addition to most recipes.

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

Distribution

Salami can be found inside refrigerators.

Gallery

Code

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

	item Salami
	{
		DisplayName = Salami,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = Salami,
		/*EvolvedRecipe = Stew:20;Stir fry Griddle Pan:20;Stir fry:20;Sandwich:5;Sandwich Baguette:5;Roasted Vegetables:20;PastaPot:20;PastaPan:20;RicePot:20;RicePan:20,*/
		FoodType = Sausage,
		DaysFresh = 10,
		DaysTotallyRotten = 15,
		HungerChange = -20,
		Calories = 330,
		Carbohydrates = 2,
		Lipids = 26,
		Proteins = 22,
		WorldStaticModel = Salami_Ground,
		Tooltip = Tooltip_item_NeedsSliced,
	}