Wire: Difference between revisions

From PZwiki
m (Added navbox to the end of the page)
m (Automated Formatting)
Line 14: Line 14:
|item_id=Base.Wire
|item_id=Base.Wire
}}
}}
'''Wire''' is an [[Items|item]] used in [[crafting]].
'''Wire''' is an [[Items|item]] used in [[crafting]].


Line 52: Line 51:
! style="width: 3.2em;" | Chance
! style="width: 3.2em;" | Chance
|-
|-
|armyhanger  
|armyhanger
|[[counter]]  
|[[counter]]
|4  
|4
|1
|1
|-
|-
|bedroom  
|bedroom
|[[crate]]  
|[[crate]]
|1  
|1
|0.6
|0.6
|-
|-
|empty  
|empty
|[[crate]]  
|[[crate]]
|4  
|4
|6
|6
|-
|-
|rowspan="2"|factory  
|rowspan="2"|factory
|[[crate]]  
|[[crate]]
|4  
|4
|1
|1
|-
|-
|[[crate]]  
|[[crate]]
|4  
|4
|2
|2
|-
|-
|rowspan="2"|garagestorage  
|rowspan="2"|garagestorage
|[[counter]]  
|[[counter]]
|4  
|4
|1
|1
|-
|-
|[[counter]]  
|[[counter]]
|4  
|4
|2
|2
|-
|-
|kitchen  
|kitchen
|[[counter]]  
|[[counter]]
|4  
|4
|6
|6
|-
|-
|toolstore  
|toolstore
|[[counter]]  
|[[counter]]
|4  
|4
|1
|1
|-
|-
|rowspan="2"|toolstorestorage  
|rowspan="2"|toolstorestorage
|[[metal_shelves]]  
|[[metal_shelves]]
|4  
|4
|8
|8
|-
|-
|[[metal_shelves]]  
|[[metal_shelves]]
|4  
|4
|8
|8
|-
|-
|rowspan="5"|wirefactory  
|rowspan="5"|wirefactory
|[[crate]]  
|[[crate]]
|4  
|4
|1
|1
|-
|-
|[[crate]]  
|[[crate]]
|4  
|4
|1
|1
|-
|-
|[[crate]]  
|[[crate]]
|4  
|4
|2
|2
|-
|-
|[[crate]]  
|[[crate]]
|4  
|4
|2
|2
|-
|-
|[[crate]]  
|[[crate]]
|4  
|4
|5
|5
|}
|}
Line 149: Line 148:
         ConsolidateOption = ContextMenu_Merge,
         ConsolidateOption = ContextMenu_Merge,
         WorldStaticModel = Wire,
         WorldStaticModel = Wire,
     }  
     }
}}
}}
}}
}}

Revision as of 13:25, 14 April 2024

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