Barbed Wire: Difference between revisions

From PZwiki
m (Added model image)
(Cleanup)
Line 1: Line 1:
{{languages}}
{{Languages}}{{Header|The Game World|Items|type=Construction|version=Version 41|incver=39}}{{Notice|Improve}}{{Infobox normal
{{header|The Game World|Items|type=Construction|version=Version 41|incver=39}}{{Notice|Improve}}{{Infobox normal
|display_name = Barbed Wire
|display_name = Barbed Wire
|name_colour = Construction
|name_colour = Construction
Line 12: Line 11:
}}'''Barbed wire''' is a crafting component used in [[Carpentry Guide|carpentry]].
}}'''Barbed wire''' is a crafting component used in [[Carpentry Guide|carpentry]].


__TOC__
==Usage==
 
== Usage ==
Barbed wire is used to string [[Barbed Fence|barbed fence]].
Barbed wire is used to string [[Barbed Fence|barbed fence]].


== Crafting ==
==Crafting==
Barbed Wire can be used in the following recipes:
Barbed Wire can be used in the following recipes:
{{Crafting header|ing=2}}<!-- Automatically generated by ReLookup. Subject RecipeLookup: 1028 -->
{{Crafting header|ing=2}}
{{Crafting/core|ing=2
{{Crafting carpentry|203|ing=2}}
| product_image = [[File:Barbed fence.png]] | product_name = [[Barbed_fence|Barbed Fence]] |q6=x1 | product_quantity =
| xp = <!-- Not present in the old template. Please fill in manually. -->
| sl = [[Carpentry]] 5
| req =
| f1 = [[File:Hammer.png|link=Hammer|Hammer]] | i1 = [[Hammer]] | q1 = x1 | tag1 = (Keep)
| f2 = [[File:BarbedWire.png]] | i2 = [[Barbed_wire|Barbed Wire]] | q2 = (1 unit) | tag2 = (Consumed)
}}
|}
|}


Line 36: Line 26:
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=41|incver=65}}
{{Retrieved|version=41|incver=65}}
<nowiki> item BarbedWire
<pre>
item BarbedWire
{
{
        DisplayCategory  = Material,
        DisplayCategory  = Material,
Line 46: Line 37:
WorldStaticModel  = BarbedWire,
WorldStaticModel  = BarbedWire,
}
}
</nowiki>
</pre>


== See also ==
==See also==
*[[Carpentry Guide]]
*[[Carpentry]]
* [[Barbed Fence]]
*[[Barbed Fence]]


[[Category:Construction]]
[[Category:Construction]]
[[Category:Spiffo's Construction Crew (Project)]]
[[Category:Spiffo's Construction Crew (Project)]]

Revision as of 23:00, 22 May 2023

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.
Barbed Wire
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.

Crafting

Barbed Wire can be used in the following recipes:

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2
BarbedFence Carpentry.png
Barbed Fence
1.25 Carpentry Carpentry 5 Hammer.png
Hammer (tag)
(keep)
BarbedWire.png
Barbed Wire x1
(consumed)

Distribution

Barbed Wire is most generally found in warehouses, sheds, garages, and storage closets in homes.

Code

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

	item BarbedWire
	{
	        DisplayCategory   = Material,
		Weight	          = 1,
		Type	          = Normal,
		DisplayName	  = Barbed Wire,
		Icon	          = BarbedWire,
		MetalValue        = 20,
		WorldStaticModel  = BarbedWire,
	}

See also