Tasty Salad: Difference between revisions

From PZwiki
Tasty Salad
m (Removing trailing whitespace(s))
m (Automated Formatting)
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Languages}}
{{Header|Project Zomboid|Items|Obsolete items}}
{{Header/sandbox2|Project Zomboid|Items|Obsolete items}}
{{Page version|41.78.16}}
{{Page version|41.78.16}}
{{Obsolete|item=true|2=Recipe ingredients#Salad & Fruit Salad Ingredients}}
{{Obsolete|item=true|2=Recipe ingredients#Salad & Fruit Salad Ingredients}}
Line 6: Line 5:
|name=Tasty Salad
|name=Tasty Salad
|model=TZ_CraftSalat.png
|model=TZ_CraftSalat.png
|image_width=128px
|icon=
|icon_name=
|weight=0.9
|weight=0.9
|category=Food
|category=Food
|hunger_change=-100
|hunger_change=-100
|thirst_change=
|calories=
|carbohydrates=
|proteins=
|lipids=
|unhappy_change=-15
|unhappy_change=-15
|cook_minutes=
|burn_minutes=
|days_fresh=
|days_rotten=
|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.
The '''Tasty Salad''' was originally a perishable food in Project Zomboid that was removed due to a introduction of a better crafting system.
Line 75: Line 61:
</pre>
</pre>


{{Navbox 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