summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ouch.h
diff options
context:
space:
mode:
authorgammafunk <gammafunk@gmail.com>2014-03-05 22:59:38 -0600
committergammafunk <gammafunk@gmail.com>2014-03-06 12:27:43 -0600
commit6f24510ddd6b1be80c396e74d537a9a915535ebc (patch)
tree769abe6d2e8ef8f0ee7006d4aea03be4e38e6203 /crawl-ref/source/ouch.h
parent2f0dee958f5c89741639812ce72daf06e96ad4f0 (diff)
downloadcrawl-ref-6f24510ddd6b1be80c396e74d537a9a915535ebc.tar.gz
crawl-ref-6f24510ddd6b1be80c396e74d537a9a915535ebc.zip
Octopode Crusher: An octopode warrior that throws your weight around.
This a late-game octopode monster with a new throw ability as well as throw icicle. It's meant to be a bit tougher than the late-shoals merfolk it can spawn with in the Depths water population (it replaces ordinary octopodes there). New ability: Throw. A 2 in 5 chance to hurl a victim that's currently being constricted by the crusher for undodgable, AC-checking damage, preferably "into" (i.e. adjacent to) a solid feature for 50% increased damage. The base throw damage is currently HD * 3. The landing site must be at distance of at least 4 from the thrower, is always habitable for the victim, and the feature site must be visible to the thrower if the damage increase is to apply. If no landing site adjacent to a solid feature can be found, any habitable landing site in LOS is used, but then only the base damage applies.
Diffstat (limited to 'crawl-ref/source/ouch.h')
-rw-r--r--crawl-ref/source/ouch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/ouch.h b/crawl-ref/source/ouch.h
index 9917a6c194..8462dfaa54 100644
--- a/crawl-ref/source/ouch.h
+++ b/crawl-ref/source/ouch.h
@@ -57,7 +57,7 @@ enum kill_method_type
KILLED_BY_SPINES,
KILLED_BY_FRAILTY,
KILLED_BY_BARBS,
-
+ KILLED_BY_BEING_THROWN,
NUM_KILLBY
};