Wire

From PZwiki
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 Ingredients Tools Requirements Workstation XP
Wire.png
Wire
FishTrapBroken.png Broken Fishing Net Trap ×1 none
MagazineFish2.png
Angler USA Magazine Vol.2
none none
FishTrap.png
Fishing Net Trap
Twine.png Twine ×10 unit(s)
Wire.png Wire ×5 unit(s)
none
MagazineFish2.png
Angler USA Magazine Vol.2
none none

Metalworking

Main article: Metalworking
Product Ingredients Tools Requirements Workstation XP
WiredFence Metalwork.png
Wired Fence
MetalTube.png Metal Pipe ×2
ScrapMetal.png Scrap Metal ×1
Wire.png Wire ×1 unit(s)
BlowTorch.png
Propane Torch
1 unit(s)
  
(and)
WeldingMask.png
Welder Mask
Metalworking 4
(and)
MagazineWelding3.png
The Metalwork Magazine Vol.3
none 3.75 Metalworking
BigWiredFence Metalwork.png
Big Wired Fence
MetalTube.png Metal Pipe ×3
ScrapMetal.png Scrap Metal ×4
Wire.png Wire ×3 unit(s)
BlowTorch.png
Propane Torch
2 unit(s)
  
(and)
WeldingMask.png
Welder Mask
Metalworking 5
(and)
MagazineWelding3.png
The Metalwork Magazine Vol.3
none 5 Metalworking
BigDoubleWiredGate Metalwork.png
Big Double Wired Gate
MetalTube.png Metal Pipe ×8
ScrapMetal.png Scrap Metal ×2
Wire.png Wire ×4 unit(s)
BlowTorch.png
Propane Torch
2 unit(s)
  
(and)
WeldingMask.png
Welder Mask
(and)
WeldingRods.png
Welding Rods
1 unit(s)
  
Metalworking 7
(and)
MagazineWelding3.png
The Metalwork Magazine Vol.3
none 6.25 Metalworking

Trapping

Main article: Trapping
Product Ingredients Tools Requirements Workstation XP
TrapCage.png
Cage Trap
Wire.png Wire ×5 unit(s) none Trapping 3
(and)
MagazineHunting3.png
The Hunter Magazine Vol.3
none none

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