Home Alarm: Difference between revisions

From PZwiki
m (Remove lines))
 
(25 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{languages}}
{{Header|Project Zomboid|Items|Electronics}}
{{header|The Game World|Items|Electricity and Engineering|type=Electric|version=Version 40|incver=5}}{{Infobox normal
{{Page version|41.78.16}}
|display_name = Home Alarm
{{Infobox item
|name_colour = Electric
|name=Home Alarm
|name_text_colour = Electric
|model=HomeAlarm_Model.png
|image = HomeAlarm.png
|icon=HomeAlarm.png
|weight = 0.1
|icon_name=Home Alarm
|primary_use = [[Crafting]]
|weight=0.1
|class_name = Base.HomeAlarm
|primary_use=[[Crafting]]
}}{{About|the home alarm item|the alarm that is triggered when entering a house|Burglar Alarm}}
|item_id=Base.HomeAlarm
A '''home alarm''' is an [[electrical]] [[item]] used in [[crafting]].
}}
 
{{About|the home alarm item|the alarm that is triggered when entering a house|Burglar Alarm}}
__TOC__
A '''home alarm''' is an [[electrical]] [[Items|item]] used in [[crafting]].


==Usage==
==Usage==
Line 17: Line 17:


==Crafting==
==Crafting==
{{Crafting header|ing=2}}<!-- Automatically generated by ReLookup. Subject RecipeLookup: 7001 -->
{{Crafting/sandbox2
{{Crafting/core|ing=2
|motion_sensor
| product_image = [[File:MotionSensor.png|link=Motion Sensor|Motion Sensor]] | product_name = [[Motion Sensor]] | product_quantity = x1
| xp = <!-- Not present in the old template. Please fill in manually. -->
| sl = ''none''
| req =
| f1 = [[File:HomeAlarm.png|link=Home Alarm|Home Alarm]] | i1 = [[Home Alarm]] | q1 = x1 | tag1 = (consumed)
| f2 = [[File:Screwdriver.png|link=Screwdriver|Screwdriver]] | i2 = [[Screwdriver]] | q2 =  | tag2 = (keep)
}}
}}
|}


==Distribution==
==Distribution==
Can be found in Household [[Containers#Bedroom Storage|side tables]], electronics store [[Containers#Counters|counters]] and [[Containers#Shelves|shelves]].
Currently, home alarm doesn't spawn anywhere.


Note that a home alarm differs from the [[Burglar Alarm|burglar alarm]] which is triggered when entering a house.
Note that a home alarm differs from the [[Burglar Alarm|burglar alarm]] which is triggered when entering a house.
Currently you cannot find the home alarm in the game world.


==Code==
==Code==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{CodeBox
{{Retrieved|version=40|incver=5}}
| {{CodeSnip
<pre> item HomeAlarm
  | lang = java
Weight = 0.1,
  | line = true
Type = Normal,
  | start = 130
DisplayName = Home Alarm,
  | source = newitems.txt
Icon = HomeAlarm,</pre>
  | retrieved = true
  | version = 41.78.16
  | code =
item HomeAlarm
    {
        DisplayCategory = Electronics,
        Weight = 0.1,
        Type = Normal,
        DisplayName = Home Alarm,
        Icon = HomeAlarm,
        WorldStaticModel = HomeAlarm,
    }
}}
}}


==See also==
==See also==
*[[Electrical|Electrical Guide]]
*[[Electrical]]


{{Navbox/Electricity and Engineering}}
{{Navbox items|equipment}}


[[Category:Electrical]]
[[Category:Electricals and Transmission (Project)]]
[[Category:Electricals and Transmission (Project)]]

Latest revision as of 07:04, 15 April 2024

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 Ingredients Tools Requirements Workstation XP
MotionSensor.png
Motion Sensor
HomeAlarm.png Home Alarm ×1 Screwdriver.png
Screwdriver
none none 0.5 Electrical

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