summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-data.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-03-25 09:46:42 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-03-25 09:46:42 +0000
commitc500c6b3582877a10bd362722bde81eb9b94b917 (patch)
treebffbb6ae5e21e067a7c985837901d8c1969e9aee /crawl-ref/source/mon-data.h
parentec685f4e71424403b322d3971ac68b31821fe7e1 (diff)
downloadcrawl-ref-c500c6b3582877a10bd362722bde81eb9b94b917.tar.gz
crawl-ref-c500c6b3582877a10bd362722bde81eb9b94b917.zip
Added Tiamat, a unique colourshifting draconian with a large
escort. Yes, I know she's a dragon in the source mythos. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1094 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/mon-data.h')
-rw-r--r--crawl-ref/source/mon-data.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/crawl-ref/source/mon-data.h b/crawl-ref/source/mon-data.h
index c4cfbb822c..9fc3ea4c96 100644
--- a/crawl-ref/source/mon-data.h
+++ b/crawl-ref/source/mon-data.h
@@ -4402,5 +4402,15 @@
MONUSE_NOTHING, SIZE_TINY
}
,
+{
+ MONS_TIAMAT, 'd', MAGENTA, "Tiamat",
+ M_HUMANOID | M_SEE_INVIS | M_EVIL | M_UNIQUE,
+ MR_NO_FLAGS,
+ 0, 10, MONS_DRACONIAN, MONS_DRACONIAN, MH_NATURAL, -5,
+ { {AT_HIT, AF_PLAIN, 20}, {AT_HIT, AF_PLAIN, 5}, {AT_HIT, AF_PLAIN, 5} },
+ { 22, 0, 0, 200 },
+ 8, 10, 10, 10, MST_NO_SPELLS, CE_NOCORPSE, Z_SMALL, S_ROAR, I_HIGH,
+ MONUSE_STARTING_EQUIPMENT, SIZE_MEDIUM
+},
#endif