Barbed Wire: Difference between revisions

From PZwiki
mNo edit summary
(adjustments to layout. Added new infobox and header)
Line 1: Line 1:
{{languages|:Barbed wire}}
{{languages|Barbed Wire}}
{{header|The Game World|Items|version=Version 37|incver=13}}
{{header|The Game World|Items|type=Construction|version=Version 37|incver=13}}{{merge|Wire}}{{Notice|Improve}}{{Infobox normal
{{Notice|Improve}}
|display_name = Barbed Wire
|name_colour = Construction
|name_text_colour = Construction
|image = BarbedWire.png
|weight = 1
|primary_use = Construct [[Barbed Fence|barbed fence]]
|class_name = Base.BarbedWire
}}'''Barbed wire''' is a crafting component used in [[Carpentry Guide|carpentry]].
 
__TOC__
__TOC__
{{Items
 
|image = Barbed wire.png
== Usage ==
|weight = 1
Barbed wire is used to string [[Barbed Fence|barbed fence]]. Unknown if it has any other uses.
}}
<!--Comment: Description of Item and General Information-->
Barbed wire is used to string [[Barbed Fence]]. Unknown if it has any other uses, and generally really hard to find.


== Crafting ==
== Crafting ==
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;"
{{Crafting table header}}
|-
! Output
! class="unsortable" | Ingredients
! class="unsortable" | Description
! Skill Level
{{RecipeLookup|1028}}
{{RecipeLookup|1028}}
|}
{{Crafting table footer}}
 
==Distribution==
Generally really hard to find.
 
==Code==
==Code==
 
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
  <nowiki>
{{Retrieved|version=39|incver=67.5}}
item BarbedWire
  <nowiki> item BarbedWire
DisplayName = Barbed wire,
DisplayName = Barbed wire,
Icon = Wire,
Icon = Wire,
Type = Normal,
Type = Normal,
Weight = 1
Weight = 1
MetalValue = 20,
</nowiki>
</nowiki>
<br>
 
== See also ==
*[[Carpentry Guide]]
 
[[Category:Construction]]
[[Category:Construction]]
[[Category:Spiffo's Construction Crew (Project)]]
[[Category:Spiffo's Construction Crew (Project)]]

Revision as of 12:24, 22 July 2018

The Game WorldItemsBarbed Wire
Furniture Pickup.png
It has been suggested that this article be merged with 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.
Barbed Wire
Barbed Wire
General
Category Item
Encumbrance
Heavy Load
1
Function Construct barbed fence
Technical details
Base ID Base.BarbedWire

Barbed wire is a crafting component used in carpentry.

Usage

Barbed wire is used to string barbed fence. Unknown if it has any other uses.

Crafting

Barbed Wire can be used in the following recipes: Template:Crafting table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
Template:Crafting table footer

Distribution

Generally really hard to find.

Code

From items.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 39.67.5

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

See also