Home Alarm: Difference between revisions

From PZwiki
(Cleanup)
Line 1: Line 1:
{{languages}}
{{Languages}}{{Header|The Game World|Items|Electricity and Engineering|type=Electric|version=Version 40|incver=5}}{{Infobox normal
{{header|The Game World|Items|Electricity and Engineering|type=Electric|version=Version 40|incver=5}}{{Infobox normal
|display_name=Home Alarm
|display_name = Home Alarm
|name_colour=Electric
|name_colour = Electric
|name_text_colour=Electric
|name_text_colour = Electric
|image=HomeAlarm.png  
|image = HomeAlarm.png  
|weight=0.1
|weight = 0.1
|primary_use=[[Crafting]]
|primary_use = [[Crafting]]
|class_name=Base.HomeAlarm
|class_name = Base.HomeAlarm
}}{{About|the home alarm item|the alarm that is triggered when entering a house|Burglar Alarm}}
}}{{About|the home alarm item|the alarm that is triggered when entering a house|Burglar Alarm}}
A '''home alarm''' is an [[electrical]] [[item]] used in [[crafting]].
A '''home alarm''' is an [[electrical]] [[item]] used in [[crafting]].


__TOC__
=Usage==
 
==Usage==
The home alarm can only be dismantled, producing a [[Motion Sensor|motion sensor]].
The home alarm can only be dismantled, producing a [[Motion Sensor|motion sensor]].


==Crafting==
==Crafting==
{{Crafting header|ing=2}}<!-- Automatically generated by ReLookup. Subject RecipeLookup: 7001 -->
{{Crafting header|ing=2}}
{{Crafting/core|ing=2
{{Crafting electrical|003|ing=2}}
| 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==
Line 39: Line 28:
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=40|incver=5}}
{{Retrieved|version=40|incver=5}}
<pre> item HomeAlarm
<pre>
item HomeAlarm
Weight = 0.1,
Weight = 0.1,
Type = Normal,
Type = Normal,
DisplayName = Home Alarm,
DisplayName = Home Alarm,
Icon = HomeAlarm,</pre>
Icon = HomeAlarm,
</pre>


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


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


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

Revision as of 23:06, 5 April 2023

Home Alarm
Home Alarm
General
Category Item
Encumbrance
Heavy Load
0.1
Function Crafting
Technical details
Base 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

Can be found in Household side tables, electronics store counters and shelves.

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

Currently you cannot find the home alarm in the game world.

Code

From newitems.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 40.5

	item HomeAlarm
		Weight		= 0.1,
		Type		= Normal,
		DisplayName	= Home Alarm,
		Icon		= HomeAlarm,

See also