Socks: Difference between revisions

From PZwiki
No edit summary
mNo edit summary
Line 21: Line 21:
  <nowiki>item Socks
  <nowiki>item Socks
{
{
Type = Normal,
Count = 2,
DisplayName = Sock,
Weight = 0.01,
Icon = Socks1,
Type = Normal,
Count = 2,
DisplayName = Sock,
Weight = .25
Icon = Socks1,
CanBandage = true,
}</nowiki>
}</nowiki>
[[Category:Version 0.2.0p]]
[[Category:Version 0.2.0p]]
[[Category:Tools]]
[[Category:Tools]]

Revision as of 09:09, 12 May 2013


Template:Items


Socks can be used as a component in crafting molotov cocktails, but it has no other uses except for adding weight to the player's inventory. Mostly found in many wardrobes in various houses, but can also be found in other containers in other structures.

Crafting

Name Recipe Description












Code

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