Difference between revisions of "Enemies"

From DoomRL Wiki

Jump to: navigation, search
(Boss Enemies)
 
Line 2: Line 2:
  
 
==Overview==
 
==Overview==
Enemies (or monsters) are the obstacles to your sweet, sweet victory. They have stats in the same way that you do (see [[Mechanics]] for details), but contrast in that their movements are governed by the game's [[AI|artificial intelligence]]. The difficulty of these monsters depends on their stats and their intelligence.
+
Enemies (or monsters) are the obstacles to your sweet, sweet victory. They have stats in the same way that you do (see [[Mechanics]] for details), but contrast in that their movements are governed by the game's [[artificial intelligence]]. The difficulty of these monsters depends on their stats and their intelligence.
  
  
 
==Statistics==
 
==Statistics==
 
Every enemy comes with an array of stats, but these are the most important ones:
 
Every enemy comes with an array of stats, but these are the most important ones:
* '''[[Health|HP]]''': The lifeblood of anything that moves. When something has zero HP, it is dead.
+
* '''[[HP]]''': The lifeblood of anything that moves. When something has zero HP, it is dead.
 
* '''Armor''': The shield of anything that moves. Armor for enemies is directly proportional to [[protection]].
 
* '''Armor''': The shield of anything that moves. Armor for enemies is directly proportional to [[protection]].
 
* '''[[Accuracy]]''': How likely an enemy will hit its target. This counts both for melee and ranged attacks on enemies.
 
* '''[[Accuracy]]''': How likely an enemy will hit its target. This counts both for melee and ranged attacks on enemies.
 
* '''Melee Damage''': How much an adjacent attack will hurt. For enemies, this is governed by a 1d3+X, where X varies from enemy to enemy.
 
* '''Melee Damage''': How much an adjacent attack will hurt. For enemies, this is governed by a 1d3+X, where X varies from enemy to enemy.
* '''Projectile Damage''': How much attacks at a distance will hurt. Enemies can hurt each other, although this does not result in monster infighting (as would occur in Doom).
+
* '''Projectile Damage''': How much attacks at a distance will hurt. Enemies can hurt each other with their projectiles, although this does not result in monster infighting (as would occur in Doom). Enemies can also even hurt themselves with their own attacks if they get hit in its [[explosion]] radius, with the exception of a few enemies that are explicitly immune to their own attack.
* '''[[Time|Speed]]''': How quickly the enemy moves. 100% speed means that each action will take one second: anything lower results in slower actions and anything higher results in faster actions.
+
* '''[[Speed]]''': How quickly the enemy performs all actions. 100% speed means that each action will take the action's default time (see the speed/time page for details); anything lower results in slower actions and anything higher results in faster actions.
 
* '''Special abilities''': If the enemy has a particular trait, it will be mentioned here. Things like teleportation, resurrection, regeneration, and resistances count as special abilities.
 
* '''Special abilities''': If the enemy has a particular trait, it will be mentioned here. Things like teleportation, resurrection, regeneration, and resistances count as special abilities.
  
Line 42: Line 42:
 
===Nightmare Enemies===
 
===Nightmare Enemies===
  
Upgraded versions of their basic counterparts, nightmare enemies are generally seen on [[Game_Settings#Difficulty|Nightmare!]] difficulty and the [[Challenges#Angel of 100|Angel of 100]] challenge.
+
Upgraded versions of their basic counterparts, nightmare enemies are generally seen in certain [[special level]]s on [[Game_Settings#Difficulty|harder difficulties]] and in deep floors of the [[Angel of 100]] challenge.
  
 
* [[nightmare imp]]
 
* [[nightmare imp]]
Line 55: Line 55:
  
 
===Boss Enemies===
 
===Boss Enemies===
Bosses are the masters of special levels. With some exceptions due to the [[Challenges#Angel of 100|Angel of 100]] challenge, these enemies will only appear once per game.
+
Bosses are the masters of [[special level]]s. With the exceptions due to the [[Angel of 100]] challenge (where some bosses appear as regular enemies in very deep floors) and certain rare [[level type]]s, these enemies will only appear once per game.
  
 
* [[shambler]]
 
* [[shambler]]

Latest revision as of 19:22, 12 August 2024

Game Data Strategy

Contents

Overview

Enemies (or monsters) are the obstacles to your sweet, sweet victory. They have stats in the same way that you do (see Mechanics for details), but contrast in that their movements are governed by the game's artificial intelligence. The difficulty of these monsters depends on their stats and their intelligence.


Statistics

Every enemy comes with an array of stats, but these are the most important ones:

  • HP: The lifeblood of anything that moves. When something has zero HP, it is dead.
  • Armor: The shield of anything that moves. Armor for enemies is directly proportional to protection.
  • Accuracy: How likely an enemy will hit its target. This counts both for melee and ranged attacks on enemies.
  • Melee Damage: How much an adjacent attack will hurt. For enemies, this is governed by a 1d3+X, where X varies from enemy to enemy.
  • Projectile Damage: How much attacks at a distance will hurt. Enemies can hurt each other with their projectiles, although this does not result in monster infighting (as would occur in Doom). Enemies can also even hurt themselves with their own attacks if they get hit in its explosion radius, with the exception of a few enemies that are explicitly immune to their own attack.
  • Speed: How quickly the enemy performs all actions. 100% speed means that each action will take the action's default time (see the speed/time page for details); anything lower results in slower actions and anything higher results in faster actions.
  • Special abilities: If the enemy has a particular trait, it will be mentioned here. Things like teleportation, resurrection, regeneration, and resistances count as special abilities.

All lists are sorted by room depth (although unique bosses get to stay at the bottom of their list).


Enemies

Game Data Strategy

Basic Enemies

Most enemies you will encounter are considered basic.


Nightmare Enemies

Upgraded versions of their basic counterparts, nightmare enemies are generally seen in certain special levels on harder difficulties and in deep floors of the Angel of 100 challenge.

Boss Enemies

Bosses are the masters of special levels. With the exceptions due to the Angel of 100 challenge (where some bosses appear as regular enemies in very deep floors) and certain rare level types, these enemies will only appear once per game.

Personal tools