Motion Sensor

From PZwiki
Revision as of 04:49, 26 March 2022 by Alluseri (talk | contribs) (PZ Updater automated execution(task: deploy ReLookup, eid: c0a44af745eb33aa9ca752308c3f8aa5))
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

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2
Motion Sensor
Motion Sensor x1
none Home Alarm
Home Alarm x1
(consumed)
Screwdriver
Screwdriver
(keep)


What it can craft

It can be attached to various bombs.

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3 Ingredient 4
Aerosol Bomb with Sensor
Aerosol Bomb x1
Electrical 2 Electronics Magazine Vol.3 Aerosol Bomb
Aerosol Bomb x1
(consumed)
Motion Sensor
Motion Sensor x1
(consumed)
Electronics Scrap
Scrap Electronics x2
(consumed)
Duct Tape
Duct Tape (1 unit)
(consumed)
Flame Trap with Sensor
Fire Bomb x1
Electrical 2 Electronics Magazine Vol.3 Flame Trap
Fire Bomb x1
(consumed)
Motion Sensor
Motion Sensor x1
(consumed)
Electronics Scrap
Scrap Electronics x2
(consumed)
Duct Tape
Duct Tape (1 unit)
(consumed)
Smoke Bomb with Sensor
Smoke Bomb x1
Electrical 2 Electronics Magazine Vol.3 Smoke Bomb
Smoke Bomb x1
(consumed)
Motion Sensor
Motion Sensor x1
(consumed)
Electronics Scrap
Scrap Electronics x2
(consumed)
Duct Tape
Duct Tape (1 unit)
(consumed)
Noise Maker with Sensor
Noise Maker x1
Electrical 2 Electronics Magazine Vol.3 Noise Maker
Noise Maker x1
(consumed)
Motion Sensor
Motion Sensor x1
(consumed)
Electronics Scrap
Scrap Electronics x2
(consumed)
Duct Tape
Duct Tape (1 unit)
(consumed)
Pipe Bomb with Sensor
Pipe Bomb x1
Electrical 2 Electronics Magazine Vol.3 Pipe Bomb
Pipe Bomb x1
(consumed)
Motion Sensor
Motion Sensor x1
(consumed)
Electronics Scrap
Scrap Electronics x2
(consumed)
Duct Tape
Duct Tape (1 unit)
(consumed)


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