TV Remote

From PZwiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
TV Remote
Remote model.png
General
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Function
Technical
Item ID
Base.Remote
PlushSpiffo.pngThis article is about the remote used in crafting. For the remote used to trigger traps, see Remote Controller.

A TV remote is an electrical item used in crafting.

Usage

The TV remote can be dismantled to produce a receiver, or crafted into a remote controller.

Note that the TV remote cannot interact with a TV.

Crafting

Product Ingredients Tools Requirements Workstation XP
Receiver.png
Receiver
Remote.png TV Remote ×1 Screwdriver.png
Screwdriver
none none 0.5 Electrical
RemoteCrafted.png
Remote Controller V1
Remote.png TV Remote ×1
ElectronicsScrap.png Scrap Electronics ×2
Glue.png Glue ×2 unit(s)
Screwdriver.png
Screwdriver
Electrical 2
(and)
MagazineElectronics01.png
Electronics Magazine Vol.1
none none
RemoteCrafted.png
Remote Controller V2
Remote.png TV Remote ×1
ElectronicsScrap.png Scrap Electronics ×3
Glue.png Glue ×2 unit(s)
Screwdriver.png
Screwdriver
Electrical 4
(and)
MagazineElectronics01.png
Electronics Magazine Vol.1
none none
RemoteCrafted.png
Remote Controller V3
Remote.png TV Remote ×1
ElectronicsScrap.png Scrap Electronics ×4
Glue.png Glue ×2 unit(s)
Screwdriver.png
Screwdriver
Electrical 6
(and)
MagazineElectronics01.png
Electronics Magazine Vol.1
none none

Distribution

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

Containers
Building/Room Container Rolls Chance
bedroom crate 4 4
crate 1 0.4
departmentstorage metal_shelves 4 1
electronicsstorage shelves 4 1
livingroom sidetable 4 2

Code

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

Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 41.78.16
item Remote
    {
        DisplayCategory = Electronics,
        Weight	=	0.2,
        Type	=	Normal,
        DisplayName	=	TV Remote,
        Icon	=	Remote,
        MetalValue = 8,
        WorldStaticModel = Remote,
    }

See also