Barbed Wire: Difference between revisions

From PZwiki
No edit summary
(Updated weight (build 25))
Line 2: Line 2:


{{Items
{{Items
|image = Barbed wire.png  
|image = Barbed wire.png
|weight = 2
|weight = 1
}}
}}
Barbed wire is used to string [[Barbed Fence]]. Generally really hard to find.
Barbed wire is used to string [[Barbed Fence]]. Generally really hard to find.


== Crafting ==
== Crafting ==
<!--list of crafting recipes the item is used in-->
<!--list of crafting recipes the item is used in-->
Barbed Wire can be used in the following recipes:
Barbed Wire can be used in the following recipes:
Line 18: Line 20:
|}
|}


== Code ==
<pre>
item BarbedWire
{
DisplayName = Barbed wire,
Icon = Wire,
Type = Normal,
Weight = 1
}
</pre>


[[Category:items]]
[[Category:items]]

Revision as of 12:56, 4 April 2014

WhiskeyHalf.png
This article may be in need of improvement.
Editors are encouraged to add any missing information to the article, while verifying that the article's current content is correct.

Template:Items

Barbed wire is used to string Barbed Fence. Generally really hard to find.

Crafting

Barbed Wire can be used in the following recipes:

Ingredients Other Items Output Description
Barbed Wire None Barbed Fence A wire fence.

Code

	item BarbedWire
	{
		DisplayName	= Barbed wire,
		Icon		= Wire,
		Type		= Normal,
		Weight		= 1
	}