Jar: Difference between revisions

From PZwiki
(New infobox + new layout)
m (info)
Line 20: Line 20:


==Usage==
==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.
An empty jar, along with a '''jar lid''', can be 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.<br><br>
 
After jarring, it is necessary to cook the jar of food in a [[heat source]]. Otherwise, the food will rot as fast as if it were not jarred.<br><br>
Upon opening a jar, the empty jar and vegetables are returned to the character. The jar lid is not reusable.
== Crafting ==
== Crafting ==
{{Crafting table header}}
{{Crafting table header}}

Revision as of 21:02, 30 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, can be 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.

After jarring, it is necessary to cook the jar of food in a heat source. Otherwise, the food will rot as fast as if it were not jarred.

Upon opening a jar, the empty jar and vegetables are returned to the character. The jar lid is not reusable.

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