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
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Function
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 XP gained Skill(s) Recipe Ingredient 1 Ingredient 2
MotionSensor.png
Motion Sensor
0.5 Electrical none Screwdriver.png
Screwdriver
(keep)
HomeAlarm.png
Home Alarm
(consumed)

Distribution

Currently, home alarm doesn't spawn anywhere.

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

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