Barbed Wire: Difference between revisions

From PZwiki
(PZ Updater automated execution(task: deploy ReLookup, eid: 7d68e86d8e482b5263b088dc0ba3ce68))
m (→‎Crafting: file fix (A-L), replaced: File:Barbed wire.png → File:BarbedWire.png)
Line 24: Line 24:
  | req =  
  | req =  
  | f1 = [[File:Hammer.png|link=Hammer|Hammer]] | i1 = [[Hammer]] | q1 = x1
  | f1 = [[File:Hammer.png|link=Hammer|Hammer]] | i1 = [[Hammer]] | q1 = x1
  | f2 = [[File:Barbed wire.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)
}}
}}
|}
|}

Revision as of 15:35, 5 April 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
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