Tasty Salad: Difference between revisions

From PZwiki
Tasty Salad
m (Update image links)
m (Minor cleanup)
Line 1: Line 1:
{{Languages}}{{Header|The Game World|Items|Obsolete Items|Removed Food|type=Notice|version=Version 39|incver=67.5}}{{Obsolete|link=Recipe Ingredients#Salad & Fruit Salad Ingredients}}{{Infobox food
{{Languages}}
{{Header|The Game World|Items|Obsolete Items|Removed Food|type=Notice|version=Version 39|incver=67.5}}
{{Obsolete|link=Recipe ingredients#Salad & Fruit Salad Ingredients}}
{{Infobox food
|display_name=Tasty Salad
|display_name=Tasty Salad
|name_colour=Food
|name_colour=Food
Line 22: Line 25:
|days_rotten=
|days_rotten=
|class_name=
|class_name=
}}The '''Tasty Salad''' was originally a perishable food in Project Zomboid that was removed due to a introduction of a better crafting system.
}}
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==
==Former description==
Line 28: Line 32:


==Effects==
==Effects==
[[Boredom]]: -15
*[[Boredom]]: -15


==Crafting==
==Crafting==
{{Crafting header|ing=4}}<!-- Automatically generated by ReLookup. Subject RecipeLookup: 2028 -->
{{Crafting header|ing=4}}
{{Crafting/core|ing=4
{{Crafting/core|ing=4
  | product_image = [[File:TZ_CraftSalat.png|link=Tasty Salad|Tasty Salad]] | product_name = [[Tasty Salad]] | product_quantity = x1
  | product_image = [[File:TZ_CraftSalat.png|link=Tasty Salad]]
| product_name = [[Tasty Salad]]
| product_quantity =  
| rec =
  | xp = <!-- Not present in the old template. Please fill in manually. -->
  | xp = <!-- Not present in the old template. Please fill in manually. -->
| f1 = [[File:Bowl.png|link=Bowl|Bowl]]
| i1 = [[Bowl]]
| q1 =
| tag1 = (consumed)
| f2 = [[File:Knife_Chopping.png|link=Kitchen Knife]]
| i2 = [[Kitchen Knife]]
| q2 =
| f3 = [[File:Cabbage.png|link=Cabbage]]
| i3 = [[Cabbage]]
| q3 =
| tag3 = (consumed)
| f4 = [[File:Soup_Ingredients.png|link=Recipe ingredients#Salad & Fruit Salad Ingredients|Salad Ingredients]]
| i4 = [[Recipe ingredients#Salad & Fruit Salad Ingredients|Salad Ingredients]]
| q4 = x3
| tag4 = (consumed)
  | sl = ''none''
  | sl = ''none''
| 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)
}}
}}
|}
|}

Revision as of 13:25, 28 August 2023

BoxSmall.png
This feature has been removed from the game.
It has been replaced by something else.
Tasty Salad
Tasty Salad
General
Category Food
Encumbrance
Heavy Load
0.9
Nutrition
Hunger
Hunger
-100
Effect
Unhappiness
Unhappiness
-15
Technical details
Item ID

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

Crafting

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3 Ingredient 4
TZ CraftSalat.png
Tasty Salad
none Bowl
Bowl
(consumed)
Knife Chopping.png
Kitchen Knife
Cabbage.png
Cabbage
(consumed)
Salad Ingredients
Salad 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