Boring Salad: Difference between revisions

From PZwiki
(PZ Updater automated execution(task: deploy ReLookup, eid: 130709395490b528684923b987ef53a3))
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|Boring Salad}}
|display_name=Boring Salad
{{header|The Game World|Items|Obsolete Items|Removed Food|type=Notice|version=Version 39|incver=67.5}}{{Notice|Obsolete|link=Salad}} {{Consumables
|name_colour=Food
|image = Salad.png
|name_text_colour=Food
|hunger = -60
|image=Salad.png
|boredom = -5
|image_width=120px
|weight = 0.7
|alternate_image=
}}'''Boring Salad''' is a food item that has since been removed from Project Zomboid. It was superceded by a superior crafting system and more variety. <br>
|alternate_name=
|alternate_link=
|weight=0.7
|category=Food
|hunger_change=-60
|thirst_change=
|calories=
|carbohydrates=
|proteins=
|lipids=
|unhappy_change=
|cook_minutes=
|burn_minutes=
|days_fresh=1
|days_rotten=2
|class_name=
}}'''Boring Salad''' is a food item that has since been removed from Project Zomboid. It was superseded by a superior crafting system and more variety.


==Former description==
The lowest quality of Salad that can currently be made. While the shelf life of Salads in Project Zomboid are virtually zero (Stays Fresh for 1 Day, Rots after 2), their easy to access ingredients (Provided you have a farm), and simple recipes, can prove invaluable for staving off a fever or healing serious wounds when other food isn't available.


== Former Description ==
==Nutritional information==
The lowest quality of Salad that can currently be made. While the shelf life of Salads in Project Zomboid are virtually zero (Stays Fresh for 1 Day, Rots after 2), their easy to access ingredients (Provided you have a farm), and simple recipes, can prove invaluable for staving off a fever or healing serious wounds when other food isn't available.
== Effects ==
[[Hunger]]: -60<br>
[[Boredom]]: -5
[[Boredom]]: -5
== Crafting ==
 
==Crafting==
{{Crafting header|ing=4}}<!-- Automatically generated by ReLookup. Subject RecipeLookup: 2026 -->
{{Crafting header|ing=4}}<!-- Automatically generated by ReLookup. Subject RecipeLookup: 2026 -->
{{Crafting/core|ing=4
{{Crafting/core|ing=4
Line 28: Line 44:
|}
|}


 
==Code==
== Code ==
<pre>
<nowiki>item SaladBoring
item SaladBoring
{
{
Type     = Food,
Type     = Food,
Line 41: Line 57:
DaysFresh          = 2,
DaysFresh          = 2,
DaysTotallyRotten  = 3
DaysTotallyRotten  = 3
}</nowiki>
}
</pre>


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

Revision as of 12:44, 8 April 2023

BoxSmall.png
This feature has been removed from the game.
It has been replaced by something else.
Boring Salad
Boring Salad
General
Category Food
Encumbrance
Heavy Load
0.7
Days until stale 1 days
Days until rotten 2 days
Nutrition
Hunger
Hunger
-60
Technical details
Item ID

Boring Salad is a food item that has since been removed from Project Zomboid. It was superseded by a superior crafting system and more variety.

Former description

The lowest quality of Salad that can currently be made. While the shelf life of Salads in Project Zomboid are virtually zero (Stays Fresh for 1 Day, Rots after 2), their easy to access ingredients (Provided you have a farm), and simple recipes, can prove invaluable for staving off a fever or healing serious wounds when other food isn't available.

Nutritional information

Moodles: -5

Crafting

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3 Ingredient 4
Boring Salad
Boring Salad x1
none Bowl
Bowl x1
(consumed)
Kitchen Knife
Kitchen Knife x1
Cabbage
Cabbage x1
(consumed)
Salad Ingredients
Recipe ingredients x1
(consumed)

Code

item SaladBoring
	{
		Type 		    = Food,
		DisplayName 	    = Boring Salad,
		Icon 		    = TZ_CraftSalat,
		Weight 		    = 0.7,
		HungerChange 	    = -60,
		BoredomChange 	    = -5,
		ReplaceOnUse 	    = Bowl,
		DaysFresh           = 2,
		DaysTotallyRotten   = 3
	}