Difference between revisions of "Falling rock trap"

From NetHackWiki
Jump to navigation Jump to search
(Add History section)
(rewrite a bit)
 
(One intermediate revision by one other user not shown)
Line 6: Line 6:
 
}}
 
}}
  
The '''falling rock trap''' is a type of [[trap]] that drops a [[rock]] on its victim's head.
+
A '''falling rock trap''' is a type of [[trap]] that appears in ''[[Nethack]]''.
  
==Effects==
+
==Generation==
The falling rock usually does 2d6 damage. If you are wearing a [[metallic]] hat, the damage is reduced to 2. The rock stays on the ground. Each time the trap is triggered there is a {{frac|15}} chance of it disappearing. {{refsrc|src/trap.c|1020|version=NetHack 3.6.6|comment=Effect on player}} {{refsrc|src/trap.c|2246|version=NetHack 3.6.6|comment=Effect on monsters}}
+
If a [[trap door]] would be randomly generated on a level with a non-diggable floor, it is replaced with a falling rock trap.
 +
 
 +
==Description==
 +
When triggered, the falling rock trap will either drop a [[rock]] that hits whoever triggered it on the head for 2d6 damage and lands on the ground, or disappears with a {{frac|15}} chance; if the victim is wearing a [[metallic]] [[helm]], the damage is reduced to 2.{{refsrc|src/trap.c|1020|version=NetHack 3.6.6|comment=Effect on player}}{{refsrc|src/trap.c|2246|version=NetHack 3.6.6|comment=Effect on monsters}}
  
 
==Removal==
 
==Removal==
Trigger it repeatedly until it runs out of rocks.
+
One way to remove a falling rock trap is to trigger it repeatedly until it runs out of rocks.
  
 
==Strategy==
 
==Strategy==
Early [[pet]] deaths are often due to this type of trap, earning it the nicknames "Puppy Pounder" and "Kitty Killer".
+
Early [[pet]] deaths are often due to this type of trap, earning it the nicknames "Puppy Pounder" and "Kitty Killer". The falling rock trap can be used as a source of rocks for cheap ammunition.
  
The falling rock trap can be used as a source of rocks.
+
One of the early game weaknesses of an [[elven leather helm]] is the fact that it does not protect against damage from falling rock traps.
 
 
Although the [[elven leather helm]] is an excellent helmet in the late game, in the early game it has the disadvantage of not protecting from falling rocks.
 
  
 
==History==
 
==History==
Line 27: Line 28:
 
{{message|A trapdoor in the ceiling opens and a rock falls on your head!|You triggered a falling rock trap.}}
 
{{message|A trapdoor in the ceiling opens and a rock falls on your head!|You triggered a falling rock trap.}}
 
{{message|A trapdoor in the sky opens and a rock falls on your head!|As above, but the trap is outdoors, e.g. in the Home level of some Quests.}}
 
{{message|A trapdoor in the sky opens and a rock falls on your head!|As above, but the trap is outdoors, e.g. in the Home level of some Quests.}}
{{message|A trapdoor in the ceiling opens, but nothing falls out!|You triggered a falling rock trap but it ran out of rocks and disappeared.}}
+
{{message|A trapdoor in the ceiling opens, but nothing falls out!|You triggered a falling rock trap, but it ran out of rocks and disappeared.}}
 
{{message|A trapdoor in the sky opens, but nothing falls out!|As above, but the trap is outdoors.}}
 
{{message|A trapdoor in the sky opens, but nothing falls out!|As above, but the trap is outdoors.}}
 
{{message|Fortunately, you are wearing a hard helmet.|Your metallic helmet protected you from the falling rock.}}
 
{{message|Fortunately, you are wearing a hard helmet.|Your metallic helmet protected you from the falling rock.}}
{{message|<helmet> does not protect you.|Your non-metallic helmet did not protect you from the falling rock.}}
+
{{message|Your <helmet> does not protect you.|Your non-metallic helmet did not protect you from the falling rock.}}
 
{{message|<monster> is hit by a rock!|A monster triggered a falling rock trap.{{refsrc|src/trap.c|5217|version=NetHack 3.6.6}}}}
 
{{message|<monster> is hit by a rock!|A monster triggered a falling rock trap.{{refsrc|src/trap.c|5217|version=NetHack 3.6.6}}}}
 
{{message|A trap door above <monster> opens, but nothing falls out!|A monster triggered a falling rock trap but it ran out of rocks and disappeared.}}
 
{{message|A trap door above <monster> opens, but nothing falls out!|A monster triggered a falling rock trap but it ran out of rocks and disappeared.}}
  
 
==References==
 
==References==
 
+
<References />
 +
{{nethack-366}}
 
[[Category:Traps]]
 
[[Category:Traps]]
{{nethack-366}}
 

Latest revision as of 03:36, 22 August 2022

^ falling rock trap Falling rock trap.png
Generates Anywhere
Effect Drops rocks

A falling rock trap is a type of trap that appears in Nethack.

Generation

If a trap door would be randomly generated on a level with a non-diggable floor, it is replaced with a falling rock trap.

Description

When triggered, the falling rock trap will either drop a rock that hits whoever triggered it on the head for 2d6 damage and lands on the ground, or disappears with a 115 chance; if the victim is wearing a metallic helm, the damage is reduced to 2.[1][2]

Removal

One way to remove a falling rock trap is to trigger it repeatedly until it runs out of rocks.

Strategy

Early pet deaths are often due to this type of trap, earning it the nicknames "Puppy Pounder" and "Kitty Killer". The falling rock trap can be used as a source of rocks for cheap ammunition.

One of the early game weaknesses of an elven leather helm is the fact that it does not protect against damage from falling rock traps.

History

The falling rock trap was added in NetHack 3.1.0.

Messages

A trapdoor in the ceiling opens and a rock falls on your head!
You triggered a falling rock trap.
A trapdoor in the sky opens and a rock falls on your head!
As above, but the trap is outdoors, e.g. in the Home level of some Quests.
A trapdoor in the ceiling opens, but nothing falls out!
You triggered a falling rock trap, but it ran out of rocks and disappeared.
A trapdoor in the sky opens, but nothing falls out!
As above, but the trap is outdoors.
Fortunately, you are wearing a hard helmet.
Your metallic helmet protected you from the falling rock.
Your <helmet> does not protect you.
Your non-metallic helmet did not protect you from the falling rock.
<monster> is hit by a rock!
A monster triggered a falling rock trap.[3]
A trap door above <monster> opens, but nothing falls out!
A monster triggered a falling rock trap but it ran out of rocks and disappeared.

References