Vinegar: Difference between revisions

From PZwiki
mNo edit summary
(Update distribution file)
 
(36 intermediate revisions by 8 users not shown)
Line 1: Line 1:
{{languages|Vinegar}}
{{Header|Project Zomboid|Items|Food|Miscellaneous food}}
{{header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 40|incver=7}}{{Infobox drainable
{{Page version|41.78.16}}
|display_name=Vinegar
{{Infobox item
|name_colour=Food
|name=Vinegar
|name_text_colour=Food
|model=Vinegar_Model.png
|image=Vinegar_120px.png
|icon=Vinegar.png
|category=Cooking
|weight=0.3
|weight=0.3
|function=Food preservation
|function=Food preservation
|max_units=10
|max_units=10
|class_name=Base.Vinegar
|item_id=Base.Vinegar
}}'''Vinegar''' is a [[Food#Non-Perishable|non-perishable]], drainable [[item]] used in [[cooking]].
}}
A '''vinegar''' is a non-perishable [[food]] [[Items|item]] used in [[cooking]].


==Usage==
==Usage==
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 [[jar]]s for long-term storage.


== Crafting ==
==Crafting==
{{Crafting table header}}
{{Crafting/sandbox2
{{RecipeLookup|2059}}
|jar_of_bell_peppers
{{RecipeLookup|2061}}
|jar_of_broccoli
{{RecipeLookup|2060}}
|jar_of_cabbage
{{RecipeLookup|2054}}
|jar_of_carrots
{{RecipeLookup|2056}}
|jar_of_eggplants
{{RecipeLookup|2057}}
|jar_of_leeks
{{RecipeLookup|2055}}
|jar_of_potatoes
{{RecipeLookup|2058}}
|jar_of_red_radishes
{{RecipeLookup|2053}}
|jar_of_tomatoes
{{Crafting table footer}}
}}


==Distribution==
==Distribution==
Vinegar can be found in [[Containers#Kitchen_Counter|kitchen counters]].  
The loot distributions can be found in the table(s) below.


== Code ==
<!--BOT FLAG|Vinegar|41.78.16-->
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{Clear}}
{{Retrieved|version=40|incver=7}}
<div class="togglebox theme-red">
<pre> item Vinegar
    <div>Vinegar distribution
Type = Drainable,
        <span class="mw-customtoggle-togglebox-Vinegar" title="{{int:show}} / {{int:hide}}" style="float: right; padding-right: 30px; padding-top: 4px; font-size: 0.7em; font-weight: normal;">{{int:show}} / {{int:hide}}</span></div>
UseDelta = 0.1,
    <div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-togglebox-Vinegar">
UseWhileEquipped = FALSE,
    Effective chance calculations are based off of default loot settings, and median zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the [[lucky]] and [[unlucky]] traits.    <div class="toggle-content">
DisplayName = Vinegar,
<div class="pz-container">
Icon = Vinegar,
<div id="containers" style="flex-basis:30%">
Weight = 0.3,</pre>
    {| class="wikitable theme-red" style="margin-right: 15px; width: 95%;"
    |+ {{ll|Containers}}
    ! Building/Room
    ! Container
    ! Effective chance
    |-
    | burgerkitchen
    | {{ll|counter}}
    | 23.28%
    |-
    | cafeteriakitchen
    | {{ll|counter}}
    | 23.28%
    |-
    | closet
    | {{ll|crate}}
    | 23.28%
    |-
    | deepfry_kitchen
    | {{ll|counter}}
    | 23.28%
    |-
    | dinerkitchen
    | {{ll|counter}}
    | 23.28%
    |-
    | fishchipskitchen
    | {{ll|counter}}
    | 23.28%
    |-
    | garagestorage
    | {{ll|crate}}
    | 23.28%
    |-
    | generalstore
    | {{ll|crate}}
    | 23.28%
    |-
    | generalstore
    | {{ll|shelves}}
    | 23.28%
    |-
    | generalstorestorage
    | {{ll|shelves}}
    | 23.28%
    |-
    | gigamart
    | {{ll|crate}}
    | 23.28%
    |-
    | gigamart
    | {{ll|shelves}}
    | 23.28%
    |-
    | grocery
    | {{ll|crate}}
    | 23.28%
    |-
    | grocery
    | {{ll|shelves}}
    | 23.28%
    |-
    | grocery
    | {{ll|smallcrate}}
    | 23.28%
    |-
    | jayschicken_kitchen
    | {{ll|counter}}
    | 23.28%
    |-
    | restaurantkitchen
    | {{ll|counter}}
    | 23.28%
    |-
    | seafoodkitchen
    | {{ll|counter}}
    | 23.28%
    |-
    | seafoodkitchen
    | {{ll|counter}}
    | 41.14%
    |-
    | spiffoskitchen
    | {{ll|counter}}
    | 23.28%
    |-
    | storageunit
    | {{ll|crate}}
    | 23.28%
    |-
    | westernkitchen
    | {{ll|counter}}
    | 23.28%
    |-
    | westernkitchen
    | {{ll|counter}}
    | 41.14%
    |}
</div>
    </div><div style="clear: both;"></div>
    </div></div><div class="toggle large mw-customtoggle-togglebox-Vinegar" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|Vinegar|41.78.16-->
Vinegar can be found in [[Containers#Kitchen_Counter|kitchen counters]].
 
==Code==
{{CodeBox
| {{CodeSnip
  | lang = java
  | line = true
  | start = 2695
  | source = newitems.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item Vinegar
    {
        DisplayCategory = Food,
        Type             =         Drainable,
        UseDelta         =         0.1,
        UseWhileEquipped =           FALSE,
        DisplayName =     Vinegar,
        Icon = Vinegar,
        Weight = 0.3,
        WorldStaticModel = Vinegar,
    }
}}
}}


==See also==
==See also==
* [[Farming|Farming Guide]]
*[[Farming]]
*[[Rice Vinegar]]
 
{{Navbox items|food}}


{{Navbox/Consumables}}
[[Category:Non-perishable food]]

Latest revision as of 14:14, 30 April 2024

UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Vinegar
Vinegar Model.png
General
Category
Cooking
Encumbrance
Moodle Icon HeavyLoad.png
0.3
Function
Food preservation
Properties
Capacity
10 units
Technical
Item ID
Base.Vinegar

A vinegar is a non-perishable food 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 Ingredients Tools Requirements Workstation XP
JarBrown.png
Jar of Bell Peppers
One of:
SugarBrown.png Brown Sugar ×1
Sugar.png Sugar ×1
SugarPacket.png Sugar Packet ×1
Each of:
JarEmpty2.png Jar ×1
JarLid.png Jar Lid ×1
BellPepper.png Bell Pepper ×5
WaterDrop.png Water ×10 unit(s)
Vinegar.png Vinegar ×2 unit(s)
none none none 2.5 Cooking
JarGreen.png
Jar of Broccoli
One of:
SugarBrown.png Brown Sugar ×1
Sugar.png Sugar ×1
SugarPacket.png Sugar Packet ×1
Each of:
JarEmpty2.png Jar ×1
JarLid.png Jar Lid ×1
Broccoli.png Broccoli ×5
WaterDrop.png Water ×10 unit(s)
Vinegar.png Vinegar ×2 unit(s)
none none none 2.5 Cooking
JarGreen.png
Jar of Cabbage
One of:
SugarBrown.png Brown Sugar ×1
Sugar.png Sugar ×1
SugarPacket.png Sugar Packet ×1
Each of:
JarEmpty2.png Jar ×1
JarLid.png Jar Lid ×1
Cabbage.png Cabbage ×3
WaterDrop.png Water ×10 unit(s)
Vinegar.png Vinegar ×2 unit(s)
none none none 2.5 Cooking
JarBrown.png
Jar of Carrots
One of:
SugarBrown.png Brown Sugar ×1
Sugar.png Sugar ×1
SugarPacket.png Sugar Packet ×1
Each of:
JarEmpty2.png Jar ×1
JarLid.png Jar Lid ×1
Carrots.png Carrots ×5
WaterDrop.png Water ×10 unit(s)
Vinegar.png Vinegar ×2 unit(s)
none none none 2.5 Cooking
JamPurple.png
Jar of Eggplants
One of:
SugarBrown.png Brown Sugar ×1
Sugar.png Sugar ×1
SugarPacket.png Sugar Packet ×1
Each of:
JarEmpty2.png Jar ×1
JarLid.png Jar Lid ×1
Eggplant.png Eggplant ×5
WaterDrop.png Water ×10 unit(s)
Vinegar.png Vinegar ×2 unit(s)
none none none 2.5 Cooking
JarWhite.png
Jar of Leeks
One of:
SugarBrown.png Brown Sugar ×1
Sugar.png Sugar ×1
SugarPacket.png Sugar Packet ×1
Each of:
JarEmpty2.png Jar ×1
JarLid.png Jar Lid ×1
Leek.png Leek ×5
WaterDrop.png Water ×10 unit(s)
Vinegar.png Vinegar ×2 unit(s)
none none none 2.5 Cooking
JarWhite.png
Jar of Potatoes
One of:
SugarBrown.png Brown Sugar ×1
Sugar.png Sugar ×1
SugarPacket.png Sugar Packet ×1
Each of:
JarEmpty2.png Jar ×1
JarLid.png Jar Lid ×1
Potato.png Potato ×5
WaterDrop.png Water ×10 unit(s)
Vinegar.png Vinegar ×2 unit(s)
none none none 2.5 Cooking
JarBrown.png
Jar of Radishes
One of:
SugarBrown.png Brown Sugar ×1
Sugar.png Sugar ×1
SugarPacket.png Sugar Packet ×1
Each of:
JarEmpty2.png Jar ×1
JarLid.png Jar Lid ×1
Radish.png Radish ×5
WaterDrop.png Water ×10 unit(s)
Vinegar.png Vinegar ×2 unit(s)
none none none 2.5 Cooking
JarBrown.png
Jar of Tomatoes
One of:
SugarBrown.png Brown Sugar ×1
Sugar.png Sugar ×1
SugarPacket.png Sugar Packet ×1
Each of:
JarEmpty2.png Jar ×1
JarLid.png Jar Lid ×1
Tomato.png Tomato ×5
WaterDrop.png Water ×10 unit(s)
Vinegar.png Vinegar ×2 unit(s)
none none none 2.5 Cooking

Distribution

The loot distributions can be found in the table(s) below.

Vinegar distribution Show / Hide
Effective chance calculations are based off of default loot settings, and median zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the lucky and unlucky traits.
Containers
Building/Room Container Effective chance
burgerkitchen counter 23.28%
cafeteriakitchen counter 23.28%
closet crate 23.28%
deepfry_kitchen counter 23.28%
dinerkitchen counter 23.28%
fishchipskitchen counter 23.28%
garagestorage crate 23.28%
generalstore crate 23.28%
generalstore shelves 23.28%
generalstorestorage shelves 23.28%
gigamart crate 23.28%
gigamart shelves 23.28%
grocery crate 23.28%
grocery shelves 23.28%
grocery smallcrate 23.28%
jayschicken_kitchen counter 23.28%
restaurantkitchen counter 23.28%
seafoodkitchen counter 23.28%
seafoodkitchen counter 41.14%
spiffoskitchen counter 23.28%
storageunit crate 23.28%
westernkitchen counter 23.28%
westernkitchen counter 41.14%

Vinegar can be found in kitchen counters.

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\newitems.txt

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

See also