summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-data.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2009-10-12 22:01:42 +0200
committerAdam Borowski <kilobyte@angband.pl>2009-10-12 22:01:42 +0200
commit759d9c1e18f28af3d2e8f1bfc234ec25dcfc2081 (patch)
treeb2515e11db09c9e95e3c637f004c4a7e0208c7fa /crawl-ref/source/mon-data.h
parent2495f7b7d5bc09feaea3d8a0bf148e2fcf7ff5a7 (diff)
downloadcrawl-ref-759d9c1e18f28af3d2e8f1bfc234ec25dcfc2081.tar.gz
crawl-ref-759d9c1e18f28af3d2e8f1bfc234ec25dcfc2081.zip
Bushes -- tree-like monsters than can be destroyed with any means of damage,
and are much easier to set on fire than trees.
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 106987988f..8cabf9b596 100644
--- a/crawl-ref/source/mon-data.h
+++ b/crawl-ref/source/mon-data.h
@@ -2520,6 +2520,17 @@ static monsterentry mondata[] = {
HT_LAND, 10, DEFAULT_ENERGY, MONUSE_NOTHING, MONEAT_NOTHING, SIZE_SMALL
},
+{
+ MONS_BUSH, 'P', BROWN, "bush",
+ M_NO_EXP_GAIN | M_STATIONARY,
+ MR_RES_POISON | MR_VUL_FIRE | MR_RES_ASPHYX,
+ 0, 10, MONS_BUSH, MONS_BUSH, MH_PLANT, MAG_IMMUNE,
+ { AT_NO_ATK, AT_NO_ATK, AT_NO_ATK, AT_NO_ATK },
+ { 20, 3, 5, 0 },
+ 30, 0, MST_NO_SPELLS, CE_NOCORPSE, Z_NOZOMBIE, S_SILENT, I_PLANT,
+ HT_LAND, 0, DEFAULT_ENERGY, MONUSE_NOTHING, MONEAT_NOTHING, SIZE_BIG
+},
+
// queen insects ('Q')
{
MONS_QUEEN_BEE, 'Q', YELLOW, "queen bee",