Radio Transmitter

From PZwiki
Revision as of 17:32, 3 August 2018 by Vaileasys (talk | contribs) (Created page with "{{languages|Radio Transmitter}} {{header|The Game World|Items|Electricity and Engineering|type=Electric|version=Version 40|incver=5}}{{Infobox normal |display_name = Radio Tra...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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