Tasty Salad: Difference between revisions

From PZwiki
Tasty Salad
mNo edit summary
(PZ Updater automated execution(task: deploy ReLookup, eid: 2a28963fbd4555ba5e8a0f2b4caf1e44))
Line 18: Line 18:
[[Unhappy]]: -15
[[Unhappy]]: -15
== Crafting ==
== Crafting ==
{| class="pztable sortable" style="text-align:center;"
{{Crafting header|ing=4}}<!-- Automatically generated by ReLookup. Subject RecipeLookup: 2028 -->
|-  
{{Crafting/core|ing=4
! Output
| product_image = [[File:Salad.png|link=Tasty Salad|Tasty Salad]] | product_name = [[Tasty Salad]] | product_quantity = x1
! class="unsortable" | Ingredients<
| xp = <!-- Not present in the old template. Please fill in manually. -->
! class="unsortable" | Description
| sl = ''none''
{{RecipeLookup|2028}}
| 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 = x3 | 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.

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


Former Description

The highest tier of Salads, it takes three salad ingredients, and has the hunger, boredom, and unhappiness effects to show for it. However, despite its quality, it shares the same miniscule shelf life of the other Salads.

Effects

Hungry: -100
Moodles: -15
Unhappy: -15

Crafting

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


Code

item SaladTasty
	
		Type 		    = Food,
		DisplayName 	    = Tasty Salad,
		Icon 		    = TZ_CraftSalat,
		Weight 		    = 0.9,
		HungerChange 	    = -100,
		BoredomChange       = -15,
		UnhappyChange	    = -15,
		ReplaceOnUse 	    = Bowl,
		DaysFresh 	    = 2,
		DaysTotallyRotten   = 3
	

Template:Navbox/Consumables