Socks: Difference between revisions

From PZwiki
m (clean up, replaced: wikitable → pztable)
mNo edit summary
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{languages|Socks}}
{{languages|Socks}}
{{header|The Game World|Items|Clothing|version=Version 39|incver=52}}
{{header|The Game World|Items|Clothing|version=Version 41|incver=39}}
{{Clothing
{{Infobox clothing
|image = Socksanim.gif  
| display_name = Socks
|bodyarea = Unusable
| name_colour = Clothing
|weight = 0.01
| name_text_colour = Clothing
| image = Socksanim.gif  
<!-- General -->
| category = Clothing
| weight = 0.01
| body_location = Feet
| fabric_type = Cotton, Wool
<!-- Protection -->
| insulation = ?
| wind_resistance = ?
<!-- Technical details -->
| class_name = Base.Socks
}}
}}
'''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.
Socks cannot be worn.


'''Socks''' are an wearable item since version 41, providing some insulation from the cold for the player. Socks could once be used in crafting [[Molotov Cocktail|molotov cocktails]], however this functionality appears to have been removed.


They are commonly found on zombies, 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.




Line 47: Line 55:
|-
|-
| RC 2.9 || Clothing bug.  
| RC 2.9 || Clothing bug.  
|-
| Version 41 || Socks are now wearable
|}
|}



Revision as of 05:11, 16 July 2020


Socks
Socks
General
Category Clothing
Encumbrance
Heavy Load
0.01
Body location Feet
Fabric Cotton, Wool
Insulation
Insulation ?
Wind resistance ?
Technical details
Item ID Base.Socks


Socks are an wearable item since version 41, providing some insulation from the cold for the player. Socks could once be used in crafting molotov cocktails, however this functionality appears to have been removed.

They are commonly found on zombies, 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.


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.
Version 41 Socks are now wearable


See also

Template:Navbox/Clothing