Barbed Wire

From PZwiki
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

A 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 Ingredients Tools Requirements Workstation XP
BarbedFence Carpentry.png
Barbed Fence
BarbedWire.png Barbed Wire ×1
Hammer.png
Hammer (tag)
Carpentry 5 none 1.25 Carpentry

Distribution

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

BarbedWire distribution Show / Hide
Effective chance calculations are based off of default loot settings, and median zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the lucky and unlucky traits.
Containers
Building/Room Container Effective chance
all crate 0.53%
toolstore counter 6.29%
toolstore shelves 6.29%
wirefactory crate 23.28%
wirefactory crate 41.14%
wirefactory crate 76.55%
wirefactory metal_shelves 23.28%
wirefactory metal_shelves 41.14%
wirefactory metal_shelves 76.55%
Vehicles
Type Container Effective chance
Construction Worker Trunk 23.28%

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