From 759d9c1e18f28af3d2e8f1bfc234ec25dcfc2081 Mon Sep 17 00:00:00 2001 From: Adam Borowski Date: Mon, 12 Oct 2009 22:01:42 +0200 Subject: Bushes -- tree-like monsters than can be destroyed with any means of damage, and are much easier to set on fire than trees. --- crawl-ref/source/mon-data.h | 11 +++++++++++ 1 file changed, 11 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 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", -- cgit v1.2.3-54-g00ecf