TV Remote: Difference between revisions

From PZwiki
m (→‎top: Category Project: Electronics)
m (Remove lines))
(19 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Languages}}
{{Header|Project Zomboid|Items|Electronics}}
{{header/sandbox2|Project Zomboid|Items|Electronics}}
{{Page version|41.78.16}}
{{page version|41.78.16}}
{{Infobox item
{{Infobox item
|display_name=TV Remote
|name=TV Remote
|name_colour=Electric
|model=Remote_model.png
|name_text_colour=Electric
|icon=Remote.png
|model=Remote_model.png  
|icon=Remote.png  
|icon_name=TV Remote
|icon_name=TV Remote
|weight=0.2
|weight=0.2
|primary_use=[[Crafting]]
|primary_use=[[Crafting]]
|class_name=Base.Remote
|item_id=Base.Remote
}}
}}
{{About|the remote used in crafting|the remote used to trigger traps|Remote Controller}}
{{About|the remote used in crafting|the remote used to trigger traps|Remote Controller}}
A '''TV remote''' is an [[electrical]] [[item]] used in [[crafting]].
A '''TV remote''' is an [[electrical]] [[Items|item]] used in [[crafting]].


==Usage==
==Usage==
Line 22: Line 19:


==Crafting==
==Crafting==
{{Crafting header|ing=4}}
{{Crafting/sandbox2
{{Crafting electrical|005|ing=4}}
|receiver
{{Crafting electrical|103|ing=4}}
|remote_controller_v1
{{Crafting electrical|104|ing=4}}
|remote_controller_v2
{{Crafting electrical|105|ing=4}}
|remote_controller_v3
|}
}}


==Distribution==
==Distribution==
Can be found in household [[Containers#Bedroom Storage|side tables]], electronics store [[Containers#Counters|counters]] and [[Containers#Shelves|shelves]].
The loot distributions can be found in the table(s) below.
 
{| class="mw-collapsible mw-collapsed wikitable theme-red" data-expandtext="{{int:show}}" data-collapsetext="{{int:hide}}" style="text-align:center; min-width:24em;"
! colspan="4" | Containers
|-
! Building/Room
! Container
! style="width: 3.2em;" | Rolls
! style="width: 3.2em;" | Chance
|-
|rowspan="2"|bedroom
|[[crate]]
|4
|4
|-
|[[crate]]
|1
|0.4
|-
|departmentstorage
|[[metal_shelves]]
|4
|1
|-
|electronicsstorage
|[[shelves]]
|4
|1
|-
|livingroom
|[[sidetable]]
|4
|2
|}


==Code==
==Code==
Line 37: Line 67:
   | lang = java
   | lang = java
   | line = true
   | line = true
   | start = 0
   | start = 1017
   | source = newitems.txt
   | source = newitems.txt
   | retrieved = true
   | retrieved = true
   | version = 40
   | version = 41.78.16
  | incver = 43
   | code =
   | code =
item Remote
item Remote
{
    {
    Weight       = 0.2,
        DisplayCategory = Electronics,
    Type         = Normal,
        Weight = 0.2,
    DisplayName   = TV Remote,
        Type = Normal,
    Icon         = Remote,
        DisplayName = TV Remote,
    MetalValue   = 8,
        Icon = Remote,
}
        MetalValue = 8,
  }}
        WorldStaticModel = Remote,
    }
}}
}}
}}


Line 57: Line 88:
*[[Electrical]]
*[[Electrical]]


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


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

Revision as of 07:25, 15 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]
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