Wire

From PZwiki
Revision as of 00:24, 26 January 2022 by Nekron35 (talk | contribs) (version checked)
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

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)

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