TV Remote: Difference between revisions

From PZwiki
(Created page with "{{languages|TV Remote}} {{header|The Game World|Items|Electricity and Engineering|type=Electric|version=Version 40|incver=5}}{{Infobox normal |display_name = TV Remote |name_c...")
 
(added code section)
Line 28: Line 28:
==Distribution==
==Distribution==
Can be found in household [[Containers#Bedroom Storage|side tables]], electronics store [[Containers#Counters|counters]] and [[Containers#Shelves|shelves]].
Can be found in household [[Containers#Bedroom Storage|side tables]], electronics store [[Containers#Counters|counters]] and [[Containers#Shelves|shelves]].
==Code==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=40|incver=5}}
<pre> item Remote
Weight = 0.2,
Type = Normal,
DisplayName = TV Remote,
Icon = Remote,
MetalValue = 8,</pre>


==See also==
==See also==
*[[Electrical|Electrical Guide]]
*[[Electrical|Electrical Guide]]

Revision as of 13:18, 3 August 2018

TV Remote
TV Remote
General
Category Item
Encumbrance
Heavy Load
0.2
Function Crafting
Technical details
Base 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 an electronics scrap, or craft remote controllers.

Note that the TV remote cannot interact with a TV.

Crafting

Template:Crafting table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
Template:Crafting table footer

Distribution

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

Code

From newitems.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 40.5

	item Remote
		Weight		= 0.2,
		Type		= Normal,
		DisplayName	= TV Remote,
		Icon		= Remote,
		MetalValue 	= 8,

See also