Vinegar: Difference between revisions

From PZwiki
(Update of NavBar.)
m (fixed language and container links +layout fixes)
Line 8: Line 8:
|weight = 0.3
|weight = 0.3
}}
}}
Vinegar is a non-perishing non-consumable food item which is often found in [[Containers#Kitchen_cupboard|kitchen cupboards]]. It is used as an ingredient to create preserved food in jars for long term storage.  
'''Vinegar''' is a non-perishing non-consumable 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.  
 


== Crafting ==
== Crafting ==
Line 27: Line 28:
{{RecipeLookup|2061}}
{{RecipeLookup|2061}}
|}
|}
== Code ==
== Code ==
  <nowiki>
  <nowiki>
item Vinegar
item Vinegar
        Type = Drainable,
Type = Drainable,
        UseDelta = 0.1,
UseDelta = 0.1,
        UseWhileEquipped = FALSE,
UseWhileEquipped = FALSE,
        DisplayName = Vinegar,
DisplayName = Vinegar,
        Icon = Vinegar,
Icon = Vinegar,
        Weight = 0.3,
Weight = 0.3,
</nowiki>
</nowiki>



Revision as of 12:00, 10 May 2018


Page Updated @ Version: 34.28
   Navigation - Main Index -> The Game World -> Items -> Consumables -> Food -> Non Perishable Foods -> Vinegar   

Vinegar is a non-perishing non-consumable food item which is often found in kitchen counters. It is used as an ingredient to create preserved food in jars for long term storage.


Crafting

Name Recipe Description Skill Level













































































































Code

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

Template:Navbox/Consumables