Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Home Alarm

From PZwiki
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Home Alarm
HomeAlarm Model.png
General
Category
Electronics
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Technical
Item ID
Base.HomeAlarm
PlushSpiffo.pngThis article is about the home alarm item. For the alarm that is triggered when entering a house, see Burglar Alarm.

A home alarm is an electrical item used in crafting.

Usage

The home alarm can only be dismantled, producing a motion sensor.

Crafting

Product Ingredients Tools Requirements Workstation XP
MotionSensor.png
Motion Sensor
HomeAlarm.png Home Alarm ×1 Screwdriver.png
Screwdriver
none none 0.5 Electrical

Location

Currently, home alarm doesn't spawn anywhere.

Note that a home alarm differs from the burglar alarm which is triggered when entering a house.

History

Base.HomeAlarm

Version Description
38.30 Released on or before this version.

Help PZwiki by adding to this history.

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 41.78.16
item HomeAlarm
    {
        DisplayCategory = Electronics,
        Weight	=	0.1,
        Type	=	Normal,
        DisplayName	=	Home Alarm,
        Icon	=	HomeAlarm,
        WorldStaticModel = HomeAlarm,
    }

See also