Motion Sensor

From PZwiki
Revision as of 13:29, 3 August 2018 by Vaileasys (talk | contribs) (Created page with "{{languages|Motion Sensor}} {{header|The Game World|Items|Electricity and Engineering|type=Electric|version=Version 40|incver=5}}{{Infobox normal |display_name = Motion Sensor...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Motion Sensor
Motion Sensor
General
Category Item
Encumbrance
Heavy Load
0.1
Function Crafting
Technical details
Base ID Base.MotionSensor
Component triggered by movement.
Used with improvised devices to create booby-traps.
Requires known recipe and Electrical skill.
— In-game tooltip

A motion sensor is an electrical item used in crafting.

Usage

A motion sensor is used in crafting recipes for modifying explosives, allowing them to trigger if they detect motion.

Crafting

How to craft

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

What it can craft

It can be attached to various bombs. Template:Crafting table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
Template:Crafting table footer

Code

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

	item MotionSensor
		Weight		= 0.1,
		Type		= Normal,
		DisplayName	= Motion Sensor,
		Icon		= MotionSensor,
		MetalValue 	= 7,
		Tooltip 	= Tooltip_MotionSensor,

See also