Boring Salad: Difference between revisions

From PZwiki
(Created page with "{{languages}} {{Consumables |image = Salad.png |hunger = -60 |boredome = -5 |weight = 0.7 }} The lowest quality of Salad that can currently be made. While the shelf life of Sa...")
 
m (Automatic formatting)
(30 intermediate revisions by 11 users not shown)
Line 1: Line 1:
{{languages}}
{{Header|Project Zomboid|Items|Obsolete items}}
{{Consumables
{{Page version|41.78.16}}
|image = Salad.png
{{Obsolete|item=true|2=Recipe ingredients#Salad & Fruit Salad Ingredients}}
|hunger = -60
{{Infobox item
|boredome = -5
|name=Boring Salad
|weight = 0.7
|model=TZ_CraftSalat.png
|weight=0.7
|category=Food
|hunger_change=-60
|days_fresh=1
|days_rotten=2
}}
}}
'''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.
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 ==
 
[[Boredom]]: -5<br>
==Nutritional information==
[[Hunger]]: -60<br>
[[Boredom]]: -5
== Crafting ==
 
{| class="wikitable sortable" style="text-align:center;"
==Crafting==
|-
{{Crafting header|ing=4}}
! Name
{{Crafting|ing=4
! class="unsortable" | Recipe
| product_image = [[File:TZ_CraftSalat.png|link=Boring Salad]]
! class="unsortable" | Description
| product_name = [[Boring Salad]]
{{Recipe|4
| product_quantity =
|item1=[[Bowl]]             |q1=x1 |picitem1=File:Bowl.png                 |tag1=(consumed)
| rec =
|item2=[[Kitchen Knife]]     |q2=x1 |picitem2=File:Knife_Chopping.png    
| xp = <!-- Not present in the old template. Please fill in manually. -->
|item3=[[Cabbage]]           |q3=x1 |picitem3=File:Cabbage.png              |tag3=(consumed)
| f1 = [[File:Bowl.png|link=Bowl]]
|item4=[[Salad Ingredients]] |q4=x1  |picitem4=File:Soup_Ingredients.png     |tag4=(consumed)  
| i1 = [[Bowl]]
|product=[[Boring Salad]]   |q6=x1 |picproduct=File:Salad.png
| q1 =
|description=A Boring Salad.}}
| tag1 = (consumed)
  | 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 =
  | tag4 = (consumed)
| sl = ''none''
}}
|}
|}


== Code ==
==Code==
<nowiki>item SaladBoring
<pre>
item SaladBoring
{
{
Type     = Food,
Type     = Food,
Line 35: Line 58:
BoredomChange     = -5,
BoredomChange     = -5,
ReplaceOnUse     = Bowl,
ReplaceOnUse     = Bowl,
DaysFresh          = 1,
DaysFresh          = 2,
DaysTotallyRotten  = 2
DaysTotallyRotten  = 3
}</nowiki>
}
</pre>


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

Revision as of 15:11, 25 March 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.
Boring Salad
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.7
Properties
Days fresh
1 days
Days until rotten
2 days
Nutrition
HungerMoodle Icon Hungry.png
-60

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
TZ CraftSalat.png
Boring Salad
none Bowl.png
Bowl
(consumed)
Knife Chopping.png
Kitchen Knife
Cabbage.png
Cabbage
(consumed)
Salad Ingredients
Salad Ingredients
(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
	}