Tasty Salad: Difference between revisions

From PZwiki
Tasty Salad
mNo edit summary
m (Automated Formatting)
(24 intermediate revisions by 5 users not shown)
Line 1: Line 1:
__NOTOC__
{{Header|Project Zomboid|Items|Obsolete items}}
{{languages|Tasty Salad}}
{{Page version|41.78.16}}
{{header|The Game World|Items|Obsolete Items|Removed Food|type=Notice|version=Version 39|incver=67.5}}{{Obsolete|link=Salad}}{{Consumables
{{Obsolete|item=true|2=Recipe ingredients#Salad & Fruit Salad Ingredients}}
|image = Salad.png
{{Infobox item
|hunger = -100
|name=Tasty Salad
|boredom = -15
|model=TZ_CraftSalat.png
|unhappy = -15
|weight=0.9
|weight = 0.9
|category=Food
}}The '''Tasty Salad''' was originally a perishable food in Project Zomboid that was removed due to a introduction of a better crafting system.
|hunger_change=-100
|unhappy_change=-15
}}
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|salad ingredients]], and has the [[hunger]], [[boredom]], and [[Unhappy|unhappiness]] effects to show for it. However, despite its quality, it shares the same miniscule shelf life of the other Salads.


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


== Former Description ==
==Crafting==
The highest tier of Salads, it takes three [[Salad Ingredients|salad ingredients]], and has the [[hunger]], [[boredom]], and [[Unhappy|unhappiness]] effects to show for it. However, despite its quality, it shares the same miniscule shelf life of the other Salads.
{{Crafting header|ing=4}}
== Effects ==
{{Crafting|ing=4
[[Hunger]]: -100<br>
| product_image = [[File:TZ_CraftSalat.png|link=Tasty Salad]]
[[Boredom]]: -15<br>
| product_name = [[Tasty Salad]]
[[Unhappy]]: -15
| product_quantity =
== Crafting ==
| rec =
{| class="pztable sortable" style="text-align:center;"
| xp = <!-- Not present in the old template. Please fill in manually. -->
|-
| f1 = [[File:Bowl.png|link=Bowl]]
! Output
| i1 = [[Bowl]]
! class="unsortable" | Ingredients<
| q1 =
! class="unsortable" | Description
| tag1 = (consumed)
{{RecipeLookup|2028}}
| 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''
}}
|}
|}


== Code ==
==Code==
<nowiki>item SaladTasty
<pre>
item SaladTasty
 
Type     = Food,
Type     = Food,
DisplayName     = Tasty Salad,
DisplayName     = Tasty Salad,
Line 39: Line 59:
DaysFresh     = 2,
DaysFresh     = 2,
DaysTotallyRotten  = 3
DaysTotallyRotten  = 3
</nowiki>
</pre>
 
{{Navbox/Consumables}}


[[Category:Food]]
==See also==
{{Navbox items|food}}

Revision as of 12:42, 14 April 2024

UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
BoxSmall.png
This item has been removed from the game.
It has been replaced by Recipe ingredients.
Tasty Salad
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.9
Nutrition
HungerMoodle Icon Hungry.png
-100
Effect
UnhappinessMoodle Icon Unhappy.png
-15

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.png
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

See also