Electric Wire: Difference between revisions

From PZwiki
m (Added navbox)
m (updated item code for 41.65)
Line 27: Line 27:
==Code==
==Code==
'''''From items_radio.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items_radio.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=40|incver=5}}
{{Retrieved|version=41|incver=65}}
<pre> item ElectricWire
<pre> item ElectricWire
Weight = 0.1,
    {
Type = Normal,
        DisplayCategory    = Electronics,
DisplayName = Electric Wire,
        Weight             = 0.1,
Icon = Wire,
        Type             = Normal,
ColorRed = 244,
        DisplayName     = Electric Wire,
ColorGreen = 164,
        Icon             = Wire,
ColorBlue = 96,</pre>
        ColorRed           = 244,
        ColorGreen         = 164,
        ColorBlue           = 96,
        WorldStaticModel    = ElectricWire,
    }</pre>


==See also==
==See also==

Revision as of 00:30, 11 January 2022

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 41.65

	item ElectricWire
    {
        DisplayCategory     = Electronics,
        Weight	            = 0.1,
        Type	            = Normal,
        DisplayName	    = Electric Wire,
        Icon	            = Wire,
        ColorRed            = 244,
        ColorGreen          = 164,
        ColorBlue           = 96,
        WorldStaticModel    = ElectricWire,
    }

See also

Template:Navbox/Electricity and Engineering