Salad: Difference between revisions

From PZwiki
Line 88: Line 88:
|}
|}


==Code==
== Code ==
<nowiki>item Salad
<nowiki>item Salad
{
{
Type = Food,
Type = Food,

Revision as of 02:05, 15 August 2015

Template:Items Salad is crafted by right-clicking on a Bowl. Salad can accept a maximum of 6 ingredients, as well as spices. It does not require cooking and is a lighter weight alternative to other recipes. However, Salad will spoil faster than other recipes.

Salad Ingredients

Starting Item: Bowl.png
Bowl
Note
Ingredients with a green border can be used as is.
Ingredients with a red border must be cooked to be used in that recipe.

Salad Ingredients:

Meats MEATBaconRashersCooked.png

Cooked Bacon Rashers

File:MEATBaconBitsCooked.png

Cooked Bacon Bits

SNACKBeefJerky.png

Beef Jerky

MEATChickenCooked.png

Cooked Chicken

File:MEATFishFilletCooked.png

Cooked Fish Fillet

MEATHam.png

Ham

MEATMuttonChopsCooked.png

Cooked Mutton Chop

MEATPorkChopCooked.png

Cooked Pork Chop

File:MEATRabbitCooked.png

Cooked Rabbit Meat

MEATSalmonCooked.png

Cooked Salmon

File:MEATSmallAnimalCooked.png

Cooked Sm. Animal Meat

File:MEATBirdCooked.png

Cooked Sm. Bird Meat

Vegetables Lettuce.png

Lettuce

Cabbage.png

Cabbage

Broccoli.png

Broccoli

BellPepper.png

Bell Pepper

File:Carrot.png

Carrots

Onion.png

Onion

Eggplant.png

Eggplant

Leek.png

Leek

Potato.png

Potato

Tomato.png

Tomato

Misc Bread.png

Bread

Cheese.png

Cheese

Egg.png

Cooked Egg

SNACKPickles.png

Pickles

Condiments
& Spices
File:CONDIMENTMayonnaiseJar.pngFile:CONDIMENTMayonnaiseBottle.png

Mayonnaise

File:CONDIMENTMustard.png

Mustard

File:CONDIMENTPepper.png

Pepper

File:CONDIMENTSalt.png

Salt

Code

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