Socks: Difference between revisions

From PZwiki
m (fixed a typo)
m (added boilerplate, added code for both variants, updated weight)
Line 1: Line 1:
__NOTOC__
{{languages|Socks}}
{{languages|Socks}}
{{header|The Game World|Items|Clothing|version=Version 39|incver=45}}
{{Items
{{Items
|image = Socksanim.gif  
|image = Socksanim.gif  
|weight = 0.25
|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. 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.  
Line 8: Line 10:
<br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br>
== Code ==
== Code ==
=== Socks1[[File:Socks1.png]] ===
  <nowiki>
  <nowiki>
item Socks
item Socks
Line 16: Line 19:
DisplayName = Sock,
DisplayName = Sock,
Icon = Socks1,
Icon = Socks1,
}
</nowiki>
=== Socks2[[File:Socks2.png]] ===
<nowiki>
item Socks2
{
Count = 2,
Weight = 0.01,
Type = Normal,
DisplayName = Sock,
Icon = Socks2,
}
}
</nowiki>
</nowiki>

Revision as of 08:31, 20 April 2018


Template:Items Socks currently have no known use, and are often considered a junk item. 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

Socks1Socks1.png

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

Socks2Socks2.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