Wire: Difference between revisions

From PZwiki
(→‎Code: Codebox Update)
(Various content updates to bring to B41)
Line 1: Line 1:
{{languages|Wire}}
{{languages|Wire}}
{{Header|Project Zomboid|Items|type=Construction|version=Version 41|incver=65}}{{Infobox drainable
{{Header|Project Zomboid|Items|type=Construction|version=Version 41|incver=78.16}}{{Infobox drainable
|display_name = Wire
|display_name = Wire
|name_colour = Construction
|name_colour = Construction
Line 15: Line 15:


==Usage==
==Usage==
It is used to craft the [[Cage Trap|cage trap]] and [[Fishing Net Trap|fishing net trap]].
It is used in crafting recipes and metalworking.
 
== Crafting ==  
== Crafting ==  
===Fishing===
===Fishing===
Line 38: Line 39:


==Distribution==
==Distribution==
Found in toolsheds, garages, and warehouses.
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 ==

Revision as of 07:17, 2 February 2024

Wire
Wire
Wire
General
Category Item
Encumbrance
Heavy Load
1
Function Crafting traps
Capacity 5 units
Contents Wire
Technical details
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