Socks: Difference between revisions

From PZwiki
No edit summary
mNo edit summary
(23 intermediate revisions by 16 users not shown)
Line 1: Line 1:
{{Items
__NOTOC__
|image = Socksanim.gif  
{{languages|Socks}}
|weight = 1
{{header|The Game World|Items|Clothing|version=Version 41|incver=39}}
{{Infobox clothing
| display_name = Socks
| name_colour = Clothing
| 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''' 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.


The '''sock''' can be found in large quantities inside of bedroom [[wardrobe]]s. They are used as a component in crafting [[Molotov cocktail]]s.
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.  


== Crafting ==
 
{| class="wikitable sortable" style="text-align:center;"  
== Code ==
|-  
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
! Name
 
! class="unsortable" | Recipe
''Socks1 [[File:Socks1.png]]''
! class="unsortable" | Description
<nowiki>
{{RecipeLookup|4}}
item Socks
Count = 2,
Weight = 0.01,
Type = Normal,
DisplayName = Sock,
Icon = Socks1,
</nowiki>
 
''Socks2 [[File:Socks2.png]]''
<nowiki>
item Socks2
Count = 2,
Weight = 0.01,
Type = Normal,
DisplayName = Sock,
Icon = Socks2,
</nowiki>
 
 
== History ==
 
{| class="pztable" width="550" style="text-align:center;"
|-
! colspan="2" |Alpha
|-
| RC 2.9 || Clothing bug.
|-
| Version 41 || Socks are now wearable
|}
|}


[[category:items]]
 
==See also==
* [[Clothing]]
* [[Shoes]]
* [[Belt]]
* [[Underwear]]
 
{{Navbox/Clothing}}

Revision as of 04: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