Vinegar: Difference between revisions

From PZwiki
mNo edit summary
(New infobox + new layout)
Line 1: Line 1:
__NOTOC__
{{languages|Vinegar}}
{{languages|Vinegar}}
<div class="header" style="margin: 5px; align: right; background: #CEF2E0; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #A3BFB1"> <!-- Code for Background Colour -->
{{header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 40|incver=7}}{{Infobox drainable
<div style="float: right;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
|display_name=Vinegar
<div style="float: left;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">   '''Navigation''' - [[:Category:Main|Main Index]] -> [[:Category:The_Game_World|The Game World]] -> [[:Category:Items|Items]] -> [[:Category:Consumables|Consumables]] -> [[:Category:Food|Food]] -> [[:Category:Non-Perishable_Food|Non Perishable Foods]] -> [[{{PAGENAME}}]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
|name_colour=Food
{{Consumables
|name_text_colour=Food
|image = Vinegar.png
|image=Vinegar_120px.png
|weight = 0.3
|weight=0.3
}}
|function=Food preservation
'''Vinegar''' is an inedible [[Food#Non-Perishable|non-perishable]] food item which is often found in [[Containers#Kitchen_Counter|kitchen counters]]. It is used as an ingredient to create preserved food in jars for long term storage.  
|max_units=10
|class_name=Base.Vinegar
}}'''Vinegar''' is a drainable [[item]] used in [[cooking]].


==Usage==
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 ==
{| class="wikitable sortable" style="text-align:center;"
{{Crafting table header}}
|-
{{RecipeLookup|2059}}
! Name
{{RecipeLookup|2061}}
! class="unsortable" | Recipe
{{RecipeLookup|2060}}
! class="unsortable" | Description
! class="unsortable" | Skill Level
{{RecipeLookup|2053}}
{{RecipeLookup|2054}}
{{RecipeLookup|2054}}
{{RecipeLookup|2055}}
{{RecipeLookup|2056}}
{{RecipeLookup|2056}}
{{RecipeLookup|2057}}
{{RecipeLookup|2057}}
{{RecipeLookup|2055}}
{{RecipeLookup|2058}}
{{RecipeLookup|2058}}
{{RecipeLookup|2059}}
{{RecipeLookup|2053}}
{{RecipeLookup|2060}}
{{Crafting table footer}}
{{RecipeLookup|2061}}
|}


==Distribution==
Vinegar can be found in [[Containers#Kitchen_Counter|kitchen counters]].


== Code ==
== Code ==
<nowiki>
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
item Vinegar
{{Retrieved|version=40|incver=7}}
<pre> item Vinegar
Type = Drainable,
Type = Drainable,
UseDelta = 0.1,
UseDelta = 0.1,
Line 38: Line 39:
DisplayName = Vinegar,
DisplayName = Vinegar,
Icon = Vinegar,
Icon = Vinegar,
Weight = 0.3,
Weight = 0.3,</pre>
</nowiki>
 
==See also==
* [[Farming|Farming Guide]]


{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Food]]
[[Category:Non-Perishable_Food]]
[[Category:Version 34.28]]

Revision as of 18:01, 18 August 2018

Template:Infobox drainableVinegar is a drainable 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

Template:Crafting table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
Template:Crafting table footer

Distribution

Vinegar can be found in kitchen counters.

Code

From items.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 40.7

	item Vinegar
		Type			= Drainable,
		UseDelta		= 0.1,
		UseWhileEquipped	= FALSE,
		DisplayName		= Vinegar,
		Icon			= Vinegar,
		Weight			= 0.3,

See also

Template:Navbox/Consumables