Alarm Clock: Difference between revisions

From PZwiki
mNo edit summary
m (Automated CodeBox update)
(26 intermediate revisions by 10 users not shown)
Line 1: Line 1:
{{languages|Alarm Clock}}
{{Header|Project Zomboid|Items|Miscellaneous items|Household}}
{{header|The Game World|Items|type=Electric|version=Version 40|incver=5}}{{Infobox normal
{{Page version|41.78.16}}
|display_name=Battery
{{Infobox item
|name_colour = Electric
|name=Alarm Clock
|name_text_colour = Electric
|name_colour=Electric
|image=AlarmClock.png
|name_text_colour=Electric
|model=AlarmClock_Model.png
|icon=AlarmClock.png
|icon_name=Alarm Clock
|category=Household
|weight=0.5
|weight=0.5
|primary_use = Display [[Controls#Time Controls|time]]
|function=Display [[Controls#Time Controls|time]]<br>Distract [[zombie]]s
|secondary_use = Distract [[zombies]]
|material=Metal
|class_name=Base.AlarmClock2
|material_value=25
}}An '''alarm clock''' is an [[Items|item]] that displays the [[Controls#Time Controls|time]].
|sound_radius=15
|item_id=Base.AlarmClock2
}}
 
An '''alarm clock''' is an [[Items|item]] that displays the [[Controls#Time Controls|time]].


==Usage==
==Usage==
When it is in the player's main inventory, the time of day will be displayed on the HUD at the top right of the screen. An alarm can be set to go off at a specific time by right-clicking it and selecting "Set Alarm". The alarm can be turned on or off.  
When it is in the player's main inventory, the time of day will be displayed on the [[Controls#HUD|HUD]] at the top right of the screen, the same as a [[Digital Watch|digital watch]] and [[Classic Wrist Watch|classic wrist watch]], with additional weight. Similar to the [[Classic Wrist Watch|classic wrist watch]], the alarm clock ''will not'' display how long the [[Player|player]] has been alive for in the info tab. An alarm can be set to go off at a specific time by right-clicking it and selecting "Set Alarm". The alarm can be turned on or off.


This is a very effective tool for drawing off [[zombies|zombie]] hordes. Once the alarm is triggered (lasts for around 10 seconds), zombies move towards it and stop on top of it and disperse once it ends. This device will not prevent zombies from seeing the player, however can be used to lure them to a certain area.
This is a very effective tool for drawing off [[zombies|zombie]] hordes. Once the alarm is triggered (lasts for around 10 seconds), zombies move towards it and stop on top of it and disperse once it ends. This device will not prevent zombies from seeing the player, however can be used to lure them to a certain area.


The sound of a triggered alarm will wake up the player if they're [[sleep]]ing. But be careful, this will also draw nearby zombies.
The sound of a triggered alarm will wake up the player if they're [[sleep]]ing. But be careful, this will also draw nearby zombies.
==Crafting==
{{Crafting header|ing=4}}
{{Crafting electrical|102|ing=4}}
|}


==Distribution==
==Distribution==
Alarm clocks can be found in house bedrooms.  
The loot distributions can be found in the table(s) below.
 
{| class="mw-collapsible mw-collapsed wikitable theme-red" data-expandtext="{{int:show}}" data-collapsetext="{{int:hide}}" style="text-align:center; min-width:24em;"
! colspan="4" | Containers
|-
! Building/Room
! Container
! style="width: 3.2em;" | Rolls
! style="width: 3.2em;" | Chance
|-
|bedroom
|[[sidetable]]
|4
|1
|}Alarm clocks can be found in house bedrooms.


==Code==
==Code==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{CodeBox |{{CodeSnip
{{Retrieved|version=40|incver=5}}
  | lang = java
<pre> item AlarmClock2
  | line = true
Type = AlarmClock,
  | start = 3671
DisplayName = Alarm Clock,
  | source = newitems.txt
Weight = 0.5,
  | retrieved = true
Icon = AlarmClock,
  | version = 41.78.16
AlarmSound = AlarmClockRingingLoop,
  | code =
SoundRadius = 15,
item AlarmClock2
MetalValue = 25,
    {
</pre>
        DisplayCategory = Household,
        Type = AlarmClock,
        DisplayName = Alarm Clock,
        Weight = 0.5,
        Icon = AlarmClock,
        AlarmSound = AlarmClockRingingLoop,
        SoundRadius = 15,
        MetalValue = 25,
        WorldStaticModel = AlarmClock,
    }
}}}}


==See also==
==See also==
*[[Digital Watch]]
*[[Digital Watch]]
*[[Aerosol Bomb|Aerosol Bomb with Timer]]
*[[Pipe Bomb|Pipe Bomb with Timer]]
{{Navbox equipment|household}}


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

Revision as of 10:02, 26 March 2024

UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Alarm Clock
AlarmClock Model.png
General
Category
Household
Encumbrance
Moodle Icon HeavyLoad.png
0.5
Function
Display time
Distract zombies
Properties
Material
Metal
Metal quantity
25
Performance
Noise radius
15
Technical
Item ID
Base.AlarmClock2

An alarm clock is an item that displays the time.

Usage

When it is in the player's main inventory, the time of day will be displayed on the HUD at the top right of the screen, the same as a digital watch and classic wrist watch, with additional weight. Similar to the classic wrist watch, the alarm clock will not display how long the player has been alive for in the info tab. An alarm can be set to go off at a specific time by right-clicking it and selecting "Set Alarm". The alarm can be turned on or off.

This is a very effective tool for drawing off zombie hordes. Once the alarm is triggered (lasts for around 10 seconds), zombies move towards it and stop on top of it and disperse once it ends. This device will not prevent zombies from seeing the player, however can be used to lure them to a certain area.

The sound of a triggered alarm will wake up the player if they're sleeping. But be careful, this will also draw nearby zombies.

Crafting

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3 Ingredient 4
TimerCrafted.png
Crafted Timer
0 XP Electrical 1 Electronics Magazine Vol.2 Screwdriver.png
Screwdriver
(keep)

(consumed)
ElectronicsScrap.png
Scrap Electronics x1
(consumed)
Glue.png
Glue
(1 unit)

(consumed)

Distribution

The loot distributions can be found in the table(s) below.

Containers
Building/Room Container Rolls Chance
bedroom sidetable 4 1

Alarm clocks can be found in house bedrooms.

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 AlarmClock2
    {
        DisplayCategory = Household,
        Type	=	AlarmClock,
        DisplayName	=	Alarm Clock,
        Weight	=	0.5,
        Icon	=	AlarmClock,
        AlarmSound = AlarmClockRingingLoop,
        SoundRadius = 15,
        MetalValue = 25,
        WorldStaticModel = AlarmClock,
    }

See also