Boring Salad

From PZwiki
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
BoxSmall.png
This item has been removed from the game.
It has been replaced by Recipe ingredients.
Boring Salad
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.7
Properties
Days fresh
1 days
Days until rotten
2 days
Nutrition
HungerMoodle Icon Hungry.png
-60

Boring Salad is a food item that has since been removed from Project Zomboid. It was superseded by a superior crafting system and more variety.

Former description

The lowest quality of Salad that can currently be made. While the shelf life of Salads in Project Zomboid are virtually zero (Stays Fresh for 1 Day, Rots after 2), their easy to access ingredients (Provided you have a farm), and simple recipes, can prove invaluable for staving off a fever or healing serious wounds when other food isn't available.

Nutritional information

Moodles: -5

Crafting

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3 Ingredient 4
TZ CraftSalat.png
Boring Salad
none Bowl.png
Bowl
(consumed)
Knife Chopping.png
Kitchen Knife
Cabbage.png
Cabbage
(consumed)
Salad Ingredients
Salad Ingredients
(consumed)

Code

item SaladBoring
	{
		Type 		    = Food,
		DisplayName 	    = Boring Salad,
		Icon 		    = TZ_CraftSalat,
		Weight 		    = 0.7,
		HungerChange 	    = -60,
		BoredomChange 	    = -5,
		ReplaceOnUse 	    = Bowl,
		DaysFresh           = 2,
		DaysTotallyRotten   = 3
	}