summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-data.h
diff options
context:
space:
mode:
authorevktalo <evktalo@c06c8d41-db1a-0410-9941-cceddc491573>2009-08-11 16:16:58 +0000
committerevktalo <evktalo@c06c8d41-db1a-0410-9941-cceddc491573>2009-08-11 16:16:58 +0000
commitf4a0665730ee11070a9b32c963a0368b3c7f982f (patch)
treebb0b6b305659239cb45374a38d4a9b05465d3ce3 /crawl-ref/source/mon-data.h
parent3294105b952c1629e646719fc22bfd88ef73d645 (diff)
downloadcrawl-ref-f4a0665730ee11070a9b32c963a0368b3c7f982f.tar.gz
crawl-ref-f4a0665730ee11070a9b32c963a0368b3c7f982f.zip
Add a new unique mummy, Menkaure, and three new ossuaries. All courtesy of due.
Also added a tile for Menkaure, and made him generate in the dungeon. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10515 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 97f8010b36..c936cb15c2 100644
--- a/crawl-ref/source/mon-data.h
+++ b/crawl-ref/source/mon-data.h
@@ -4033,6 +4033,18 @@ static monsterentry mondata[] = {
},
{
+ MONS_MENKAURE, 'M', MAGENTA, "Menkaure",
+ M_UNIQUE | M_SPEAKS | M_SEE_INVIS | M_EVIL | M_SPELLCASTER
+ | M_ACTUAL_SPELLS,
+ MR_RES_POISON | MR_VUL_FIRE | MR_RES_COLD,
+ 0, 20, MONS_MUMMY, MONS_MUMMY, MH_UNDEAD, -5,
+ { {AT_HIT, AF_PLAIN, 25}, AT_NO_ATK, AT_NO_ATK, AT_NO_ATK },
+ { 3, 5, 3, 0 },
+ 3, 6, MST_MENKAURE, CE_NOCORPSE, Z_NOZOMBIE, S_SHOUT, I_NORMAL,
+ HT_LAND, 6, DEFAULT_ENERGY, MONUSE_OPEN_DOORS, SIZE_MEDIUM
+},
+
+{
// May be re-spawned after his death.
MONS_BORIS, 'L', RED, "Boris",
M_UNIQUE | M_SPELLCASTER | M_ACTUAL_SPELLS | M_SEE_INVIS | M_EVIL