Simple Salad: Difference between revisions

From PZwiki
Simple Salad
(PZ Updater automated execution(task: deploy ReLookup, eid: ea2a1d0f0d17076980f5515cb607eed7))
m (Cleanup)
Line 1: Line 1:
__NOTOC__
{{Languages}}{{Header|The Game World|Items|Obsolete Items|Removed Food|type=Notice|version=Version 39|incver=67.5}}{{Notice|Obsolete|link=Salad}}{{Infobox food
{{languages|Simple Salad}}
|display_name=Simple Salad
{{header|The Game World|Items|Obsolete Items|Removed Food|type=Notice|version=Version 39|incver=67.5}}{{Obsolete|link=Salad}}{{Consumables
|name_colour=Food
|image = Salad.png
|name_text_colour=Food
|hunger = -80
|image=Salad.png
|boredom = -15
|image_width=120px
|unhappy = -5
|alternate_image=
|weight = 0.8
|alternate_name=
|alternate_link=
|weight=0.8
|category=Food
|hunger_change=-80
|thirst_change=
|calories=
|carbohydrates=
|proteins=
|lipids=
|unhappy_change=-5
|cook_minutes=
|burn_minutes=
|days_fresh=1
|days_rotten=2
|class_name=
}}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.


==Former description==
The medium tier of Salads, it only takes one extra [[Salad Ingredients|Salad Ingredient]], and provides a decent jump in [[Hunger]], [[Boredom]], and [[Unhappy|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==
[[Boredom]]: -15


== Former Description ==
==Crafting==
The medium tier of Salads, it only takes one extra [[Salad Ingredients|Salad Ingredient]], and provides a decent jump in [[Hunger]], [[Boredom]], and [[Unhappy|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 ==
[[Hunger]]: -80<br>
[[Boredom]]: -15<br>
[[Unhappy]]: -5
== Crafting ==
{{Crafting header|ing=4}}<!-- Automatically generated by ReLookup. Subject RecipeLookup: 2027 -->
{{Crafting header|ing=4}}<!-- Automatically generated by ReLookup. Subject RecipeLookup: 2027 -->
{{Crafting/core|ing=4
{{Crafting/core|ing=4
Line 31: Line 44:
|}
|}


 
==Code==
== Code ==
<pre>
<nowiki>item SaladSimple
item SaladSimple
Type     = Food,
Type     = Food,
DisplayName     = Simple Salad,
DisplayName     = Simple Salad,
Line 44: Line 57:
DaysFresh     = 2,
DaysFresh     = 2,
DaysTotallyRotten  = 3
DaysTotallyRotten  = 3
</nowiki>
</pre>
 
{{Navbox/Consumables}}


[[Category:Food]]
{{Navbox food}}

Revision as of 14:18, 8 April 2023

BoxSmall.png
This feature has been removed from the game.
It has been replaced by something else.
Simple Salad
Simple Salad
General
Category Food
Encumbrance
Heavy Load
0.8
Days until stale 1 days
Days until rotten 2 days
Nutrition
Hunger
Hunger
-80
Effect
Unhappiness
Unhappiness
-5
Technical details
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.

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

Moodles: -15

Crafting

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3 Ingredient 4
Simple Salad
Simple Salad x1
none Bowl
Bowl x1
(consumed)
Kitchen Knife
Kitchen Knife x1
Cabbage
Cabbage x1
(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