Barbed Wire

From PZwiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Project ZomboidItemsMaterialsMetalBarbed Wire
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Barbed Wire
BarbedWire Model.png
General
Category
Material
Encumbrance
Moodle Icon HeavyLoad.png
1
Function
Technical
Item ID
Base.BarbedWire

Barbed wire is a crafting component used in carpentry.

Usage

Barbed wire is used in the construction of barbed fences.

Crafting

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

The loot distributions can be found in the table(s) below.

Containers
Building/Room Container Rolls Chance
toolstore counter 4 2
wirefactory crate 4 1
crate 4 1
crate 4 2
crate 4 2
crate 4 5

Barbed wire is most commonly found in warehouses, and tool stores.

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\items.txt

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

See also