Wire: Difference between revisions

From PZwiki
(Automated infobox update)
m (Removing trailing whitespace(s))
Line 5: Line 5:
|name_colour = Construction
|name_colour = Construction
|name_text_colour = Construction
|name_text_colour = Construction
|model = Wire_Model.png  
|model = Wire_Model.png
|icon=Wire.png
|icon=Wire.png
|icon_name=Wire
|icon_name=Wire

Revision as of 11:51, 28 February 2024

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.

Usage

It is used in crafting recipes and metalworking.

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)

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.

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