Simple Salad: Difference between revisions

From PZwiki
Simple Salad
m (Removed obsolete items category - included in notice box now)
(Movement of Page to Removed Foods Category, modernised layout, + navbar, + brief descrip.)
Line 1: Line 1:
__NOTOC__
{{languages}}
{{languages}}
<div class="header" style="margin: 5px; align: right; background: #CEF2E0; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #A3BFB1"> <!-- Code for Background Colour -->
<div style="float: right;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
<div style="float: left;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">   '''Navigation''' - [[ Main_Page|Index]] -> [[:Category:Food|Food]] -> [[:Category:Removed_Food|Removed Foods]] -> [[Simple_Salad|Simple Salad]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
{{Notice|Obsolete}}
{{Notice|Obsolete}}
{{Consumables
{{Consumables
Line 8: Line 13:
|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.
<br><br>
== 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.
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 ==
== Effects ==
Line 24: Line 32:
== Code ==
== Code ==
  <nowiki>item SaladSimple
  <nowiki>item SaladSimple
{
Type     = Food,
Type     = Food,
DisplayName     = Simple Salad,
DisplayName     = Simple Salad,
Line 35: Line 42:
DaysFresh     = 2,
DaysFresh     = 2,
DaysTotallyRotten  = 3
DaysTotallyRotten  = 3
}</nowiki>
</nowiki>


{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Consumables]]
[[Category:Food]]
[[Category:Removed Food]]
[[Category:Perishable Food]]
[[Category:Version 34.28]]

Revision as of 03:15, 9 July 2016


Page Updated @ Version: 34.28
   Navigation - Index -> Food -> Removed Foods -> Simple Salad   
BoxSmall.png
This feature has been removed from the game.
It has been replaced by something else.

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

Hungry: -80
Moodles: -15
Unhappy: -5

Crafting

Output Ingredients< Description












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
	

Template:Navbox/Consumables