Simple Salad: Difference between revisions

From PZwiki
Simple Salad
m (→‎top: category project: "The Game World")
m (→‎top: category updates)
Line 1: Line 1:
{{Languages}}
{{Languages}}
{{Header|Project Zomboid|Items|Obsolete Items|Removed Food|type=Notice|version=Version 39|incver=67.5}}
{{Header|Project Zomboid|Items|Obsolete items|type=Notice|version=Version 39|incver=67.5}}
{{Obsolete|link=Recipe ingredients#Salad & Fruit Salad Ingredients}}
{{Obsolete|item=true|2=Recipe ingredients#Salad & Fruit Salad Ingredients}}
{{Infobox food
{{Infobox food
|display_name=Simple Salad
|display_name=Simple Salad

Revision as of 11:02, 22 January 2024

BoxSmall.png
This item has been removed from the game.
It has been replaced by Recipe ingredients.
Simple Salad
Simple Salad
General
Category Food
Encumbrance
Heavy Load
0.8
Days until stale 1 days
Days until rotten 2 days
Nutrition
Hunger
Hunger
-80
Effect
Unhappiness
Unhappiness
-5
Technical details
Item ID

The Simple Salad was originally a perishable food in Project Zomboid that was removed due to a introduction of a better crafting system.

Former description

The medium tier of Salads, it only takes one extra Salad Ingredient, and provides a decent jump in Hungry, Moodles, and Unhappiness effects. Like other Salads though, its Fresh life is very minimal, making it an ideal at home meal, but not something you'd want to keep in a cupboard or take on a multi-day trip.

Effects

Crafting

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

Code

item SaladSimple
		Type 		    = Food,
		DisplayName 	    = Simple Salad,
		Icon 		    = TZ_CraftSalat,
		Weight 		    = 0.8,
		HungerChange 	    = -80,
		BoredomChange 	    = -15,
		UnhappyChange	    = -5,
		ReplaceOnUse 	    = Bowl,
		DaysFresh 	    = 2,
		DaysTotallyRotten   = 3