Remote Controller: Difference between revisions

From PZwiki
mNo edit summary
(combined infobox)
Line 1: Line 1:
{{languages|Remote Controller}}
{{languages|Remote Controller}}
{{header|The Game World|Items|Electricity and Engineering|type=Electric|version=Version 40|incver=5}}{{Infobox normal
{{header|The Game World|Items|Electricity and Engineering|type=Electrical|version=Version 40|incver=11}}{{Infobox item custom
|display_name=V1 Remote Controller
|name=Remote Controller
|name_colour=Electrical
|name_colour=Electrical
|name_text_colour=Electrical
|name_text_colour=Electrical
|image=RemoteCrafted.png
|image=RemoteCrafted_120px.png
|category=Item
|weight=0.4
|weight=0.4
|primary_use=Trigger [[:Category:Bomb_and_Throwing_Items|traps]] remotely
|function=Trigger [[:Category:Bomb_and_Throwing_Items|traps]] remotely
|remote_range=7
|func1=Remote range
|class_name=Base.RemoteCraftedV1
|variant1=V1 Remote Controller
}}{{Infobox normal
|data1=7
|display_name=V2 Remote Controller
|variant2=V2 Remote Controller
|name_colour=Electrical
|data4=11
|name_text_colour=Electrical
|variant3=V3 Remote Controller
|image=RemoteCrafted.png
|data7=16
|weight=0.4
|class_name=Base.RemoteCraftedV1<br>Base.RemoteCraftedV2<br>Base.RemoteCraftedV3
|primary_use=Trigger [[:Category:Bomb_and_Throwing_Items|traps]] remotely
}}{{quote|text=Improvised device used to remotely detonate crafted bombs and traps.<br>Requires known recipe and Electrical skill.|author=In-game tooltip}}
|remote_range=11
 
|class_name=Base.RemoteCraftedV2
A '''remote controller''' is an [[electrical]] [[item]].
}}{{Infobox normal
|display_name=V3 Remote Controller
|name_colour=Electrical
|name_text_colour=Electrical
|image=RemoteCrafted.png
|weight=0.4
|primary_use=Trigger [[:Category:Bomb_and_Throwing_Items|traps]] remotely
|remote_range=16
|class_name=Base.RemoteCraftedV3
}}{{quote|text=Improvised device used to remotely detonate crafted bombs and traps.<br>Requires known recipe and Electrical skill.|author=In-game tooltip}}A '''remote controller''' is an [[electrical]] [[item]].


__TOC__
__TOC__
Line 54: Line 45:


''V1 Remote Controller [[File:RemoteCrafted.png]]
''V1 Remote Controller [[File:RemoteCrafted.png]]
{{Retrieved|version=40|incver=5}}
{{Retrieved|version=40|incver=11}}
<pre> item RemoteCraftedV1
<pre> item RemoteCraftedV1
Weight = 0.4,
Weight = 0.4,
Line 66: Line 57:


''V2 Remote Controller [[File:RemoteCrafted.png]]
''V2 Remote Controller [[File:RemoteCrafted.png]]
{{Retrieved|version=40|incver=5}}
{{Retrieved|version=40|incver=11}}
<pre> item RemoteCraftedV2
<pre> item RemoteCraftedV2
Weight = 0.4,
Weight = 0.4,
Line 78: Line 69:


''V3 Remote Controller [[File:RemoteCrafted.png]]
''V3 Remote Controller [[File:RemoteCrafted.png]]
{{Retrieved|version=40|incver=5}}
{{Retrieved|version=40|incver=11}}
<pre> item RemoteCraftedV1
<pre> item RemoteCraftedV1
Weight = 0.4,
Weight = 0.4,

Revision as of 13:09, 1 September 2018

Remote Controller
{{{display_name}}}
General
Category Item
Encumbrance
Heavy Load
0.4
Main function Trigger traps remotely
V1 Remote Controller
Remote range 7
V2 Remote Controller
Remote range 11
V3 Remote Controller
Remote range 16
Technical details
Item ID Base.RemoteCraftedV1
Base.RemoteCraftedV2
Base.RemoteCraftedV3
Improvised device used to remotely detonate crafted bombs and traps.
Requires known recipe and Electrical skill.
— In-game tooltip

A remote controller is an electrical item.

Usage

Remote controllers are used to trigger traps, so long as they have the crafted trigger modification. Each of the three remote controllers have a different activation range, being 7, 11, and 15 tiles.

Linking

To activate a trap with a remote controller, the two items must first be linked by right-clicking the remote controller or trap and selecting "Link to [TRAP/CONTROLLER]". Each remote controller has a unique Remote ID, upon linking, the trap will have this same ID. If it has been linked correctly, both the remote controller and trap will have an identical Remote ID, and the trap will be tagged with "(Linked)". The trap can now be thrown or placed without triggering upon impact.

Triggering

To trigger the remote trap, right-click the linked remote controller and select "Trigger", this will trigger any linked traps. Multiple traps can be linked to a single remote controller and once triggered, all linked traps will be triggered. A remote controller can be used an infinite amount of times and will never degrade or be consumed.

Crafting

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

Distribution

Remote controllers can be found in an electrician's house or vehicle.

Code

From newitems.txt (Project Zomboid directory/media/scripts/)

V1 Remote Controller RemoteCrafted.png Retrieved: Build 40.11

	item RemoteCraftedV1
		Weight	=	0.4,
		Type	=	Normal,
		DisplayName	=	V1 Remote Controller,
		Icon	=	RemoteCrafted,
		RemoteController    =   TRUE,
		RemoteRange =   7,
		MetalValue = 15,
		Tooltip = Tooltip_RemoteController,

V2 Remote Controller RemoteCrafted.png Retrieved: Build 40.11

	item RemoteCraftedV2
		Weight	=	0.4,
		Type	=	Normal,
		DisplayName	=	V2 Remote Controller,
		Icon	=	RemoteCrafted,
		RemoteController    =   TRUE,
		RemoteRange =   11,
		MetalValue = 15,
		Tooltip = Tooltip_RemoteController,

V3 Remote Controller RemoteCrafted.png Retrieved: Build 40.11

	item RemoteCraftedV1
		Weight	=	0.4,
		Type	=	Normal,
		DisplayName	=	V3 Remote Controller,
		Icon	=	RemoteCrafted,
		RemoteController    =   TRUE,
		RemoteRange =   15,
		MetalValue = 15,
		Tooltip = Tooltip_RemoteController,

See also