From 54a8ee37c5d6bee4ed77eef17bad080c0f81b175 Mon Sep 17 00:00:00 2001 From: zelgadis Date: Sat, 29 Nov 2008 06:09:05 +0000 Subject: Changed player attribute type from unsigned char to unsigned long. Breaks savefile compatibility. Keep track of how much gold the player has collected, spent at shops, donated, and otherwise used (like at ziggurats) and include that info in the misc section of the character dump file. Place-holder for chaos spawn monster. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7683 c06c8d41-db1a-0410-9941-cceddc491573 --- 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 dc20a5f3ec..a40cff23a1 100644 --- a/crawl-ref/source/mon-data.h +++ b/crawl-ref/source/mon-data.h @@ -3427,6 +3427,17 @@ static monsterentry mondata[] = { HT_LAND, 11, DEFAULT_ENERGY, MONUSE_OPEN_DOORS, SIZE_SMALL }, +{ + MONS_CHAOS_SPAWN, '3', EC_RANDOM, "chaos spawn", + M_SEE_INVIS | M_EVIL, + MR_NO_FLAGS, + 0, 10, MONS_CHAOS_SPAWN, MONS_CHAOS_SPAWN, MH_NATURAL, -3, + { AT_NO_ATK, AT_NO_ATK, AT_NO_ATK, AT_NO_ATK }, + { 0, 0, 0, 0 }, + 0, 0, MST_NO_SPELLS, CE_MUTAGEN_RANDOM, Z_NOZOMBIE, S_RANDOM, I_NORMAL, + HT_LAND, 0, DEFAULT_ENERGY, MONUSE_NOTHING, SIZE_BIG +}, + // reaper etc. ('2') { MONS_SUN_DEMON, '2', YELLOW, "sun demon", -- cgit v1.2.3-54-g00ecf