TV Remote

From PZwiki
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 XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3 Ingredient 4
Receiver.png
Receiver
0.5 Electrical none Screwdriver.png
Screwdriver
(keep)
Remote.png
TV Remote
(consumed)


Remote Controller V1
Remote Controller V1
0 XP Electrical 2 Electronics Magazine Vol.1 Screwdriver.png
Screwdriver
(keep)
Remote.png
TV Remote
(consumed)
ElectronicsScrap.png
Scrap Electronics x2
(consumed)
Glue.png
Glue
(2 units)

(consumed)
Remote Controller V2
Remote Controller V2
0 XP Electrical 4 Electronics Magazine Vol.1 Screwdriver.png
Screwdriver
(keep)
Remote.png
TV Remote
(consumed)
ElectronicsScrap.png
Scrap Electronics x3
(consumed)
Glue.png
Glue
(2 units)

(consumed)
Remote Controller V3
Remote Controller V3
0 XP Electrical 6 Electronics Magazine Vol.1 Screwdriver.png
Screwdriver
(keep)
Remote.png
TV Remote
(consumed)
ElectronicsScrap.png
Scrap Electronics x4
(consumed)
Glue.png
Glue
(2 units)

(consumed)

Distribution

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

Containers
Building/Room Container Rolls Chance
bedroom 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