TV Remote: Difference between revisions

From PZwiki
(→‎Code: Codebox Update)
m (→‎top: category project: "The Game World")
Line 1: Line 1:
{{Languages}}{{Header|The Game World|Items|Electricity and Engineering|type=Electric|version=Version 40|incver=43}}{{Infobox item
{{Languages}}{{Header|Project Zomboid|Items|Electricity and Engineering|type=Electric|version=Version 40|incver=43}}{{Infobox item
|display_name=TV Remote
|display_name=TV Remote
|name_colour=Electric
|name_colour=Electric

Revision as of 11:16, 9 January 2024

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, producing a receiver, or craft remote controllers.

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

Can be found in household side tables, electronics store counters and shelves.

Code

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

Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 40.43
item Remote
{
    Weight        = 0.2,
    Type          = Normal,
    DisplayName   = TV Remote,
    Icon          = Remote,
    MetalValue    = 8,
}

See also