|
|
(9 intermediate revisions by 6 users not shown) |
Line 1: |
Line 1: |
− | {{version012}}
| + | #REDIRECT[[Blood#Blood temperature]] |
− | | |
− | '''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]].
| |
− | | |
− | ----
| |
− | | |
− | | |
− | From mon-util.h:
| |
− | | |
− | 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]]
| |