Socks: Difference between revisions

From PZwiki
m (fixed container links)
m (clean up, replaced: wikitable → pztable)
Line 7: Line 7:
|weight = 0.01
|weight = 0.01
}}
}}
[[Socks]] currently have no known use, and are often considered a ''junk'' item. Socks could once be used in crafting [[Molotov Cocktail|molotov cocktails]], however this functionality appears to have been removed.  
'''Socks''' currently have no known use, and are often considered a ''junk'' item. Socks could once be used in crafting [[Molotov Cocktail|molotov cocktails]], however this functionality appears to have been removed.  


They are commonly found in bedroom [[Containers#Bedroom Storage|wardrobes]] and [[Containers#Shelves|shelves]] in [[Clothing Store|clothing stores]]. They may also be found in containers, such as [[Containers#Bins|garbage cans]], and will always be found in pairs.  
They are commonly found in bedroom [[Containers#Bedroom Storage|wardrobes]] and [[Containers#Shelves|shelves]] in [[Clothing Store|clothing stores]]. They may also be found in containers, such as [[Containers#Bins|garbage cans]], and will always be found in pairs.  


Socks cannot be worn.
Socks cannot be worn.
<br><br><br><br><br><br><br><br><br>
 
 
 


== Code ==
== Code ==
Line 40: Line 42:
== History ==
== History ==


{| class="wikitable" width="550" style="text-align:center;"
{| class="pztable" width="550" style="text-align:center;"
|-
|-
! colspan="2" |Alpha  
! colspan="2" |Alpha  
Line 48: Line 50:




==See Also==
==See also==
* [[Clothing]]
* [[Clothing]]
* [[Shoes]]
* [[Shoes]]

Revision as of 15:09, 11 May 2019


Template:Clothing Socks currently have no known use, and are often considered a junk item. Socks could once be used in crafting molotov cocktails, however this functionality appears to have been removed.

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

From items.txt (Project Zomboid directory/media/scripts/)

Socks1 Socks1.png

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

Socks2 Socks2.png

	item Socks2
		Count		= 2,
		Weight		= 0.01,
		Type		= Normal,
		DisplayName	= Sock,
		Icon		= Socks2,


History

Alpha
RC 2.9 Clothing bug.


See also

Template:Navbox/Clothing