Electric Wire

From PZwiki
Revision as of 16:56, 3 August 2018 by Vaileasys (talk | contribs) (Created page with "{{languages|Electric Wire}} {{header|The Game World|Items|Electricity and Engineering|type=Electric|version=Version 40|incver=5}}{{Infobox normal |display_name = Electric Wire...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Electric Wire
Electric Wire
General
Category Item
Encumbrance
Heavy Load
0.1
Function Crafting
Technical details
Base ID Radio.ElectricWire

Electric wire is an item used in crafting electrical items.

Usage

Electric wire is used in crafting various electrical items.

Crafting

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

Distribution

Can be found in sheds, garages, tool stores, mechanic, theatre, houseware store, electronics store, counters of an electrician's house, or the trunk of an electrician's vehicle.

Code

From items_radio.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 40.5

	item ElectricWire
		Weight		= 0.1,
		Type		= Normal,
		DisplayName	= Electric Wire,
		Icon		= Wire,
		ColorRed	= 244,
		ColorGreen	= 164,
		ColorBlue	= 96,

See also