Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Salad

From PZwiki
(Redirected from Salad)
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Salad
Salad Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.5
Properties
Days fresh
2 days
Days until rotten
3 days
Nutrition
HungerUI Hunger.png
-60
Effect
BoredomUI Bored.png
-5
Technical
Item ID
farming.Salad

Salad is crafted by right-clicking on an empty bowl. Salad can accept a maximum of 6 ingredients, as well as spices. It does not require cooking (though some ingredients might) and is a lighter encumbrance alternative to other recipes. However, salad will spoil faster than other recipes.

Starting item

Bowl.png Empty Bowl

Ingredients

Meats

Steak.png

Cooked

Moodle Icon Hungry.png 10

FishFillet.png

Cooked

Moodle Icon Hungry.png 10

Salmon.png

Cooked

Moodle Icon Hungry.png 10

Mutton.png

Cooked

Moodle Icon Hungry.png 10

Porkchop.png

Cooked

Moodle Icon Hungry.png 10

Rabbitmeat.png

Cooked

Moodle Icon Hungry.png 10

Smallanimalmeat.png

Cooked

Moodle Icon Hungry.png 10

Smallbirdmeat.png

Cooked

Moodle Icon Hungry.png 10

Frogmeat.png

Cooked

Moodle Icon Hungry.png 10

Chicken.png

Cooked

Moodle Icon Hungry.png 6

Lobster.png

Cooked

Moodle Icon Hungry.png 5

Oysters.png

Cooked

Moodle Icon Hungry.png 5

Shrimp.png

Cooked

Moodle Icon Hungry.png 10

OystersFried.png

Cooked

Moodle Icon Hungry.png 6

Squid.png

Cooked

Moodle Icon Hungry.png 10

SquidCalamari.png

Cooked

Moodle Icon Hungry.png 10

Crayfish.png

Cooked

Moodle Icon Hungry.png 10

TZ BaconRashers.png

Cooked

Moodle Icon Hungry.png 4

TZ BaconBits.png

Cooked

Moodle Icon Hungry.png 1

Fruits & vegetables

Avocado.png

Moodle Icon Hungry.png 16

Peas.png

Moodle Icon Hungry.png 5

Corn.png

Moodle Icon Hungry.png 7

Leek.png

Moodle Icon Hungry.png 6

Tofu.png

Moodle Icon Hungry.png 10

Daikon.png

Moodle Icon Hungry.png 4

Radish.png

Moodle Icon Hungry.png 3

Tomato.png

Moodle Icon Hungry.png 6

Potato.png

Moodle Icon Hungry.png 9

Cabbage.png

Moodle Icon Hungry.png 12

Grapes.png

Moodle Icon Hungry.png 5

Orange.png

Moodle Icon Hungry.png 6

Apple.png

Moodle Icon Hungry.png 8

Pear.png

Moodle Icon Hungry.png 8

Mushroom

Herb

HerbBasil.png

Moodle Icon Hungry.png 1

HerbChives.png

Moodle Icon Hungry.png 1

Other

Egg.png

Egg

Cooked

Moodle Icon Hungry.png 7

WildEggs.png

Cooked

Moodle Icon Hungry.png 7

Bread.png

Moodle Icon Hungry.png 5

Cheese.png

Moodle Icon Hungry.png 5

Condiments & spices

Salt.png

Moodle Icon Hungry.png 1

Pepper.png

Moodle Icon Hungry.png 1

Wasabi.png

Moodle Icon Hungry.png 1

History

farming.Salad

Version Description
Build 41.65 DisplayCategory added with value Food.
Build 41.54 WorldStaticModel added with value Salad_Ground.
Build 41.51 Weight changed from 0.7 to 0.5.
Build 41.38 EatType added with value 2hand.
StaticModel added with value Bowl.
Build 26 Released on this version.

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\farming.txt

Retrieved: Build 41.78.16
item Salad
	{
	    DisplayCategory = Food,
		Type 				= 		Food,
		DisplayName 		= 		Salad,
		Icon 				= 		TZ_CraftSalat,
		Weight 				= 		0.5,
		HungerChange 		= 		-60,
		BoredomChange 		= 		-5,
		ReplaceOnUse 		= 		Bowl,
		DaysFresh 			= 		2,
		DaysTotallyRotten 	= 		3,
		StaticModel			=		Bowl,
		EatType				=		2hand,
		WorldStaticModel = Salad_Ground,
	}

See also