Difference between revisions of "Blood"

From DoomWiki.org

[checked revision][checked revision]
m (I think this flows better.)
m (Quote issue)
Line 13: Line 13:
 
For realism, hitting inanimate objects, including Doom's [[barrel]]s, produces a puff of smoke rather than a blood splatter.
 
For realism, hitting inanimate objects, including Doom's [[barrel]]s, produces a puff of smoke rather than a blood splatter.
  
Furthermore, as a player's health drops in Doom, the [[status bar face]] becomes progressively bloodier, or as the manuals state, "begin to look like raw hamburger".
+
Furthermore, as a player's health drops in Doom, the [[status bar face]] becomes progressively bloodier, or as the manuals state, begins "to look like raw hamburger".
  
 
==See also==
 
==See also==

Revision as of 10:58, 23 May 2015

Blood river in E4M5: They Will Repent.
Blood splatter in MAP17: Tenements.

Blood is ubiquitous in the Doom games and in other games based on the Doom engine (including Heretic, Hexen, Strife, etc), and is perhaps a large factor in making them controversial in some circles (and appealing in others).

In many levels, blood flows in rivers, over blood-falls, and gathers into pools. In Doom, standing in or moving through blood is often detrimental to a player’s health (see damaging floor).

The Doom engine creates animated blood spatter when a shootable thing, including the player, is hit by a hitscan tracer (for example, a bullet). Besides enhancing the atmosphere of the game, this helps the player to know that his aim was correct. There is a special provision in the game code which scales these splatters proportionally to the amount of damage inflicted by given attack - thus, giving a rough visual clue to the player.

Blood also splatters when things are crushed.

In both cases, vanilla Doom treats blood as a transient special effect; only the source ports (initially Doom Legacy but later ZDoom and derivatives) allow for monster blood to splatter onto walls and stick there.

For realism, hitting inanimate objects, including Doom's barrels, produces a puff of smoke rather than a blood splatter.

Furthermore, as a player's health drops in Doom, the status bar face becomes progressively bloodier, or as the manuals state, begins "to look like raw hamburger".

See also