Barbed Wire: Difference between revisions

From PZwiki
mNo edit summary
(Updated to normalized format)
Line 1: Line 1:
{{languages}}
{{languages|:Barbed Fence}}
 
{{header|The Game World|Items|version=Version 37|incver=13}}
{{Notice|Improve}}
__TOC__
{{Items
{{Items
|image = Barbed wire.png
|image = Barbed wire.png
|weight = 1
|weight = 1
}}
}}
 
<!--Comment: Description of Item and General Information-->
{{Notice|Improve}}
Barbed wire is used to string [[Barbed Fence]]. Unknown if it has any other uses, and 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-->
Barbed Wire can be used in the following recipes:
Barbed Wire can be used in the following recipes:
 
{| class="wikitable sortable" style="text-align:center;"  
{| class="wikitable" width="550" style="text-align:center;"
|-  
|-
! Output
! Ingredients || Other Items || Output || Description
! class="unsortable" | Ingredients
|-
! class="unsortable" | Description
| Barbed Wire || None || [[Barbed Fence]] || A wire fence.
! Skill Level
{{RecipeLookup|1028}}
|}
|}
==Code==


== Code ==
<nowiki>
 
<pre>
item BarbedWire
item BarbedWire
{
DisplayName = Barbed wire,
DisplayName = Barbed wire,
Icon = Wire,
Icon = Wire,
Type = Normal,
Type = Normal,
Weight = 1
Weight = 1
}
</nowiki>
</pre>
<br>
 
[[Category:items]]

Revision as of 00:13, 10 May 2017

The Game WorldItemsBarbed Wire
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. Unknown if it has any other uses, and generally really hard to find.

Crafting

Barbed Wire can be used in the following recipes:

Output Ingredients Description Skill Level












Code

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