Vinegar: Difference between revisions

From PZwiki
mNo edit summary
m (Remove 120px, minor fixes)
Line 1: Line 1:
{{languages|Vinegar}}
{{Languages}}{{Header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 41|incver=73}}{{Infobox drainable
{{header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 41|incver=73}}{{Infobox drainable
|display_name=Vinegar
|display_name=Vinegar
|name_colour=Food
|name_colour=Food
|name_text_colour=Food
|name_text_colour=Food
|image=Vinegar_120px.png
|image=Vinegar.png
|category=Cooking
|category=Cooking
|weight=0.3
|weight=0.3
Line 15: Line 14:
Vinegar is only used in pickling food and is the main component to preserve it in [[Empty Jar|jars]] for long term storage.  
Vinegar is only used in pickling food and is the main component to preserve it in [[Empty Jar|jars]] for long term storage.  


== Crafting ==
==Crafting==
{{Crafting header|ing=6}}
{{Crafting header|ing=6}}
{{Crafting cooking|022|ing=6}}
{{Crafting cooking|022|ing=6}}
Line 36: Line 35:
</gallery>
</gallery>


== Code ==
==Code==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=41|incver=73}}
{{Retrieved|version=41|incver=73}}
<pre>   item Vinegar
<pre>
    item Vinegar
     {
     {
         DisplayCategory        = Food,
         DisplayCategory        = Food,
Line 53: Line 53:


==See also==
==See also==
* [[Farming|Farming Guide]]
*[[Farming]]
* [[Rice Vinegar]]
*[[Rice Vinegar]]


{{Navbox_food}}
{{Navbox food}}

Revision as of 21:01, 26 February 2023

Vinegar
Vinegar
General
Category Cooking
Encumbrance
Heavy Load
0.3
Function Food preservation
Capacity 10 units
Technical details
item ID Base.Vinegar

Vinegar is a non-perishable item used in cooking.

Usage

Vinegar is only used in pickling food and is the main component to preserve it in jars for long term storage.

Crafting

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)

Distribution

Vinegar can be found in kitchen counters.

Gallery

Code

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

    item Vinegar
    {
        DisplayCategory         = Food,
        Type	                = Drainable,
        UseDelta	        = 0.1,
        UseWhileEquipped	= FALSE,
        DisplayName		= Vinegar,
        Icon			= Vinegar,
        Weight			= 0.3,
        WorldStaticModel        = Vinegar,
    }

See also