Jar: Difference between revisions

From PZwiki
(Info added)
(New infobox + new layout)
Line 1: Line 1:
{{languages}}
{{languages|Empty Jar}}
{{Tools
{{header|The Game World|Items|Tools|type=Tool|version=Version 40|incver=9}}{{Infobox normal
|image = Empty Jar.png
|display_name = Empty Jar
|primaryuse = Food preservation
|name_colour = Tool
|otheruses = -
|name_text_colour = Tool
|image = JarEmpty2_120px.png
|alternate_image=JarLid.png
|alternate_name=Jar Lid
|alternate_link=
|alternate_image2=JarBox.png
|alternate_name2=Box of Jars
|alternate_link2=
|category = Item
|weight = 0.2
|weight = 0.2
}}
|primary_use = [[Cooking]] utensil
An empty jar can be combined with a [[Jar Lid|jar lid]], [[vinegar]], [[sugar]], [[water]], and three units of particular [[Food|vegetables]] to create a jar of that vegetable. This helps preserve food for a much longer time, as jarred food is fresh for 60 days and stale for another 30 days.
|class_name = Base.EmptyJar
}}{{quote|text=Can be used to pickle food. Requires jar lid.|author=In-game tooltip}}
 
An '''empty jar''' is a tool used in [[cooking]].
 
==Usage==
An empty jar, along with a '''jar lid''', are used to pickle certain foods, preserving them for a much longer time. Jarred food is fresh for 60 days and stale for another 30 days.


== Crafting ==
== Crafting ==
{| class="wikitable sortable" style="text-align:center;"
{{Crafting table header}}
|-
{{RecipeLookup|4035}}
! Name
{{Crafting table footer}}
! class="unsortable" | Recipe
 
! class="unsortable" | Description
===Cooking===
! class="unsortable" | Skill Level
{{Main|Cooking}}
{{Cooking table header}}
{{RecipeLookup|2053}}
{{RecipeLookup|2053}}
{{RecipeLookup|2054}}
{{RecipeLookup|2054}}
Line 24: Line 39:
{{RecipeLookup|2060}}
{{RecipeLookup|2060}}
{{RecipeLookup|2061}}
{{RecipeLookup|2061}}
|}
{{Crafting table footer}}
 
==Distribution==
Empty jars and jar lids are quite rare and can be found in kitchen [[Containers#Counters|counters]], tool stores, bars and cafes.
 
A box of jars is very rare, only appearing in houseware stores and grocery store counters.


== Code ==
== Code ==
<nowiki>item EmptyJar
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{
{{Retrieved|version=40|incver=9}}
Type = Normal,
<pre> item EmptyJar
DisplayName = Empty Jar,
Type = Normal,
Icon = JarEmpty2,
DisplayName = Empty Jar,
Weight = 0.2,
Icon = JarEmpty2,
}</nowiki>
Weight = 0.2,
Tooltip = Tooltip_Jar,</pre>


{| class="wikitable" width="550" style="text-align:center;"
==See also==
|-
! Alpha || 
|-
| - || -
|}
 
==See Also==
* [[Jar Lid]]
* [[Jar Lid]]
* [[Sugar]]
* [[Sugar]]
Line 49: Line 63:


{{Navbox/Tools}}
{{Navbox/Tools}}
[[Category:Tools]]
[[Category:Items]]

Revision as of 11:06, 29 August 2018

Template:Infobox normal

Can be used to pickle food. Requires jar lid.
— In-game tooltip

An empty jar is a tool used in cooking.

Usage

An empty jar, along with a jar lid, are used to pickle certain foods, preserving them for a much longer time. Jarred food is fresh for 60 days and stale for another 30 days.

Crafting

Template:Crafting table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
Template:Crafting table footer

Cooking

Main article: Cooking

Template:Cooking table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
Template:Crafting table footer

Distribution

Empty jars and jar lids are quite rare and can be found in kitchen counters, tool stores, bars and cafes.

A box of jars is very rare, only appearing in houseware stores and grocery store counters.

Code

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

	item EmptyJar
		Type		= Normal,
		DisplayName	= Empty Jar,
		Icon		= JarEmpty2,
		Weight		= 0.2,
		Tooltip 	= Tooltip_Jar,

See also

Template:Navbox/Tools