Difference between revisions of "Alarm trap"

From CrawlWiki
Jump to: navigation, search
m (1 revision: traps)
(Added History, version tag, image)
Line 1: Line 1:
An [[alarm trap]] is a [[trap]] which produces a loud [[noise]] when stepped on by the player or any [[monster]], alerting anything nearby. The noise has a loudness of 12. Alarm traps are magical traps, and can thus be set off even by [[levitation|levitating]] beings.
+
{{version011}}
 +
 
 +
{{flavour|?}}
 +
 
 +
[[File:Alarm trap.png]]
 +
 
 +
An '''alarm trap''' is a [[trap]] which produces a loud [[noise]] when stepped on by the player or any [[monster]], alerting anything nearby. The noise has a loudness of 12. Alarm traps are magical traps, and can thus be set off even by [[levitation|levitating]] beings.
  
 
A comment in the code suggests that hostile monsters cannot set off alarm traps, but this does not match what the code itself says, which is that all monsters which are non-friendly will trigger the alarm if they pass into it.
 
A comment in the code suggests that hostile monsters cannot set off alarm traps, but this does not match what the code itself says, which is that all monsters which are non-friendly will trigger the alarm if they pass into it.
Line 5: Line 11:
 
Alarm traps cannot be disarmed, but can be [[silence]]d.  Also, they will eventually fail with repeated use.
 
Alarm traps cannot be disarmed, but can be [[silence]]d.  Also, they will eventually fail with repeated use.
  
[[Category:Traps]]
+
==History==
 +
In [[0.12]], they will only go off once before breaking.
 +
 
 +
[[Category:Traps]] [[Category:Crystal Ball Articles]]

Revision as of 20:55, 21 February 2013

Version 0.11: This article may not be up to date for the latest stable release of Crawl.


 ?

Alarm trap.png

An alarm trap is a trap which produces a loud noise when stepped on by the player or any monster, alerting anything nearby. The noise has a loudness of 12. Alarm traps are magical traps, and can thus be set off even by levitating beings.

A comment in the code suggests that hostile monsters cannot set off alarm traps, but this does not match what the code itself says, which is that all monsters which are non-friendly will trigger the alarm if they pass into it.

Alarm traps cannot be disarmed, but can be silenced. Also, they will eventually fail with repeated use.

History

In 0.12, they will only go off once before breaking.