Wire

From PZwiki
Revision as of 07:02, 4 August 2018 by Vaileasys (talk | contribs)
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 to craft the cage trap and fishing net trap.

Crafting

Template:Crafting table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
Template:Crafting table footer

Distribution

Found in toolsheds, garages, and warehouses.

Code

From newitems.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 39.67.5

	item Wire
		Weight			= 0.2,
		Type			= Drainable,
		DisplayName		= Wire,
		Icon			= Wire,
		UseWhileEquipped	= FALSE,
		UseDelta		= 0.2,
		MetalValue		= 20,
		cantBeConsolided	= TRUE,

See also