Motion Sensor

From PZwiki
Revision as of 22:21, 21 June 2021 by Thing II (talk | contribs) (Added navbox)
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

Template:Navbox/Electricity and Engineering