Socks: Difference between revisions

From PZwiki
m (added boilerplate, added code for both variants, updated weight)
m (Adjustments to format. Removed unnecessary categories. Changed image template to clothing)
Tag: categories removed
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{languages|Socks}}
{{languages|Socks}}
{{header|The Game World|Items|Clothing|version=Version 39|incver=45}}
{{header|The Game World|Items|Clothing|version=Version 39|incver=52}}
{{Items
{{Clothing
|image = Socksanim.gif  
|image = Socksanim.gif  
|bodyarea = Unusable
|weight = 0.01
|weight = 0.01
}}
}}
[[Socks]] currently have no known use, and are often considered 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.  
[[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.
<br>Socks cannot be worn.
 
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 Can/Dumpster|garbage cans]], and will always be found in pairs.  
 
Socks cannot be worn.
<br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br>
== Code ==
== Code ==
=== Socks1[[File:Socks1.png]] ===
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
 
''Socks1 [[File:Socks1.png]]''
  <nowiki>
  <nowiki>
item Socks
item Socks
{
Count = 2,
Count = 2,
Weight = 0.01,
Weight = 0.01,
Line 19: Line 25:
DisplayName = Sock,
DisplayName = Sock,
Icon = Socks1,
Icon = Socks1,
}
</nowiki>
</nowiki>


=== Socks2[[File:Socks2.png]] ===
''Socks2 [[File:Socks2.png]]''
  <nowiki>
  <nowiki>
item Socks2
item Socks2
{
Count = 2,
Count = 2,
Weight = 0.01,
Weight = 0.01,
Line 31: Line 35:
DisplayName = Sock,
DisplayName = Sock,
Icon = Socks2,
Icon = Socks2,
}
</nowiki>
</nowiki>
<br>
 
 
== History ==
== History ==


{| class="wikitable" width="550" style="text-align:center;"
{| class="wikitable" width="550" style="text-align:center;"
|-
|-
! Alpha || 
! colspan="2" |Alpha  
|-
|-
| RC 2.9 || Clothing bug.  
| RC 2.9 || Clothing bug.  
|}
|}


==See Also==
==See Also==
Line 50: Line 55:


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

Revision as of 18:03, 2 May 2018


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