Jar: Difference between revisions

From PZwiki
m (crafting template (recipelookout --> crafting X))
m (updated where you can find them)
Line 35: Line 35:


==Distribution==
==Distribution==
Empty jars and jar lids are quite rare and can be found in kitchen [[Containers#Counters|counters]], tool stores, bars and cafes.
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.
A box of jars is very rare, only appearing in houseware stores, grocery store counters, rural supply stores, and rarely in houses.


== Code ==
== Code ==

Revision as of 17:50, 22 May 2022

Empty Jar
Empty Jar
Jar Lid Box of Jars
General
Category Item
Encumbrance
Heavy Load
0.2
Function Cooking utensil
Technical details
Base ID Base.EmptyJar
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

Product XP gained Skill(s) Recipe Ingredient 1
JarEmpty2.png
Empty Jar x6
0 XP none Box of Jars
Box of Jars
(consumed)

Template:Crafting table footer

Cooking

Main article: Cooking
Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3 Ingredient 4 Ingredient 5 Ingredient 6
JarBrown.png
Jar of Bell Peppers
2.5 Cooking none JarEmpty2.png
Jar
(consumed)
Jar Lid
Jar Lid
(consumed)
BellPepper.png
Bell Pepper x5
(consumed)
WaterDrop.png
Water
(10 units)

(consumed)
Vinegar.png
Vinegar
(2 units)

(consumed)

(1 unit)

(consumed)
|-
JarGreen.png
Jar of Broccoli
2.5 Cooking none JarEmpty2.png
Jar
(consumed)
Jar Lid
Jar Lid
(consumed)
Broccoli.png
Broccoli x5
(consumed)
WaterDrop.png
Water
(10 units)

(consumed)
Vinegar.png
Vinegar
(2 units)

(consumed)

(1 unit)

(consumed)
|-
JarGreen.png
Jar of Cabbage
2.5 Cooking none JarEmpty2.png
Jar
(consumed)
Jar Lid
Jar Lid
(consumed)
Cabbage.png
Cabbage x3
(consumed)
WaterDrop.png
Water
(10 units)

(consumed)
Vinegar.png
Vinegar
(2 units)

(consumed)

(1 unit)

(consumed)
|-
JarBrown.png
Jar of Carrots
2.5 Cooking none JarEmpty2.png
Jar
(consumed)
Jar Lid
Jar Lid
(consumed)
Carrots.png
Carrots x5
(consumed)
WaterDrop.png
Water
(10 units)

(consumed)
Vinegar.png
Vinegar
(2 units)

(consumed)

(1 unit)

(consumed)
|-
JamPurple.png
Jar of Eggplants
2.5 Cooking none JarEmpty2.png
Jar
(consumed)
Jar Lid
Jar Lid
(consumed)
Eggplant.png
Eggplant x5
(consumed)
WaterDrop.png
Water
(10 units)

(consumed)
Vinegar.png
Vinegar
(2 units)

(consumed)

(1 unit)

(consumed)
|-
JarWhite.png
Jar of Leeks
2.5 Cooking none JarEmpty2.png
Jar
(consumed)
Jar Lid
Jar Lid
(consumed)
Leek.png
Leek x5
(consumed)
WaterDrop.png
Water
(10 units)

(consumed)
Vinegar.png
Vinegar
(2 units)

(consumed)

(1 unit)

(consumed)
|-
JarWhite.png
Jar of Potatoes
2.5 Cooking none JarEmpty2.png
Jar
(consumed)
Jar Lid
Jar Lid
(consumed)
Potato.png
Potato x5
(consumed)
WaterDrop.png
Water
(10 units)

(consumed)
Vinegar.png
Vinegar
(2 units)

(consumed)

(1 unit)

(consumed)
|-
JarBrown.png
Jar of Radishes
2.5 Cooking none JarEmpty2.png
Jar
(consumed)
Jar Lid
Jar Lid
(consumed)
Radish.png
Radish x5
(consumed)
WaterDrop.png
Water
(10 units)

(consumed)
Vinegar.png
Vinegar
(2 units)

(consumed)

(1 unit)

(consumed)
|-
JarBrown.png
Jar of Tomatoes
2.5 Cooking none JarEmpty2.png
Jar
(consumed)
Jar Lid
Jar Lid
(consumed)
Tomato.png
Tomato x5
(consumed)
WaterDrop.png
Water
(10 units)

(consumed)
Vinegar.png
Vinegar
(2 units)

(consumed)

(1 unit)

(consumed)

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, grocery store counters, rural supply stores, and rarely in houses.

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