Blood temperature
Cold-blooded creatures are slowed down if they're hit by a frost attack.
From mon-util.h:
M_COLD_BLOOD = (1<<16), // susceptible to cold, // drainable by vampires M_WARM_BLOOD = (1<<17), // no effect currently, // drainable by vampires