summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-info.h
diff options
context:
space:
mode:
authorDracoOmega <draco_omega@live.com>2013-07-15 13:33:04 -0230
committerDracoOmega <draco_omega@live.com>2013-07-15 21:45:36 -0230
commitc2f50191aff02d3c26e319ab2e97a564acf1ba49 (patch)
treead62a94d5c8c4b01a817cd3d920ad9167b2d7826 /crawl-ref/source/mon-info.h
parent645dfb413ef4e50d6de9c3baa04a522eb947e588 (diff)
downloadcrawl-ref-c2f50191aff02d3c26e319ab2e97a564acf1ba49.tar.gz
crawl-ref-c2f50191aff02d3c26e319ab2e97a564acf1ba49.zip
Revamp Olgreb's Toxic Radiance
OTR was a very lackluster spell, even in the venom mage starting book, where it had a relatively captive audience. This is aimed to improve that situation without directly turning it into 'refridge, except poison'. OTR now causes the caster to radiate a toxic aura over the course of several turns after casting (extendable by recasting), and inflicts a small amount of impact damage in addition to a (weaker) lingering poison. The damage done decreases with distance from the caster, doing around 35% damage at the very edge of LoS. While it inflicts no impact damage upon a player casting it, the poison status thus inflicted now bypasses rPois. This makes it somewhat more hazardous to some people's health (perhaps commensurate with its increased power) but also synergizes more nicely with cure poison. Finally, OTR no longer has the curious property of being unable to hit invisible creatures, even when you can see them.
Diffstat (limited to 'crawl-ref/source/mon-info.h')
-rw-r--r--crawl-ref/source/mon-info.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/mon-info.h b/crawl-ref/source/mon-info.h
index b50f97f5c7..18b318b68d 100644
--- a/crawl-ref/source/mon-info.h
+++ b/crawl-ref/source/mon-info.h
@@ -102,6 +102,7 @@ enum monster_info_flags
MB_WIND_AIDED,
MB_SUMMONED_NO_STAIRS, // Temp. summoned and capped monsters
MB_SUMMONED_CAPPED, // Expiring due to summons cap
+ MB_TOXIC_RADIANCE,
NUM_MB_FLAGS
};