Tasty Salad: Difference between revisions

From PZwiki
Tasty Salad
(PZ Updater automated execution(task: deploy ReLookup, eid: 2a28963fbd4555ba5e8a0f2b4caf1e44))
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}}{{Obsolete|link=Salad}}{{Infobox food
{{languages|Tasty Salad}}
|display_name=Tasty Salad
{{header|The Game World|Items|Obsolete Items|Removed Food|type=Notice|version=Version 39|incver=67.5}}{{Obsolete|link=Salad}}{{Consumables
|name_colour=Food
|image = Salad.png
|name_text_colour=Food
|hunger = -100
|image=Salad.png
|boredom = -15
|image_width=120px
|unhappy = -15
|alternate_image=
|weight = 0.9
|alternate_name=
|alternate_link=
|weight=0.9
|category=Food
|hunger_change=-100
|thirst_change=
|calories=
|carbohydrates=
|proteins=
|lipids=
|unhappy_change=-15
|cook_minutes=
|burn_minutes=
|days_fresh=
|days_rotten=
|class_name=
}}The '''Tasty Salad''' was originally a perishable food in Project Zomboid that was removed due to a introduction of a better crafting system.
}}The '''Tasty Salad''' was originally a perishable food in Project Zomboid that was removed due to a introduction of a better crafting system.


==Former description==
The highest tier of Salads, it takes three [[Salad Ingredients|salad ingredients]], and has the [[hunger]], [[boredom]], and [[Unhappy|unhappiness]] effects to show for it. However, despite its quality, it shares the same miniscule shelf life of the other Salads.


==Effects==
[[Boredom]]: -15


== Former Description ==
==Crafting==
The highest tier of Salads, it takes three [[Salad Ingredients|salad ingredients]], and has the [[hunger]], [[boredom]], and [[Unhappy|unhappiness]] effects to show for it. However, despite its quality, it shares the same miniscule shelf life of the other Salads.
== Effects ==
[[Hunger]]: -100<br>
[[Boredom]]: -15<br>
[[Unhappy]]: -15
== Crafting ==
{{Crafting header|ing=4}}<!-- Automatically generated by ReLookup. Subject RecipeLookup: 2028 -->
{{Crafting header|ing=4}}<!-- Automatically generated by ReLookup. Subject RecipeLookup: 2028 -->
{{Crafting/core|ing=4
{{Crafting/core|ing=4
Line 31: Line 44:
|}
|}


 
==Code==
== Code ==
<pre>
<nowiki>item SaladTasty
item SaladTasty
Type     = Food,
Type     = Food,
Line 45: Line 58:
DaysFresh     = 2,
DaysFresh     = 2,
DaysTotallyRotten  = 3
DaysTotallyRotten  = 3
</nowiki>
</pre>
 
{{Navbox/Consumables}}


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

Revision as of 14:29, 8 April 2023

BoxSmall.png
This feature has been removed from the game.
It has been replaced by something else.
Tasty Salad
Tasty Salad
General
Category Food
Encumbrance
Heavy Load
0.9
Nutrition
Hunger
Hunger
-100
Effect
Unhappiness
Unhappiness
-15
Technical details
Item ID

The Tasty Salad was originally a perishable food in Project Zomboid that was removed due to a introduction of a better crafting system.

Former description

The highest tier of Salads, it takes three salad ingredients, and has the hunger, boredom, and unhappiness effects to show for it. However, despite its quality, it shares the same miniscule shelf life of the other Salads.

Effects

Moodles: -15

Crafting

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

Code

item SaladTasty
	
		Type 		    = Food,
		DisplayName 	    = Tasty Salad,
		Icon 		    = TZ_CraftSalat,
		Weight 		    = 0.9,
		HungerChange 	    = -100,
		BoredomChange       = -15,
		UnhappyChange	    = -15,
		ReplaceOnUse 	    = Bowl,
		DaysFresh 	    = 2,
		DaysTotallyRotten   = 3