Jar: Difference between revisions

From PZwiki
(New infobox + new layout)
(New infobox + new layout)
Line 48: Line 48:
== Code ==
== Code ==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
''Empty Jar'' [[File:JarEmpty2.png]]
{{Retrieved|version=40|incver=9}}
{{Retrieved|version=40|incver=9}}
<pre> item EmptyJar
<pre> item EmptyJar
Line 55: Line 57:
Weight = 0.2,
Weight = 0.2,
Tooltip = Tooltip_Jar,</pre>
Tooltip = Tooltip_Jar,</pre>
''Jar Lid'' [[File:JarLid.png]]
{{Retrieved|version=40|incver=9}}
<pre> item JarLid
Type = Normal,
DisplayName = Jar Lid,
Icon = JarLid,
Weight = 0.1,
MetalValue = 10,</pre>
''Box of Jars'' [[File:JarBox.png]]
{{Retrieved|version=40|incver=9}}
<pre>    item BoxOfJars
Weight = 1.8,
Type = Normal,
DisplayName = Box of Jars,
Icon = JarBox,</pre>


==See also==
==See also==

Revision as of 11:09, 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/)

Empty Jar JarEmpty2.png Retrieved: Build 40.9

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

Jar Lid JarLid.png Retrieved: Build 40.9

	item JarLid
		Type		= Normal,
		DisplayName	= Jar Lid,
		Icon		= JarLid,
		Weight		= 0.1,
		MetalValue	= 10,

Box of Jars JarBox.png Retrieved: Build 40.9

    item BoxOfJars
		Weight		= 1.8,
		Type		= Normal,
		DisplayName	= Box of Jars,
		Icon		= JarBox,

See also

Template:Navbox/Tools