summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-data.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-07-04 13:07:08 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-07-04 13:07:08 +0000
commit046629b0edf14b2ad341bb02872d7db4acbee151 (patch)
tree35e91a759394fdec8c892457d7715eacd9a80a0e /crawl-ref/source/mon-data.h
parenta8bc607994f1cfeb8f9fe554c2e89f0b551290af (diff)
downloadcrawl-ref-046629b0edf14b2ad341bb02872d7db4acbee151.tar.gz
crawl-ref-046629b0edf14b2ad341bb02872d7db4acbee151.zip
Added Polyphemus, a unique Cyclops who can show up where high-end uniques
do and is especially common in the Shoals. No talk text yet. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1749 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 6745380eff..907db57e20 100644
--- a/crawl-ref/source/mon-data.h
+++ b/crawl-ref/source/mon-data.h
@@ -4451,4 +4451,16 @@
MONUSE_STARTING_EQUIPMENT, SIZE_MEDIUM
},
+{
+ MONS_POLYPHEMUS, 'C', GREEN, "Polyphemus",
+ M_WARM_BLOOD | M_EVIL | M_UNIQUE,
+ MR_NO_FLAGS,
+ 2500, 10, MONS_HILL_GIANT, MONS_CYCLOPS, MH_NATURAL, -3,
+ { {AT_HIT, AF_PLAIN, 35}, {AT_HIT, AF_PLAIN, 30},
+ {AT_NONE, AF_PLAIN, 0}, {AT_NONE, AF_PLAIN, 0} },
+ { 12, 0, 0, 105 },
+ 7, 3, 8, 8, MST_NO_SPELLS, CE_CLEAN, Z_BIG, S_SHOUT, I_HIGH,
+ MONUSE_STARTING_EQUIPMENT, SIZE_GIANT,
+},
+
#endif