summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-abil.h
diff options
context:
space:
mode:
authorDracoOmega <draco_omega@live.com>2014-03-09 20:47:05 -0230
committerDracoOmega <draco_omega@live.com>2014-03-11 20:07:54 -0230
commit03863c37a7725b2b85bdbef2d61d778142b9a2c8 (patch)
treebeea3661b9022ff88d273ebe2a26957c76bd0849 /crawl-ref/source/mon-abil.h
parentda5242858d54221824926767f315f012054519e9 (diff)
downloadcrawl-ref-03863c37a7725b2b85bdbef2d61d778142b9a2c8.tar.gz
crawl-ref-03863c37a7725b2b85bdbef2d61d778142b9a2c8.zip
Remove shock serpent lightning torrent, adjust discharge / stats
Lightning torrent didn't work as well as hoped, in practice. The intent was that it be dangerous unless actively controlled by quickly hitting the serpent, but be much less threatening if you did this. However, between misses and low damage hits, it was quite possible to be attacking a serpent continuously and still fail to prevent the torrent. Even worse, if the serpent was obstructed by other monsters, there was often no good way to keep it from unleashing the attack the moment you killed what was in front of it. A fast monster with relatively threatening attacks is likely already a priority target without the need for some other specific mechanic to encourage this. Thus, lightning torrent is removed, and the retribution discharge is made dependant on the damage inflicted upon it rather than time from last discharge (with starting hits triggering a larger shock). Also raise HD (and thus AF_ELEC damage) slightly, while lowering their base melee, to shift the damage just a touch more from physical to elemental. This also fixes a bug where the discharge would not trigger on any attack that actually killed the serpent.
Diffstat (limited to 'crawl-ref/source/mon-abil.h')
-rw-r--r--crawl-ref/source/mon-abil.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/mon-abil.h b/crawl-ref/source/mon-abil.h
index feb343ef15..4f43fc2589 100644
--- a/crawl-ref/source/mon-abil.h
+++ b/crawl-ref/source/mon-abil.h
@@ -46,7 +46,8 @@ bool apply_grasping_roots(monster* mons);
void check_grasping_roots(actor* act, bool quiet = false);
void siren_song(monster* mons);
-void shock_serpent_discharge(monster* serpent);
+void shock_serpent_discharge(monster* serpent, coord_def pos, int pow,
+ mon_attitude_type attitude);
void guardian_golem_bond(monster* mons);