Socks: Difference between revisions

From PZwiki
(Re-did description)
(Updated info to the state of Build 39.45)
Line 5: Line 5:
|weight = 0.25
|weight = 0.25
}}
}}
 
[[Socks]] currently have no known use, and are often consider a ''junk'' item. They are commonly found in bedroom [[Containers#Wardrobe|wardrobes]] and shelves in [[Clothing Store|clothing stores]]. They may also be found in containers, such as [[Containers#Containers#Garbage%20Can/Dumpster|garbage cans]], and will always be found in pairs.  
 
<br>Socks cannot be worn.
'''Socks''' can be used as a component in crafting [[molotov cocktail]]s, but it has no other uses except for adding weight to the player's inventory, as they cannot be worn. Mostly found in many [[Containers|wardrobes]] in various houses, but can also be found in other containers in other structures, such as [[Containers|garbage cans]]. They cannot be found on [[Zombie|corpses]].
<br><br><br><br><br><br><br><br><br>
 
== Crafting ==
{| class="wikitable sortable" style="text-align:center;"
|-
! Name
! class="unsortable" | Recipe
! class="unsortable" | Description
{{RecipeLookup|3000}}
|}
 
== Code ==
== Code ==
  <nowiki>item Socks
  <nowiki>
{
item Socks
Count = 2,
{
Weight = 0.01,
Count = 2,
Type = Normal,
Weight = 0.01,
DisplayName = Sock,
Type = Normal,
Icon = Socks1,
DisplayName = Sock,
}</nowiki>
Icon = Socks1,
}
</nowiki>
<br>
== History ==
== History ==


Line 37: Line 30:


==See Also==
==See Also==
* [[Clothing]]
* [[Shoes]]
* [[Shoes]]
* [[Belt]]
* [[Underwear]]


{{Navbox/Clothing}}
{{Navbox/Clothing}}
[[Category:Version 0.2.0p]]
[[Category:Version 0.2.0p]]
[[Category:Tools]]
[[Category:Tools]]

Revision as of 17:15, 17 April 2018


Template:Items Socks currently have no known use, and are often consider a junk item. They are commonly found in bedroom wardrobes and shelves in clothing stores. They may also be found in containers, such as garbage cans, and will always be found in pairs.
Socks cannot be worn.








Code

item Socks
	{
		Count		= 2,
		Weight		= 0.01,
		Type		= Normal,
		DisplayName	= Sock,
		Icon		= Socks1,
	}


History

Alpha
RC 2.9 Clothing bug.

See Also

Template:Navbox/Clothing