Barbed Wire: Difference between revisions

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

Revision as of 23:57, 15 February 2024

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

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