Ketchup: Difference between revisions

From PZwiki
m (fixed language and container links)
(New infobox + new layout)
Line 1: Line 1:
__NOTOC__
{{languages|Ketchup}}
{{languages|Ketchup}}
<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 -->
{{header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 40|incver=7}}{{Infobox food
<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 -->
|display_name=Ketchup
<div style="float: left;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">   '''Navigation''' - [[:Category:Main|Main Index]] -> [[:Category:The_Game_World|The Game World]] -> [[:Category:Items|Items]] -> [[:Category:Consumables|Consumables]] -> [[:Category:Food|Food]] -> [[:Category:Non-Perishable_Food|Non Perishable Foods]] -> [[{{PAGENAME}}]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
|name_colour=Food
{{Consumables
|name_text_colour=Food
|image = Ketchup.png
|image=Ketchup_120px.png
|hunger = -20
<!--GENERAL-->
|unhappiness = +30
|category=Food
|weight = 0.2
|weight=0.2
}}
<!--NUTRITION-->
'''Ketchup''' is a [[Food#Non-Perishable|non-perishable]] 'spice' food item which is found in [[Containers#Kitchen_Counter|kitchen counters]].
|hunger_change=-20
|calories=1480
|lipids=0
|proteins=0
|carbohydrates=370
<!--EFFECT-->
|unhappy_change=30
<!--COOKING-->
|spice=True
<!--TECHNICAL DETAILS-->
|class_name=Base.Ketchup
}}'''Ketchup''' is a [[Food#Non-Perishable|non-perishable]] 'spice' food [[item]] used in [[cooking]].  


== Nutritional Information ==
==Usage==
A bottle of Ketchup, if eaten by itself, provides when completely eaten: -20 hunger but a penalty of +30 to unhappiness.
Ketchup is used as a spice in cooking recipes.  
<br><br>
'''Its Nutritional Values are as follows:'''<br>
Carbohydrates = 370 <br>
Proteins = 0 <br>
Lipids = 0 <br>
Calories = 1480 <br><br>


== Evolved Recipes ==
== Crafting ==
<!-- Information for template 'Evolved Recipes', used to explain how much of the food can be put into a meal. -->
===Cooking===
{{EvolvedRecipesForItem
{{Main|Cooking}}
|sandwich=2|burger=2|ricepot=2|ricepan=2|pastapot=2|pastapan=2|}}
==== Evolved recipes ====
Ketchup is a spice when used in cooking recipes, therefore will be included in the maximum number of ingredients.
{{EvolvedRecipesForItem|sandwich=2|burger=2|ricepot=2|ricepan=2|pastapot=2|pastapan=2}}
 
==Distribution==
Ketchup can be found in [[Containers#Kitchen_Counter|kitchen counters]], [[refrigerator]]s and the [[trunk]] of a [[Franklin Valuline#Spiffo's Van|Spiffo's van]].


== Code ==
== Code ==
<br>
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
<nowiki>
{{Retrieved|version=40|incver=7}}
    item Ketchup
<pre> item Ketchup
HungerChange = -20,
HungerChange = -20,
Weight = 0.2,
Weight = 0.2,
Type = Food,
Type = Food,
UnhappyChange = 30,
UnhappyChange = 30,
DisplayName = Ketchup,
DisplayName = Ketchup,
Icon = Ketchup,
Icon = Ketchup,
EvolvedRecipe = Sandwich:2;Burger:2;RicePot:2;RicePan:2;PastaPot:2;PastaPan:2,
EvolvedRecipe = Sandwich:2;Burger:2;RicePot:2;RicePan:2;PastaPot:2;PastaPan:2,
Spice  = true,
Spice  = true,
        Carbohydrates = 370,
        Carbohydrates = 370,
        Proteins = 0,
        Proteins = 0,
        Lipids = 0,
        Lipids = 0,
        Calories = 1480,
        Calories = 1480,
        Packaged = TRUE,
        Packaged = TRUE,
        CantBeFrozen = TRUE,
        CantBeFrozen = TRUE,</pre>
</nowiki>
 
==See also==
* [[Mustard]]


{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Food]]
[[Category:Non-Perishable_Food]]
[[Category:Version 34.28]]

Revision as of 07:07, 21 August 2018

Ketchup
Ketchup
General
Category Food
Encumbrance
Heavy Load
0.2
Nutrition
Hunger
Hunger
-20
Calories
Calories
1480
Carbohydrates
Carbohydrates
370
Proteins
Proteins
0
Fat
Fat
0
Effect
Unhappiness
Unhappiness
30
Cooking
Spice True
Technical details
Item ID Base.Ketchup

Ketchup is a non-perishable 'spice' food item used in cooking.

Usage

Ketchup is used as a spice in cooking recipes.

Crafting

Cooking

Main article: Cooking

Evolved recipes

Ketchup is a spice when used in cooking recipes, therefore will be included in the maximum number of ingredients.

Product Nutrition
Sandwich
Sandwich
2
Burger
Burger
2
Rice Pot/Saucepan
Rice Pot/Saucepan
2
Pasta Pot/Saucepan
Pasta Pot/Saucepan
2

Distribution

Ketchup can be found in kitchen counters, refrigerators and the trunk of a Spiffo's van.

Code

From newitems.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 40.7

	item Ketchup
		HungerChange	= -20,
		Weight		= 0.2,
		Type		= Food,
		UnhappyChange	= 30,
		DisplayName	= Ketchup,
		Icon		= Ketchup,
		EvolvedRecipe 	= Sandwich:2;Burger:2;RicePot:2;RicePan:2;PastaPot:2;PastaPan:2,
		Spice   	= true,
        	Carbohydrates 	= 370,
        	Proteins 	= 0,
        	Lipids 		= 0,
        	Calories 	= 1480,
        	Packaged 	= TRUE,
        	CantBeFrozen 	= TRUE,

See also

Template:Navbox/Consumables