Boring Salad: Difference between revisions

From PZwiki
mNo edit summary
(PZ Updater automated execution(task: deploy ReLookup, eid: 130709395490b528684923b987ef53a3))
Line 15: Line 15:
[[Boredom]]: -5
[[Boredom]]: -5
== Crafting ==
== Crafting ==
{| class="pztable sortable" style="text-align:center;"
{{Crafting header|ing=4}}<!-- Automatically generated by ReLookup. Subject RecipeLookup: 2026 -->
|-  
{{Crafting/core|ing=4
! Output
| product_image = [[File:Salad.png|link=Boring Salad|Boring Salad]] | product_name = [[Boring Salad]] | product_quantity = x1
! class="unsortable" | Ingredients
| xp = <!-- Not present in the old template. Please fill in manually. -->
! class="unsortable" | Description
| sl = ''none''
{{RecipeLookup|2026}}
| req =
| f1 = [[File:Bowl.png|link=Bowl|Bowl]] | i1 = [[Bowl]] | q1 = x1 | tag1 = (consumed)
| f2 = [[File:Knife_Chopping.png|link=Kitchen Knife|Kitchen Knife]] | i2 = [[Kitchen Knife]] | q2 = x1
| f3 = [[File:Cabbage.png|link=Cabbage|Cabbage]] | i3 = [[Cabbage]] | q3 = x1 | tag3 = (consumed)
| f4 = [[File:Soup_Ingredients.png|link=Salad Ingredients|Salad Ingredients]] | i4 = [[Salad Ingredients]] | q4 = x1 | tag4 = (consumed)
}}
|}
|}


== Code ==
== Code ==

Revision as of 04:35, 26 March 2022


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

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3 Ingredient 4
Boring Salad
Boring Salad x1
none Bowl
Bowl x1
(consumed)
Kitchen Knife
Kitchen Knife x1
Cabbage
Cabbage x1
(consumed)
Salad Ingredients
Recipe ingredients x1
(consumed)


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