Radio Transmitter

From PZwiki
Revision as of 05:41, 4 August 2018 by Vaileasys (talk | contribs)
Radio Transmitter
Radio Transmitter
General
Category Item
Encumbrance
Heavy Load
0.1
Function Crafting
Technical details
Base ID Radio.RadioTransmitter

A radio transmitter is an item used in crafting electrical items.

Usage

A radio transmitter is a component in crafting electrical items that need to transmit a radio signal.

Crafting

Obtaining

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

What it can craft

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

Distribution

Radio transmitters do not appear in the world naturally and can only be obtained through dismantling electronics.

Code

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

	item RadioTransmitter
		Weight		= 0.1,
		Type		= Normal,
		DisplayName	= Radio Transmitter,
		Icon		= Receiver,
		ColorRed	= 220,
		ColorGreen	= 20,
		ColorBlue	= 60,

See also