Radio Transmitter: Difference between revisions

From PZwiki
m (Automated header update.)
(→‎Distribution: Manual update)
(10 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Header|Project Zomboid|Items|Materials}}
{{Header|Project Zomboid|Items|Materials|Electrical materials}}
{{Page version|41.78.16}}
{{Page version|41.78.16}}
{{Infobox item
{{Infobox item
|display_name=Radio Transmitter
|name=Radio Transmitter
|name_colour=Electric
|model=RadioTransmitter_Model.png
|name_text_colour=Electric
|model=RadioTransmitter Model.png
|icon=RadioTransmitter.png
|icon=RadioTransmitter.png
|icon_name=Radio Transmitter
|icon_name=Radio Transmitter
|weight=0.1
|weight=0.1
|primary_use=[[Crafting]]
|primary_use=[[Crafting]]
|class_name=Radio.RadioTransmitter
|item_id=Radio.RadioTransmitter
}}
}}
A '''radio transmitter''' is an [[Items|item]] used in [[crafting]] [[electrical]] items.
A '''radio transmitter''' is an [[Items|item]] used in [[crafting]] [[electrical]] items.
Line 19: Line 17:
==Crafting==
==Crafting==
===Obtaining===
===Obtaining===
{{Crafting header|ing=2}}
{{Crafting/sandbox2
{{Crafting electrical|007|ing=2}}
|scrap_electronics4
{{Crafting electrical|008|ing=2}}
|scrap_electronics5
|}
}}


===What it can craft===
===What it can craft===
{{Crafting header|ing=9}}
{{Crafting/sandbox2
{{Crafting electrical|202|ing=9}}
|makeshift_walkie_talkie
{{Crafting electrical|203|ing=9}}
|makeshift_ham_radio
|}
}}


==Distribution==
==Distribution==
Radio transmitters do not appear in the [[Knox Country|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==
Line 38: Line 64:
   | lang = java
   | lang = java
   | line = true
   | line = true
   | start = 0
   | start = 472
   | source = items_radio.txt
   | source = items_radio.txt
   | retrieved = true
   | retrieved = true
Line 44: Line 70:
   | code =
   | code =
item RadioTransmitter
item RadioTransmitter
{
    {
    DisplayCategory = Electronics,
        DisplayCategory = Electronics,
    Weight = 0.1,
        Weight = 0.1,
    Type = Normal,
        Type = Normal,
    DisplayName = Radio Transmitter,
        DisplayName = Radio Transmitter,
    Icon = Receiver,
        Icon = Receiver,
    ColorRed = 220,
        ColorRed = 220,
    ColorGreen = 20,
        ColorGreen = 20,
    ColorBlue = 60,
        ColorBlue = 60,
    WorldStaticModel = RadioTransmitter_Ground,
        WorldStaticModel = RadioTransmitter_Ground,
}
    }
    }}
}}
}}
}}


Line 63: Line 89:
*[[Ham Radio]]
*[[Ham Radio]]


{{Navbox equipment}}
{{Navbox items|electrical_materials}}
 


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

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