Difference between revisions of "Displacer beast"

From NetHackWiki
Jump to navigation Jump to search
m (Testing...)
(dNetHack doesn't have the annoying displacers-actually-displace-you interface screw)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{monster
+
The '''displacer beast''', {{monsym|displacer beast}}, is a [[feline]] monster that first appears in [[SLASH'EM]], and also appear in [[dNetHack]], [[SlashTHEM]] and [[xNetHack]]. They have natural [[displacement]].
|name = Displacer beast
 
|difficulty = 14
 
|level = 12
 
|speed = 12
 
|AC = −10
 
|MR = 0
 
|align = −3
 
|experience = 301
 
|attacks = Claw 4d4, Claw 4d4, Bite 2d10
 
|weight = 750
 
|nutr = 400
 
|size = Large
 
|genocidable = Yes
 
|frequency = 1
 
|resistances = None
 
|resistances conveyed = None
 
|attributes = {{attributes|A displacer beast|=
 
|animal = 1
 
|nohands = 1
 
|carnivore = 1
 
|hostile = 1
 
|infravisible = 1
 
|traitor = 1
 
}}
 
|reference = [[SLASH'EM 0.0.7E7F2/monst.c#line662]]
 
}}
 
  
The '''displacer beast''' is a feline monster first introduced in [[SLASH'EM]]. They are also included in [[dNetHack]]. They have natural [[displacement]].
+
Across variants, each time you attempt to attack a displacer beast in melee, you have around a 50% chance of merely displacing it like a [[pet]]. Using {{kbd|F}} to force an attack will not move you or the displacer beast, and results in attacking "thin air" if you would have displaced it. In dNetHack they cannot actually displace you, you will just miss.
  
Every time you attempt to attack a displacer beast in melee, you have a chance (around 50%) of merely displacing it like a pet. Using {{kbd|F}} to force an attack will not move you (or the displacer beast) and will give the message "You attack thin air" if you would have displaced it.
+
{{upcoming|NetHack 3.7.0|Displacer beasts have been introduced to vanilla in the upcoming NetHack 3.7, with the same traits as detailed in the xNetHack tab below.}}
  
{{upcoming|NetHack 3.7.0|Displacer beasts have been introduced to NetHack 3.7. They can be summoned with [[summon nasties]]. Eating displacer beast meat confers intrinsic [[displacement]] for 6d6 turns.}}
+
==Description==
 +
<simpletabs>
 +
SLASH'EM|{{monster
 +
|name=displacer beast
 +
|difficulty=14
 +
|level=12
 +
|speed=12
 +
|AC=-10
 +
|MR=0
 +
|align=-3
 +
|experience=301
 +
|attacks=Claw 4d4, Claw 4d4, Bite 2d10
 +
|weight=750
 +
|nutr=400
 +
|size=Large
 +
|genocidable=Yes
 +
|frequency=1
 +
|resistances=None
 +
|resistances conveyed=None
 +
|attributes={{attributes|A displacer beast|animal=1|nohands=1|carnivore=1|hostile=1|infravisible=1|traitor=1}}
 +
|reference = [[SLASH'EM 0.0.7E7F2/monst.c#line662]]
 +
}}
 +
Displacer beasts can pose a real problem in combat - in addition to their intrinsic displacement rendering around half your melee attacks harmless, they also have a very low AC and high HP, and can do quite a bit of damage. Luckily, they are not fast, and a player with [[speed]] should be able to outrun them. This is particularly advisable if there are other hostile monsters around, since missed attacks leave you open to retaliation from them and the displacer beast itself.
  
==Strategy==
+
Amusingly, you can displace a displacer beast into water or lava, killing it instantly.
Displacer beasts can pose a real problem in combat - in addition to their intrinsic displacement rendering around half your melee attacks harmless, they also have a very low AC and high HP, and can do quite a bit of damage. Luckily, they are not fast, and a player with [[speed]] should be able to outrun them. This is particularly advisable if there are other monsters around, since missed attacks leave you open to the displacer beast and any other monsters around.
+
|-|
 
+
dNetHack|{{monster
<!--==Variants== <- in preparation for 3.7.0's eventual release
+
|name=displacer beast
-->===SLASH'EM===
+
|symbol={{blue|f}}
Amusingly, in SLASH'EM you can displace a displacer beast into water or lava, killing it instantly ("The displacer beast drowns" and "The displacer beast burns to a crisp", respectively).
+
|tile=
 +
|difficulty=16
 +
|level=12
 +
|experience=307
 +
|speed=12
 +
|AC=-10
 +
|MR=0
 +
|align=-3
 +
|frequency=1
 +
|genocidable=Yes
 +
|attacks=Tentacle 2d4 physical, Tentacle 2d4 physical, Bite 1d8 physical, Claw 1d3 physical, Claw 1d3 physical
 +
|weight=1500
 +
|nutr=400
 +
|size=large
 +
|resistances=[[poison]]
 +
|resistances conveyed=[[poison]]
 +
|attributes={{attributes|A displacer beast|nohands=1|animal=1|carnivore=1|hostile=1|strong=1|infravisible=1|traitor=1}}
 +
|reference=[https://github.com/Chris-plus-alphanumericgibberish/dNAO/blob/compat-3.21.1/src/monst.c#L705 dNetHack src/monst.c, line 705]
 +
}}
 +
In dNetHack, displacer beasts have [[flight]], and thus cannot be killed by displacement into water or lava. They additionally can turn traitor when tame. When you miss a displacer beast (or other displacing monster) due to its displacement, you do not swap places with it.
 +
|-|
 +
SlashTHEM|{{monster
 +
|name=displacer beast
 +
|difficulty=14
 +
|level=12
 +
|speed=12
 +
|AC=-10
 +
|MR=0
 +
|align=-3
 +
|experience=301
 +
|attacks=Claw 4d4, Claw 4d4, Bite 2d10
 +
|weight=750
 +
|nutr=400
 +
|size=Large
 +
|genocidable=Yes
 +
|frequency=1
 +
|resistances=None
 +
|resistances conveyed=None
 +
|attributes={{attributes|A displacer beast|animal=1|nohands=1|carnivore=1|hostile=1|infravisible=1|traitor=1}}
 +
|reference = [https://github.com/Soviet5lo/SlashTHEM/blob/develop/src/monst.c#L781 SlashTHEM src/monst.c, line 781]
 +
}}
 +
No changes have been made to displacer beasts from SLASH'EM to SlashTHEM.
 +
|-|
 +
xNetHack|{{monster
 +
|name=displacer beast
 +
|difficulty=14
 +
|level=12
 +
|speed=12
 +
|AC=-10
 +
|MR=0
 +
|align=-3
 +
|experience=301
 +
|attacks=Claw 4d4, Claw 4d4, Bite 2d10
 +
|weight=750
 +
|nutr=400
 +
|size=Large
 +
|genocidable=Yes
 +
|frequency=1
 +
|resistances=None
 +
|resistances conveyed=displacement 6d6
 +
|attributes={{attributes|A displacer beast|animal=1|nohands=1|carnivore=1|hostile=1|infravisible=1|nasty=1}}
 +
|reference=[https://github.com/copperwater/xNetHack/blob/master/include/monsters.h#L389 xNetHack include/monsters.h, line 389]
 +
}}
 +
In xNetHack, displacer beasts are eligible to be summoned with the [[summon nasties]] [[monster spell]]. Eating displacer beast meat confers intrinsic [[displacement]] for 6d6 turns.
 +
</simpletabs>
  
===dNetHack===
+
<!--==Variants== <- in preparation for 3.7.0's eventual release-->
In [[dNetHack]], displacer beasts have flight, and thus cannot be displaced into water or lava.
 
  
 
==Origin==
 
==Origin==
 
The displacer beast is a ''[[Dungeons & Dragons]]'', monster that projects a displaced image a few feet from where it actually stands. It is the source mythology for the displacement provided by the [[cloak of displacement]].
 
The displacer beast is a ''[[Dungeons & Dragons]]'', monster that projects a displaced image a few feet from where it actually stands. It is the source mythology for the displacement provided by the [[cloak of displacement]].
  
{{SLASHEM-7E7}}
+
{{slashem-7E7}}
 +
{{variant-343}}
 
[[Category:SLASH'EM monsters]]
 
[[Category:SLASH'EM monsters]]
 
[[Category:dNetHack monsters]]
 
[[Category:dNetHack monsters]]
 +
[[Category:SlashTHEM monsters]]
 +
[[Category:xNetHack monsters]]
 
<!--[[Category:NetHack monsters]]-->
 
<!--[[Category:NetHack monsters]]-->

Latest revision as of 13:32, 28 January 2024

The displacer beast, f, is a feline monster that first appears in SLASH'EM, and also appear in dNetHack, SlashTHEM and xNetHack. They have natural displacement.

Across variants, each time you attempt to attack a displacer beast in melee, you have around a 50% chance of merely displacing it like a pet. Using F to force an attack will not move you or the displacer beast, and results in attacking "thin air" if you would have displaced it. In dNetHack they cannot actually displace you, you will just miss.

The following information pertains to an upcoming version (NetHack 3.7.0). If this version is now released, please verify that it is still accurate, then update the page to incorporate this information.

Displacer beasts have been introduced to vanilla in the upcoming NetHack 3.7, with the same traits as detailed in the xNetHack tab below.

Description

Displacer beasts can pose a real problem in combat - in addition to their intrinsic displacement rendering around half your melee attacks harmless, they also have a very low AC and high HP, and can do quite a bit of damage. Luckily, they are not fast, and a player with speed should be able to outrun them. This is particularly advisable if there are other hostile monsters around, since missed attacks leave you open to retaliation from them and the displacer beast itself.

Amusingly, you can displace a displacer beast into water or lava, killing it instantly.
In dNetHack, displacer beasts have flight, and thus cannot be killed by displacement into water or lava. They additionally can turn traitor when tame. When you miss a displacer beast (or other displacing monster) due to its displacement, you do not swap places with it.
No changes have been made to displacer beasts from SLASH'EM to SlashTHEM.

In xNetHack, displacer beasts are eligible to be summoned with the summon nasties monster spell. Eating displacer beast meat confers intrinsic displacement for 6d6 turns.


Origin

The displacer beast is a Dungeons & Dragons, monster that projects a displaced image a few feet from where it actually stands. It is the source mythology for the displacement provided by the cloak of displacement.