Barbed Wire

From PZwiki
Revision as of 10:57, 9 January 2024 by VaileasysBot (talk | contribs) (→‎top: category project: "The Game World")
Project ZomboidItemsBarbed Wire
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