Socks: Difference between revisions

From PZwiki
No edit summary
No edit summary
Line 3: Line 3:
{{Items
{{Items
|image = Socksanim.gif  
|image = Socksanim.gif  
|weight = 1
|weight = 0.25
}}
}}


Line 18: Line 18:
|}
|}


[[Category:Items]]
== Code ==
<nowiki>item Socks
{
Type = Normal,
DisplayName = Sock,
Icon = Socks1,
Count = 2,
Weight = .25
CanBandage = true,
}</nowiki>
[[Category:items]]
[[Category:Version 0.2.0p]]

Revision as of 21:55, 28 March 2012


Template:Items


They can be used as a component in crafting molotov cocktails.

Crafting

Name Recipe Description












Code

item Socks
{
	Type				=			Normal,
	DisplayName			=			Sock,
	Icon				=			Socks1,
	Count				=			2,
	Weight				=			.25
	CanBandage			=			true,
}