Radio Transmitter: Difference between revisions

From PZwiki
mNo edit summary
(→‎Distribution: Manual update)
 
(28 intermediate revisions by 8 users not shown)
Line 1: Line 1:
{{languages|Radio Transmitter}}
{{Header|Project Zomboid|Items|Materials|Electrical materials}}
{{header|The Game World|Items|Electricity and Engineering|type=Electric|version=Version 40|incver=5}}{{Infobox normal
{{Page version|41.78.16}}
|display_name = Radio Transmitter
{{Infobox item
|name_colour = Electric
|name=Radio Transmitter
|name_text_colour = Electric
|model=RadioTransmitter_Model.png
|image = RadioTransmitter.png
|icon=RadioTransmitter.png
|weight = 0.1
|icon_name=Radio Transmitter
|primary_use = [[Crafting]]
|weight=0.1
|class_name = Radio.RadioTransmitter
|primary_use=[[Crafting]]
}}A '''radio transmitter''' is an [[item]] used in [[crafting]] [[electrical]] items.
|item_id=Radio.RadioTransmitter
 
}}
__TOC__
A '''radio transmitter''' is an [[Items|item]] used in [[crafting]] [[electrical]] items.


==Usage==
==Usage==
Line 17: Line 17:
==Crafting==
==Crafting==
===Obtaining===
===Obtaining===
{{Crafting table header}}
{{Crafting/sandbox2
{{RecipeLookup|7032}}
|scrap_electronics4
{{RecipeLookup|7033}}
|scrap_electronics5
{{Crafting table footer}}
}}


===What it can craft===
===What it can craft===
{{Crafting table header}}
{{Crafting/sandbox2
{{RecipeLookup|7035}}
|makeshift_walkie_talkie
{{RecipeLookup|7036}}
|makeshift_ham_radio
{{Crafting table footer}}
}}


==Distribution==
==Distribution==
Radio transmitters do not appear in the [[world]] naturally and can only be obtained through dismantling electronics.  
The loot distributions can be found in the table(s) below.
<!--BOT FLAG|RadioTransmitter|41.78.16-->
{{clear}}
<div class="togglebox theme-red">
    <div>RadioTransmitter distribution
        <span class="mw-customtoggle-togglebox-RadioTransmitter" title="{{int:show}} / {{int:hide}}" style="float:right; padding-right:30px; padding-top:4px; font-size:0.7em; font-weight:normal;">{{int:show}} / {{int:hide}}</span></div>
    <div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-togglebox-RadioTransmitter">
    <div class="toggle-content"><div style="display: flex;"><div style="float:left;">
    {| class="wikitable theme-red" style="margin-right:15px; width:95%;"
    |+ {{ll|Containers}}
    ! Building / Room
    ! Container
    ! Rolls
    ! Chance
    |-
    | closet
    | {{ll|crate}}
    | 4
    | 8.0
    |-
    | radiofactory
    | {{ll|crate}}
    | 4
    | 8.0
    |}
</div>
    </div><div style="clear:both;"></div>
    </div></div><div class="toggle large mw-customtoggle-togglebox-RadioTransmitter" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|RadioTransmitter|41.78.16-->


==Code==
==Code==
'''''From items_radio.txt (Project Zomboid directory/media/scripts/)'''''
{{CodeBox
{{Retrieved|version=40|incver=5}}
| {{CodeSnip
<pre> item RadioTransmitter
  | lang = java
Weight = 0.1,
  | line = true
Type = Normal,
  | start = 472
DisplayName = Radio Transmitter,
  | source = items_radio.txt
Icon = Receiver,
  | retrieved = true
ColorRed = 220,
  | version = 41.78.16
ColorGreen = 20,
  | code =
ColorBlue = 60,</pre>
item RadioTransmitter
    {
        DisplayCategory = Electronics,
        Weight = 0.1,
        Type = Normal,
        DisplayName = Radio Transmitter,
        Icon = Receiver,
        ColorRed = 220,
        ColorGreen = 20,
        ColorBlue = 60,
        WorldStaticModel = RadioTransmitter_Ground,
    }
}}
}}


==See also==
==See also==
*[[Electrical|Electrical Guide]]
*[[Electrical]]
*[[Walkie Talkie]]
*[[Ham Radio]]
 
{{Navbox items|electrical_materials}}
 


[[Category:Electricals and Transmission (Project)]]
[[Category:Electricals and Transmission (Project)]]

Latest revision as of 03:24, 25 April 2024

UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Radio Transmitter
RadioTransmitter Model.png
General
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Function
Technical
Item 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

Product Ingredients Tools Requirements Workstation XP
ElectronicsParts.png
Scrap Electronics
One of:
Television.png Antique Television ×1
Television.png ValuTech Television ×1
Television.png Premium Technologies Television ×1
Screwdriver.png
Screwdriver
none none 0.5 Electrical
ElectronicsParts.png
Scrap Electronics
One of:
HamRadioCivilian.png Premium Technologies Ham Radio ×1
HamRadioMilitary.png US Army Ham Radio ×1
Screwdriver.png
Screwdriver
none none 0.5 Electrical

What it can craft

Product Ingredients Tools Requirements Workstation XP
WalkieTalkieBudget.png
Makeshift Walkie Talkie
ElectronicsScrap.png Scrap Electronics ×3
Amplifier.png Amplifier ×1
LightBulb.png Light Bulb ×1
LightBulbGreen.png Green Light Bulb ×1
RadioReceiver.png Radio Transmitter ×1
ElectricWire.png Electric Wire ×2
Aluminum.png Aluminum ×3
Screwdriver.png
Screwdriver

MagazineElectronics04.png
Guerilla Radio vol.2
none none
HamRadioCivilian.png
Makeshift Radio
ElectronicsScrap.png Scrap Electronics ×4
Amplifier.png Amplifier ×1
LightBulb.png Light Bulb ×1
LightBulbGreen.png Green Light Bulb ×1
RadioReceiver.png Radio Transmitter ×1
ElectricWire.png Electric Wire ×3
Aluminum.png Aluminum ×4
Screwdriver.png
Screwdriver

MagazineMechanics.png
Guerilla Radio vol.3
none none

Distribution

The loot distributions can be found in the table(s) below.

RadioTransmitter distribution Show / Hide
Containers
Building / Room Container Rolls Chance
closet crate 4 8.0
radiofactory crate 4 8.0

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\items_radio.txt

Retrieved: Build 41.78.16
item RadioTransmitter
    {
        DisplayCategory = Electronics,
        Weight	=	0.1,
        Type	=	Normal,
        DisplayName	=	Radio Transmitter,
        Icon	=	Receiver,
        ColorRed = 220,
        ColorGreen = 20,
        ColorBlue = 60,
        WorldStaticModel = RadioTransmitter_Ground,
    }

See also