Boring Salad: Difference between revisions

From PZwiki
m (clean up, replaced: wikitable → pztable)
mNo edit summary
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{languages|Boring Salad}}
{{languages|Boring Salad}}
{{header|The Game World|Items|Obsolete Items|Removed Food|type=Notice|version=Version 39|incver=67.5}}{{Notice|Obsolete}} {{Consumables
{{header|The Game World|Items|Obsolete Items|Removed Food|type=Notice|version=Version 39|incver=67.5}}{{Notice|Obsolete|link=Salad}} {{Consumables
|image = Salad.png
|image = Salad.png
|hunger = -60
|hunger = -60
Line 18: Line 18:
|-  
|-  
! Output
! Output
! class="unsortable" | Ingredients<
! class="unsortable" | Ingredients
! class="unsortable" | Description
! class="unsortable" | Description
{{RecipeLookup|2026}}
{{RecipeLookup|2026}}

Revision as of 11:06, 1 June 2019


BoxSmall.png
This feature has been removed from the game.
It has been replaced by something else.

Boring Salad is a food item that has since been removed from Project Zomboid. It was superceded 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.

Effects

Hungry: -60
Moodles: -5

Crafting

Output Ingredients Description












Code

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

Template:Navbox/Consumables