Ketchup: Difference between revisions

From PZwiki
m (fixed language and container links)
m (Distribution table update)
 
(30 intermediate revisions by 7 users not shown)
Line 1: Line 1:
__NOTOC__
{{Header|Project Zomboid|Items|Food|Spices}}
{{languages|Ketchup}}
{{Page version|41.78.16}}
<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 -->
{{Infobox item
<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 -->
|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 -->
|model=Ketchup_Model.png
{{Consumables
|icon=Ketchup.png
|image = Ketchup.png
|icon_name=Ketchup
|hunger = -20
<!--GENERAL-->
|unhappiness = +30
|category=Food
|weight = 0.2
|weight=0.2
|max_units=5
|packaged=True
<!--NUTRITION-->
|hunger_change=-20
|calories=1480
|lipids=0
|proteins=0
|carbohydrates=370
<!--EFFECT-->
|unhappy_change=+30
<!--TECHNICAL DETAILS-->
|item_id=Base.Ketchup
}}
}}
'''Ketchup''' is a [[Food#Non-Perishable|non-perishable]] 'spice' food item which is found in [[Containers#Kitchen_Counter|kitchen counters]].
'''Ketchup''' is a [[Food#Non-Perishable|non-perishable]] 'spice' food [[Items|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 can be eaten raw, providing the player with some positive and negative effects. Ketchup is more effective when used as [[cooking]] [[Recipe ingredients|ingredient]], as all negative effects are removed.
<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. -->
{{Main|Cooking}}
{{EvolvedRecipesForItem
|sandwich=2|burger=2|ricepot=2|ricepan=2|pastapot=2|pastapan=2|}}


== Code ==
===Evolved recipes===
<br>
Ketchup is a spice when used in [[cooking]] [[Recipe ingredients|recipes]], therefore will not be included in the maximum number of ingredients.
<nowiki>
{{EvolvedRecipesForItem|spice=true|sandwich=2|burger=2|rice=2|pasta=2|taco=2|burrito=2}}
    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,
</nowiki>


{{Navbox/Consumables}}
==Distribution==
[[Category:Consumables]]
The loot distributions can be found in the table(s) below.
[[Category:Food]]
 
[[Category:Non-Perishable_Food]]
<!--BOT FLAG|Ketchup|41.78.16-->
[[Category:Version 34.28]]
{{clear}}
<div class="togglebox theme-red">
    <div>Ketchup distribution
        <span class="mw-customtoggle-togglebox-Ketchup" title="{{int:show}} / {{int:hide}}" style="float:right; padding-right:30px; padding-top:4px; font-size:0.7em; font-weight:normal;">{{int:show}} / {{int:hide}}</span></div>
    <div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-togglebox-Ketchup">
    <div class="toggle-content"><div style="display: flex;"><div style="float:left;">
    {| class="wikitable theme-red" style="margin-right:15px; width:95%;"
    |+ {{ll|Containers}}
    ! Building / Room
    ! Container
    ! Rolls
    ! Chance
    |-
    | all
    | {{ll|GroceryBag1}}
    | 1
    | 0.25
    |-
    | all
    | {{ll|GroceryBag5}}
    | 1
    | 50.0
    |-
    | all
    | {{ll|fridge}}
    | 4
    | 0.2
    |-
    | bandkitchen
    | {{ll|fridge}}
    | 4
    | 1.0
    |-
    | breakroom
    | {{ll|fridge}}
    | 4
    | 1.0
    |-
    | burgerkitchen
    | {{ll|counter}}
    | 4
    | 10.0
    |-
    | burgerkitchen
    | {{ll|fridge}}
    | 4
    | 1.0
    |-
    | cafeteriakitchen
    | {{ll|counter}}
    | 4
    | 10.0
    |-
    | deepfry_kitchen
    | {{ll|counter}}
    | 4
    | 10.0
    |-
    | deepfry_kitchen
    | {{ll|fridge}}
    | 4
    | 1.0
    |-
    | dinerkitchen
    | {{ll|fridge}}
    | 4
    | 1.0
    |-
    | generalstore
    | {{ll|crate}}
    | 4
    | 10.0
    |-
    | kitchen_crepe
    | {{ll|counter}}
    | 4
    | 10.0
    |-
    | kitchen_crepe
    | {{ll|fridge}}
    | 4
    | 1.0
    |-
    | restaurantkitchen
    | {{ll|fridge}}
    | 4
    | 1.0
    |-
    | spiffoskitchen
    | {{ll|fridge}}
    | 4
    | 1.0
    |}
</div>
    </div><div style="clear:both;"></div>
    </div></div><div class="toggle large mw-customtoggle-togglebox-Ketchup" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|Ketchup|41.78.16-->
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==
{{CodeBox
| {{CodeSnip
  | lang = java
  | line = true
  | start = 5302
  | source = items_food.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item Ketchup
{
DisplayName = Ketchup,
DisplayCategory = Food,
Type = Food,
Weight = 0.2,
Icon = Ketchup,
CantBeFrozen = TRUE,
EvolvedRecipe = Sandwich:2;Sandwich Baguette:2;Burger:2;RicePot:2;RicePan:2;PastaPot:2;PastaPan:2;Taco:2;Burrito:2,
Packaged = TRUE,
Spice = true,
HungerChange = -20,
UnhappyChange = 30,
Calories = 1480,
Carbohydrates = 370,
Lipids = 0,
Proteins = 0,
WorldStaticModel = Ketchup,
FoodType = NoExplicit,
}
}}
}}
 
==See also==
*[[Mustard]]
*[[Hot Sauce]]
*[[Soy Sauce]]
 
{{Navbox items|miscellaneous_food}}
 
 
[[Category:Non-perishable food]]

Latest revision as of 15:50, 24 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]
Ketchup
Ketchup Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Properties
Capacity
5 units
Packaged
True
Nutrition
HungerMoodle Icon Hungry.png
-20
CaloriesCalories
1480
CarbohydratesCarbohydrates
370
ProteinsProteins
0
FatFat
0
Effect
UnhappinessMoodle Icon Unhappy.png
+30
Technical
Item ID
Base.Ketchup

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

Usage

Ketchup can be eaten raw, providing the player with some positive and negative effects. Ketchup is more effective when used as cooking ingredient, as all negative effects are removed.

Crafting

Main article: Cooking

Evolved recipes

Ketchup is a spice when used in cooking recipes, therefore will not 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
Taco
Taco
2
Burrito
Burrito
2

Distribution

The loot distributions can be found in the table(s) below.

Ketchup distribution Show / Hide
Containers
Building / Room Container Rolls Chance
all GroceryBag1 1 0.25
all GroceryBag5 1 50.0
all fridge 4 0.2
bandkitchen fridge 4 1.0
breakroom fridge 4 1.0
burgerkitchen counter 4 10.0
burgerkitchen fridge 4 1.0
cafeteriakitchen counter 4 10.0
deepfry_kitchen counter 4 10.0
deepfry_kitchen fridge 4 1.0
dinerkitchen fridge 4 1.0
generalstore crate 4 10.0
kitchen_crepe counter 4 10.0
kitchen_crepe fridge 4 1.0
restaurantkitchen fridge 4 1.0
spiffoskitchen fridge 4 1.0

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

Code

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

Source: ProjectZomboid\media\scripts\items_food.txt

Retrieved: Build 41.78.16
item Ketchup
	{
		DisplayName = Ketchup,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.2,
		Icon = Ketchup,
		CantBeFrozen = TRUE,
		EvolvedRecipe = Sandwich:2;Sandwich Baguette:2;Burger:2;RicePot:2;RicePan:2;PastaPot:2;PastaPan:2;Taco:2;Burrito:2,
		Packaged = TRUE,
		Spice = true,
		HungerChange = -20,
		UnhappyChange = 30,
		Calories = 1480,
		Carbohydrates = 370,
		Lipids = 0,
		Proteins = 0,
		WorldStaticModel = Ketchup,
		FoodType = NoExplicit,
	}

See also