Simple Salad

From PZwiki
Revision as of 04:35, 26 March 2022 by Alluseri (talk | contribs) (PZ Updater automated execution(task: deploy ReLookup, eid: ea2a1d0f0d17076980f5515cb607eed7))


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

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

Hungry: -80
Moodles: -15
Unhappy: -5

Crafting

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3 Ingredient 4
Simple Salad
Simple Salad x1
none Bowl
Bowl x1
(consumed)
Kitchen Knife
Kitchen Knife x1
Cabbage
Cabbage x1
(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
	

Template:Navbox/Consumables