summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-data.h
diff options
context:
space:
mode:
authorzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-04 23:38:05 +0000
committerzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-04 23:38:05 +0000
commit380661f014abdc14c12dc5a9bf10a73be822821c (patch)
tree185540123dbbf5993db75e947b1153b7084cb8b7 /crawl-ref/source/mon-data.h
parent24c7f48b5401889a28462a809303545a7f4933df (diff)
downloadcrawl-ref-380661f014abdc14c12dc5a9bf10a73be822821c.tar.gz
crawl-ref-380661f014abdc14c12dc5a9bf10a73be822821c.zip
Added trapdoor spider (not yet randomly generated). If a trapdoor
spider can't see any enemies and is on a floor square it will "submurge" into the floor and only come out if an enemy moves right next to it or if something attacks it from a distance. Most of this is done with the new monster behavour BEH_LURK. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5477 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/mon-data.h')
-rw-r--r--crawl-ref/source/mon-data.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/crawl-ref/source/mon-data.h b/crawl-ref/source/mon-data.h
index c0d3419359..5d4201287f 100644
--- a/crawl-ref/source/mon-data.h
+++ b/crawl-ref/source/mon-data.h
@@ -1253,6 +1253,17 @@
},
{
+ MONS_TRAPDOOR_SPIDER, 's', BROWN, "trapdoor spider",
+ M_NO_FLAGS,
+ MR_VUL_POISON,
+ 800, 10, MONS_WOLF_SPIDER, MONS_WOLF_SPIDER, MH_NATURAL, -3,
+ { {AT_BITE, AF_POISON_MEDIUM, 20}, AT_NO_ATK, AT_NO_ATK, AT_NO_ATK },
+ { 8, 3, 5, 0 },
+ 3, 10, MST_NO_SPELLS, CE_POISONOUS, Z_BIG, S_HISS, I_INSECT,
+ HT_LAND, 15, DEFAULT_ENERGY, MONUSE_NOTHING, SIZE_TINY
+},
+
+{
MONS_REDBACK, 's', RED, "redback",
M_NO_FLAGS,
MR_VUL_POISON,