Simple Salad: Difference between revisions

From PZwiki
Simple Salad
(PZ Updater automated execution(task: deploy ReLookup, eid: ea2a1d0f0d17076980f5515cb607eed7))
m (Automated Formatting)
(22 intermediate revisions by 5 users not shown)
Line 1: Line 1:
__NOTOC__
{{Header|Project Zomboid|Items|Obsolete items}}
{{languages|Simple Salad}}
{{Page version|41.78.16}}
{{header|The Game World|Items|Obsolete Items|Removed Food|type=Notice|version=Version 39|incver=67.5}}{{Obsolete|link=Salad}}{{Consumables
{{Obsolete|item=true|2=Recipe ingredients#Salad & Fruit Salad Ingredients}}
|image = Salad.png
{{Infobox item
|hunger = -80
|name=Simple Salad
|boredom = -15
|icon=TZ_CraftSalat.png
|unhappy = -5
|icon_name=Simple Salad
|weight = 0.8
|weight=0.8
}}The '''Simple Salad''' was originally a perishable food in Project Zomboid that was removed due to a introduction of a better crafting system.
|category=Food
|hunger_change=-80
|unhappy_change=-5
|boredom_change=-15
|days_fresh=2
|days_rotten=3
|item_id=Base.SaladSimple
}}
A '''simple salad''' was originally a perishable food in Project Zomboid that was removed due to an 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.
{{Crafting header|ing=4}}
== Effects ==
{{Crafting|ing=4
[[Hunger]]: -80<br>
  | product_image = [[File:TZ_CraftSalat.png|link=Simple Salad]]
[[Boredom]]: -15<br>
| product_name = [[Simple Salad]]
[[Unhappy]]: -5
| product_quantity =
== Crafting ==
| rec =
{{Crafting header|ing=4}}<!-- Automatically generated by ReLookup. Subject RecipeLookup: 2027 -->
{{Crafting/core|ing=4
  | product_image = [[File:Salad.png|link=Simple Salad|Simple Salad]] | product_name = [[Simple Salad]] | product_quantity = x1
  | 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 = [[Salad Ingredients]]
| q4 = x2
| 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 = x2 | tag4 = (consumed)
}}
}}
|}
|}


 
==Code==
== Code ==
{{CodeBox
<nowiki>item SaladSimple
| {{CodeSnip
  | lang = java
  | line = false
  | start =
  | source = items.txt
  | retrieved = true
  | version =
  | hidecat = true
  | code =
item SaladSimple
{
Type     = Food,
Type     = Food,
DisplayName     = Simple Salad,
DisplayName     = Simple Salad,
Line 44: Line 73:
DaysFresh     = 2,
DaysFresh     = 2,
DaysTotallyRotten  = 3
DaysTotallyRotten  = 3
</nowiki>
}
 
}}}}
{{Navbox/Consumables}}


[[Category:Food]]
==See also==
{{Navbox items|food}}

Revision as of 12:05, 14 April 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.
Simple Salad
Simple Salad
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.8
Properties
Days fresh
2 days
Days until rotten
3 days
Nutrition
HungerMoodle Icon Hungry.png
-80
Effect
UnhappinessMoodle Icon Unhappy.png
-5
BoredomMoodle Icon Bored.png
-15
Technical
Item ID
Base.SaladSimple

A simple salad was originally a perishable food in Project Zomboid that was removed due to an 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

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\items.txt

Retrieved: Unknown version
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
	}

See also