Socks: Difference between revisions

From PZwiki
m (Change image link)
m (Minor)
Line 1: Line 1:
{{Languages}}{{Header|The Game World|Items|Clothing|version=Version 41|incver=39}}{{Infobox clothing
{{Languages}}
{{Header|The Game World|Items|Clothing|version=Version 41|incver=39}}
{{Infobox clothing
|display_name=Socks
|display_name=Socks
|name_colour=Clothing
|name_colour=Clothing
Line 14: Line 16:
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.Socks
|class_name=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 Cocktail|molotov cocktails]], however this functionality appears to have been removed.  
}}
'''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.  
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.  

Revision as of 01:12, 15 July 2023

Template:Infobox clothing 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