Barbed Wire: Difference between revisions

From PZwiki
m (→‎Crafting: file fix (A-L), replaced: File:Barbed wire.png → File:BarbedWire.png)
Line 23: Line 23:
  | sl = [[Carpentry]] 5
  | sl = [[Carpentry]] 5
  | req =  
  | req =  
  | f1 = [[File:Hammer.png|link=Hammer|Hammer]] | i1 = [[Hammer]] | q1 = x1
  | 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)
  | f2 = [[File:BarbedWire.png]] | i2 = [[Barbed_wire|Barbed Wire]] | q2 = (1 unit) | tag2 = (Consumed)
}}
}}
|}
|}


==Distribution==
==Distribution==

Revision as of 16:20, 2 September 2022

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
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:

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2
Barbed fence.png
Barbed Fence
Carpentry 5 Hammer
Hammer x1
(Keep)
BarbedWire.png
Barbed Wire (1 unit)
(Consumed)

Distribution

Generally really hard to find.

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