From 046629b0edf14b2ad341bb02872d7db4acbee151 Mon Sep 17 00:00:00 2001 From: haranp Date: Wed, 4 Jul 2007 13:07:08 +0000 Subject: 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 --- crawl-ref/source/mon-data.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'crawl-ref/source/mon-data.h') 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 -- cgit v1.2.3-54-g00ecf