Barbed Wire: Difference between revisions

From PZwiki
m (Automated template formatting)
m ({{improve}})
Line 1: Line 1:
{{Languages}}
{{Languages}}
{{Header|Project Zomboid|Items|type=Construction|version=Version 41|incver=39}}
{{Header|Project Zomboid|Items|type=Construction|version=Version 41|incver=39}}
{{improve}}
{{Infobox normal
{{Infobox normal
|display_name = Barbed Wire
|display_name = Barbed Wire

Revision as of 06:51, 17 February 2024

Project ZomboidItemsBarbed 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
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

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

Source: ProjectZomboid\media\scripts\items.txt

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

See also