Remote Controller: Difference between revisions

From PZwiki
(Collapsible code section)
(PZ Updater automated execution(task: deploy ReLookup, eid: 1f7a82d98846234a14bab60ed63fa978))
Line 26: Line 26:


==Crafting==
==Crafting==
{{Electrical table header}}
{{Crafting header|ing=4}}<!-- Automatically generated by ReLookup. Subject RecipeLookup: 7004 -->
{{RecipeLookup|7004}}
{{Crafting/core|ing=4
{{RecipeLookup|7005}}
| product_image = [[File:RemoteCrafted.png|link=Remote Controller V1|Remote Controller V1]] | product_name = [[Remote Controller V1]] | product_quantity = x1
{{RecipeLookup|7006}}
| xp = <!-- Not present in the old template. Please fill in manually. -->
{{Crafting table footer}}
| sl = [[Electrical]] 2
| req = [[File:MagazineElectronics01.png|32px|Recipe Magazines#Electrical|Electronics Magazine Vol.1]]
| f1 = [[File:Remote.png|link=TV Remote|TV Remote]] | i1 = [[TV Remote]] | q1 = x1 | tag1 = (consumed)
| f2 = [[File:Screwdriver.png|link=Screwdriver|Screwdriver]] | i2 = [[Screwdriver]] | q2 =  | tag2 = (keep)
| f3 = [[File:ElectronicsScrap.png|link=Electronics Scrap|Electronics Scrap]] | i3 = [[Electronics Scrap]] | q3 = x2 | tag3 = (consumed)
| f4 = [[File:Glue.png|link=Glue|Glue]] | i4 = [[Glue]] | q4 = (2 units)
}}
<!-- Automatically generated by ReLookup. Subject RecipeLookup: 7005 -->
{{Crafting/core|ing=4
| product_image = [[File:RemoteCrafted.png|link=Remote Controller V2|Remote Controller V2]] | product_name = [[Remote Controller V2]] | product_quantity = x1
| xp = <!-- Not present in the old template. Please fill in manually. -->
| sl = [[Electrical]] 4
| req = [[File:MagazineElectronics01.png|32px|Recipe Magazines#Electrical|Electronics Magazine Vol.1]]
| f1 = [[File:Remote.png|link=TV Remote|TV Remote]] | i1 = [[TV Remote]] | q1 = x1 | tag1 = (consumed)
| f2 = [[File:Screwdriver.png|link=Screwdriver|Screwdriver]] | i2 = [[Screwdriver]] | q2 =  | tag2 = (keep)
| f3 = [[File:ElectronicsScrap.png|link=Electronics Scrap|Electronics Scrap]] | i3 = [[Electronics Scrap]] | q3 = x3 | tag3 = (consumed)
| f4 = [[File:Glue.png|link=Glue|Glue]] | i4 = [[Glue]] | q4 = (2 units)
}}
<!-- Automatically generated by ReLookup. Subject RecipeLookup: 7006 -->
{{Crafting/core|ing=4
| product_image = [[File:RemoteCrafted.png|link=Remote Controller V3|Remote Controller V3]] | product_name = [[Remote Controller V3]] | product_quantity = x1
| xp = <!-- Not present in the old template. Please fill in manually. -->
| sl = [[Electrical]] 6
| req = [[File:MagazineElectronics01.png|32px|Recipe Magazines#Electrical|Electronics Magazine Vol.1]]
| f1 = [[File:Remote.png|link=TV Remote|TV Remote]] | i1 = [[TV Remote]] | q1 = x1 | tag1 = (consumed)
| f2 = [[File:Screwdriver.png|link=Screwdriver|Screwdriver]] | i2 = [[Screwdriver]] | q2 =  | tag2 = (keep)
| f3 = [[File:ElectronicsScrap.png|link=Electronics Scrap|Electronics Scrap]] | i3 = [[Electronics Scrap]] | q3 = x4 | tag3 = (consumed)
| f4 = [[File:Glue.png|link=Glue|Glue]] | i4 = [[Glue]] | q4 = (2 units)
}}
|}
 


==Distribution==
==Distribution==

Revision as of 04:50, 26 March 2022

Remote Controller
{{{display_name}}}
General
Category Item
Encumbrance
Heavy Load
0.4
Function Trigger traps remotely
Remote range V1: 7 tiles
V2: 11 tiles
V3: 15 tiles
Technical details
Base 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

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3 Ingredient 4
Remote Controller V1
Remote Controller x1
Electrical 2 Electronics Magazine Vol.1 TV Remote
TV Remote x1
(consumed)
Screwdriver
Screwdriver
(keep)
Electronics Scrap
Scrap Electronics x2
(consumed)
Glue
Glue (2 units)
Remote Controller V2
Remote Controller x1
Electrical 4 Electronics Magazine Vol.1 TV Remote
TV Remote x1
(consumed)
Screwdriver
Screwdriver
(keep)
Electronics Scrap
Scrap Electronics x3
(consumed)
Glue
Glue (2 units)
Remote Controller V3
Remote Controller x1
Electrical 6 Electronics Magazine Vol.1 TV Remote
TV Remote x1
(consumed)
Screwdriver
Screwdriver
(keep)
Electronics Scrap
Scrap Electronics x4
(consumed)
Glue
Glue (2 units)


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,


Other code

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

Template:Navbox/Electricity and Engineering