summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-data.h
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-12-08 14:36:42 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-12-08 14:36:42 +0000
commitd90d42364935634477497d3397f8a46ad7a5ccf3 (patch)
tree05e068057f95893a9966d6a33ccea131cdc3fa53 /crawl-ref/source/mon-data.h
parent596223a14698390d7eb422e80939f460a5f32a2f (diff)
downloadcrawl-ref-d90d42364935634477497d3397f8a46ad7a5ccf3.tar.gz
crawl-ref-d90d42364935634477497d3397f8a46ad7a5ccf3.zip
* Add sharks. They go into a battle frenzy if they smell blood.
* Make harpies actually appear in packs. (Oops...) * Properly pluralise hippogriffs as such. * Regard butcher swap prompt as safe and default to 'n'. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7784 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/mon-data.h')
-rw-r--r--crawl-ref/source/mon-data.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/crawl-ref/source/mon-data.h b/crawl-ref/source/mon-data.h
index ac30f09bbc..161fbedf73 100644
--- a/crawl-ref/source/mon-data.h
+++ b/crawl-ref/source/mon-data.h
@@ -2979,6 +2979,18 @@ static monsterentry mondata[] = {
HT_WATER, 10, DEFAULT_ENERGY, MONUSE_NOTHING, SIZE_LITTLE
},
+{
+ MONS_SHARK, ';', YELLOW, "shark",
+ // Goes into a battle frenzy when it smells blood.
+ M_COLD_BLOOD | M_BLOOD_SCENT,
+ MR_NO_FLAGS,
+ 0, 12, MONS_SHARK, MONS_SHARK, MH_NATURAL, -3,
+ { {AT_BITE, AF_PLAIN, 15}, {AT_BITE, AF_PLAIN, 8}, AT_NO_ATK, AT_NO_ATK },
+ { 7, 3, 5, 0 },
+ 9, 5, MST_NO_SPELLS, CE_NOCORPSE, Z_BIG, S_SILENT, I_ANIMAL,
+ HT_WATER, 10, DEFAULT_ENERGY, MONUSE_NOTHING, SIZE_LARGE
+},
+
// lava monsters
{
MONS_LAVA_WORM, 'w', RED, "lava worm",