Simple Salad: Difference between revisions

From PZwiki
Simple Salad
m (→‎top: category & header updates)
(→‎top: New infobox upgrade - Food)
Line 3: Line 3:
{{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}}
{{Infobox food
{{Infobox item
|display_name=Simple Salad
|name=Simple Salad
|name_colour=Food
|model=TZ_CraftSalat.png
|name_text_colour=Food
|image=TZ_CraftSalat.png
|image_width=128px
|image_width=128px
|alternate_image=
|icon=
|alternate_name=
|icon_name=
|alternate_link=
|weight=0.8
|weight=0.8
|category=Food
|category=Food
Line 25: Line 22:
|days_fresh=1
|days_fresh=1
|days_rotten=2
|days_rotten=2
|class_name=
|item_id=
}}
}}
The '''Simple Salad''' was originally a perishable food in Project Zomboid that was removed due to a introduction of a better crafting system.
The '''Simple Salad''' was originally a perishable food in Project Zomboid that was removed due to a introduction of a better crafting system.

Revision as of 10:59, 29 January 2024

Template:Header/sandbox2

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.
Simple Salad
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.8
Properties
Days fresh
1 days
Days until rotten
2 days
Nutrition
HungerMoodle Icon Hungry.png
-80
Effect
UnhappinessMoodle Icon Unhappy.png
-5

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

Former description

The medium tier of Salads, it only takes one extra Salad Ingredient, and provides a decent jump in Hungry, Moodles, and Unhappiness effects. Like other Salads though, its Fresh life is very minimal, making it an ideal at home meal, but not something you'd want to keep in a cupboard or take on a multi-day trip.

Effects

Crafting

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3 Ingredient 4
TZ CraftSalat.png
Simple Salad
none Bowl.png
Bowl
(consumed)
Knife Chopping.png
Kitchen Knife
Cabbage.png
Cabbage
(consumed)
Salad Ingredients
Recipe ingredients x2
(consumed)

Code

item SaladSimple
		Type 		    = Food,
		DisplayName 	    = Simple Salad,
		Icon 		    = TZ_CraftSalat,
		Weight 		    = 0.8,
		HungerChange 	    = -80,
		BoredomChange 	    = -15,
		UnhappyChange	    = -5,
		ReplaceOnUse 	    = Bowl,
		DaysFresh 	    = 2,
		DaysTotallyRotten   = 3