Difference between revisions of "Blood temperature"

From CrawlWiki
Jump to: navigation, search
(Update to 0.25, no change)
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{version013}}
+
{{version025}}
  
'''Blood temperature''' is a trait of all monsters which have blood (most [[natural]], non-[[list of insects|insect]], [[list of arachnids|-arachnid]], [[list of jellies|-jelly]], or [[list of eyeballs|-eyeball]] monsters). This trait has little impact on actual gameplay, except for the fact that cold-blooded creatures are [[slow]]ed if hit by a [[Attack flavour|frost attack]].
+
'''Blood temperature''' is a trait of all monsters which have blood (most [[natural]], non-[[list of insects|insect]], [[list of arachnids|-arachnid]], [[list of jellies|-jelly]], or [[list of eyeballs|-eyeball]] monsters).
  
----
+
They can be either [[cold-blooded]] or [[warm-blooded]].
  
 +
[[Cold-blooded]] creatures are [[slow]]ed if hit by a [[Attack flavour|cold attack]] and are slowed twice as long by [[Metabolic Englaciation]].
  
From mon-util.h:
+
[[Warm-blooded]] creatures have no specific vulnerabilities.
 
 
    M_COLD_BLOOD        = (1<<16),        // susceptible to [[cold]],
 
                                          // drainable by [[vampire]]s
 
    M_WARM_BLOOD        = (1<<17),        // no effect currently,
 
                                          // drainable by vampires
 
 
 
  
 
[[category:Blood temperature]]
 
[[category:Blood temperature]]

Revision as of 19:30, 2 July 2020

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

Blood temperature is a trait of all monsters which have blood (most natural, non-insect, -arachnid, -jelly, or -eyeball monsters).

They can be either cold-blooded or warm-blooded.

Cold-blooded creatures are slowed if hit by a cold attack and are slowed twice as long by Metabolic Englaciation.

Warm-blooded creatures have no specific vulnerabilities.