Difference between revisions of "Disposition"

From CrawlWiki
Jump to: navigation, search
m (Allied)
m
Line 1: Line 1:
{{version028}}
+
{{version029}}
 
Monsters in Crawl have one of four '''dispositions''', or '''attitudes''', towards the player:
 
Monsters in Crawl have one of four '''dispositions''', or '''attitudes''', towards the player:
 
*hostile (<code>ATT_HOSTILE</code> in the [[source code]]),
 
*hostile (<code>ATT_HOSTILE</code> in the [[source code]]),
Line 12: Line 12:
  
 
==Neutral==
 
==Neutral==
Neutral or indifferent monsters are those with no particular desire to kill the player.  They will not pursue, and will not use ranged attacks.  However, they will still attack in melee anything that gets in their way: the player, other monsters, plants, etc. You must use a dedicated attack command ('''Ctrl-direction''' or '''v''') in order to attack these monsters, potentially getting a [[stab]] off and definitely making them hostile.  
+
Neutral (indifferent) monsters are those with no particular desire to kill the player.  They will not pursue, and will not use ranged attacks.  However, they will still attack in melee anything that gets in their way: the player, other monsters, plants, etc. You must use a dedicated attack command ('''Ctrl-direction''' or '''v''') in order to attack these monsters, potentially getting a [[stab]] off and definitely making them hostile.  
  
 
Monsters pacified by [[Elyvilon]] are neutral, attempting to find the nearest staircase and leave the level.  Monsters produced by [[Lugonu]]'s Corruption ability will also be neutral, and there are a few manmade [[vault]]s that contain neutral monsters (though are quite rare).
 
Monsters pacified by [[Elyvilon]] are neutral, attempting to find the nearest staircase and leave the level.  Monsters produced by [[Lugonu]]'s Corruption ability will also be neutral, and there are a few manmade [[vault]]s that contain neutral monsters (though are quite rare).

Revision as of 23:18, 16 September 2022

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

Monsters in Crawl have one of four dispositions, or attitudes, towards the player:

  • hostile (ATT_HOSTILE in the source code),
  • neutral (ATT_NEUTRAL),
  • peaceful (ATT_GOOD_NEUTRAL),
  • allied (ATT_FRIENDLY).

Hostile

Hostile monsters will actively pursue the player and try to kill him/her, be it through spells, abilities, melee, ranged weapons, or whatever means they have coded. Even monsters with no means of attacking the player, like plants, are considered "hostile" - one can see this by worshiping Elyvilon, who forbids attacking non-hostile monsters. Hostile monsters will not generally attack each other, although monsters will destroy plants in an attempt to reach the player, and some monsters are rather indiscriminate with multiple-target spells.

By default, every monster in the game is hostile, though a few means can change this.

Neutral

Neutral (indifferent) monsters are those with no particular desire to kill the player. They will not pursue, and will not use ranged attacks. However, they will still attack in melee anything that gets in their way: the player, other monsters, plants, etc. You must use a dedicated attack command (Ctrl-direction or v) in order to attack these monsters, potentially getting a stab off and definitely making them hostile.

Monsters pacified by Elyvilon are neutral, attempting to find the nearest staircase and leave the level. Monsters produced by Lugonu's Corruption ability will also be neutral, and there are a few manmade vaults that contain neutral monsters (though are quite rare).

Frenzied

Frenzied is the result of the frenzy status. Frenzied monsters will actively attack the closest thing in sight, whenever it be a player or a monster.

Peaceful

Peaceful monsters are friendly toward the player, but are not allies. They will not attack the player, and attempting to move onto their square simply displaces them. They will roam around, attempting to kill hostile monsters, using all their abilities in doing so. They cannot be given commands to attack a specific monster, and will not follow the player.

Peaceful is a fairly rare trait. Fedhas turns all plants peaceful. Upon killing Kirke, her pigs will turn into peaceful humans. Some peaceful monsters are generated in vaults.

Allied

Allied monsters are most akin to "pets" in other roguelikes. They will follow the player, attacking his or her enemies at will, without much regard for their own safety. They can be given a few simple commands: "Guard the Area!" (stay close), "Follow me!", "Retreat!", "Attack [a specific target]!", and "Stop attacking." Sadly, it is not possible to give commands to a single ally - you give them to all allies in LOS or none.

Permanent allies are incredibly sparse, only being created from gods: Beogh conversion, the Hepliaklqana ancestor, and a single bound soul from Yredelemnul. Temporary allies, however, are quite common. A wand of charming will temporarily convert one into your side, while a variety of Summonings and Necromancy spells will create them for you. Summoned and undead allies are unable to follow you up stairs, though the rest are able.

Fellow Slime

Jiyva worshippers will find all slimes turned friendly. This is technically a seperate attitude (ATT_FELLOW_SLIME), acting more like peaceful monsters than allied. They do not follow you and are unable to be commanded, but still will seek out enemies that attack you (as opposed to hunting down monsters).