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.
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Wire
Wire Model.png
General
Encumbrance
Moodle Icon HeavyLoad.png
1
Function
Crafting traps
Properties
Contents
Wire
Capacity
5 units
Technical
Item ID
Base.Wire

Wire is an item used in crafting.

Crafting

Fishing

Main article: Fishing
Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2
Wire.png
Wire
0 XP none Angler USA Magazine Vol. 2 FishTrapBroken.png
Fishing Net Trap
(consumed)

FishTrap.png
Fishing Net Trap
0 XP none Angler USA Magazine Vol. 2 Twine.png
Twine
(10 units)

(consumed)
Wire.png
Wire
(5 units)

(consumed)

Metalworking

Main article: Metalworking
Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3 Ingredient 4 Ingredient 5 Ingredient 6
WiredFence Metalwork.png
Wired Fence
3.75 Metalworking Metalworking 4 The Metalwork Magazine Vol.3 BlowTorch.png
Propane Torch
(1 units)

(keep)
WeldingMask.png
Welder Mask
(keep)
MetalTube.png
Metal Pipe x2
(consumed)
ScrapMetal.png
Scrap Metal x1
(consumed)
Wire.png
Wire
(1 unit)

(consumed)

BigWiredFence Metalwork.png
Big Wired Fence
5 Metalworking Metalworking 5 The Metalwork Magazine Vol.3 BlowTorch.png
Propane Torch
(1 units)

(keep)
WeldingMask.png
Welder Mask
(keep)
MetalTube.png
Metal Pipe x3
(consumed)
ScrapMetal.png
Scrap Metal x4
(consumed)
Wire.png
Wire
(3 units)

(consumed)

BigDoubleWiredGate Metalwork.png
Big Double Wired Gate
6.25 Metalworking Metalworking 7 The Metalwork Magazine Vol.3 BlowTorch.png
Propane Torch
(2 units)

(keep)
WeldingMask.png
Welder Mask
(keep)
WeldingRods.png
Welding Rods
(1 units)

(consumed)
MetalTube.png
Metal Pipe x8
(consumed)
ScrapMetal.png
Scrap Metal x2
(consumed)
Wire.png
Wire
(4 units)

(consumed)

Trapping

Main article: Trapping
Product XP gained Skill(s) Recipe Ingredient 1
TrapCage.png
Cage Trap
0 XP Trapping 3 The Hunter Magazine Vol. 3 Wire.png
Wire x5
(consumed)

Distribution

Found in crates and metal shelves in toolsheds, hardware stores, garages, kitchens, and warehouses. There is also a wire factory called Aitor Wire Company located in the Louisville industrial estate.

The loot distributions can be found in the table below.

Containers
Building/Room Container Rolls Chance
armyhanger counter 4 1
bedroom crate 1 0.6
empty crate 4 6
factory crate 4 1
crate 4 2
garagestorage counter 4 1
counter 4 2
kitchen counter 4 6
toolstore counter 4 1
toolstorestorage metal_shelves 4 8
metal_shelves 4 8
wirefactory crate 4 1
crate 4 1
crate 4 2
crate 4 2
crate 4 5

Code

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

Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 41.78.16
item Wire
    {
        DisplayCategory = Material,
        Weight	            =	        0.2,
        Type	            =	        Drainable,
        DisplayName	        =	        Wire,
        Icon	            =	        Wire,
        UseWhileEquipped	=           FALSE,
        UseDelta	        =	        0.2,
        MetalValue = 20,
        SurvivalGear = TRUE,
        ConsolidateOption = ContextMenu_Merge,
        WorldStaticModel = Wire,
    }

See also