Boring Salad: Difference between revisions

From PZwiki
m (Update image link)
m (Automatic formatting)
(15 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{Languages}}
{{Header|Project Zomboid|Items|Obsolete items}}
{{Header|The Game World|Items|Obsolete Items|Removed Food|type=Notice|version=Version 39|incver=67.5}}
{{Page version|41.78.16}}
{{Notice|Obsolete|link=Recipe Ingredients#Salad & Fruit Salad Ingredients}}
{{Obsolete|item=true|2=Recipe ingredients#Salad & Fruit Salad Ingredients}}
{{Infobox food
{{Infobox item
|display_name=Boring Salad
|name=Boring Salad
|name_colour=Food
|model=TZ_CraftSalat.png
|name_text_colour=Food
|image=TZ_CraftSalat.png
|image_width=128px
|alternate_image=
|alternate_name=
|alternate_link=
|weight=0.7
|weight=0.7
|category=Food
|category=Food
|hunger_change=-60
|hunger_change=-60
|thirst_change=
|calories=
|carbohydrates=
|proteins=
|lipids=
|unhappy_change=
|cook_minutes=
|burn_minutes=
|days_fresh=1
|days_fresh=1
|days_rotten=2
|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.
'''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.


Line 35: Line 21:


==Crafting==
==Crafting==
{{Crafting header|ing=4}}<!-- Automatically generated by ReLookup. Subject RecipeLookup: 2026 -->
{{Crafting header|ing=4}}
{{Crafting/core|ing=4
{{Crafting|ing=4
  | product_image = [[File:TZ_CraftSalat.png|link=Boring Salad|Boring Salad]] | product_name = [[Boring Salad]] | product_quantity = x1
  | product_image = [[File:TZ_CraftSalat.png|link=Boring Salad]]
| product_name = [[Boring Salad]]
| product_quantity =
| rec =
  | xp = <!-- Not present in the old template. Please fill in manually. -->
  | xp = <!-- Not present in the old template. Please fill in manually. -->
| f1 = [[File:Bowl.png|link=Bowl]]
| i1 = [[Bowl]]
| q1 =
| 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''
  | sl = ''none''
| req =
| f1 = [[File:Bowl.png|link=Bowl|Bowl]] | i1 = [[Bowl]] | q1 = x1 | tag1 = (consumed)
| f2 = [[File:Knife_Chopping.png|link=Kitchen Knife|Kitchen Knife]] | i2 = [[Kitchen Knife]] | q2 = x1
| f3 = [[File:Cabbage.png|link=Cabbage|Cabbage]] | i3 = [[Cabbage]] | q3 = x1 | tag3 = (consumed)
| f4 = [[File:Soup_Ingredients.png|link=Salad Ingredients|Salad Ingredients]] | i4 = [[Salad Ingredients]] | q4 = x1 | tag4 = (consumed)
}}
}}
|}
|}

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
	}