summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-data.h
diff options
context:
space:
mode:
authorJude Brown <bookofjude@users.sourceforge.net>2009-11-16 21:21:17 +1000
committerJude Brown <bookofjude@users.sourceforge.net>2009-11-16 21:26:59 +1000
commitc114b6995bcc2ab8980cf2ca6762ffc26d555652 (patch)
tree624ff25b9e6557922b8098ffec72c1f83d31c5bf /crawl-ref/source/mon-data.h
parent94efa11e1613a3328378a2e1f9831f144490d434 (diff)
downloadcrawl-ref-c114b6995bcc2ab8980cf2ca6762ffc26d555652.tar.gz
crawl-ref-c114b6995bcc2ab8980cf2ca6762ffc26d555652.zip
Make Pikel's slaves actually slaves (new monster).
Identical stats to a normal human, but start with an animal skin and a different description. They should probably spawn with a weapon too.
Diffstat (limited to 'crawl-ref/source/mon-data.h')
-rw-r--r--crawl-ref/source/mon-data.h16
1 files changed, 14 insertions, 2 deletions
diff --git a/crawl-ref/source/mon-data.h b/crawl-ref/source/mon-data.h
index 788e6f7ef5..9a6dfc8d8d 100644
--- a/crawl-ref/source/mon-data.h
+++ b/crawl-ref/source/mon-data.h
@@ -3372,6 +3372,18 @@ static monsterentry mondata[] = {
},
{
+ MONS_SLAVE, '@', WHITE, "slave",
+ M_WARM_BLOOD | M_SPEAKS,
+ MR_NO_FLAGS,
+ 550, 10, MONS_HUMAN, MONS_HUMAN, MH_NATURAL, -3,
+ { {AT_HIT, AF_PLAIN, 10}, AT_NO_ATK, AT_NO_ATK, AT_NO_ATK },
+ { 5, 3, 5, 0 },
+ 2, 12, MST_NO_SPELLS, CE_CONTAMINATED, Z_SMALL, S_SHOUT,
+ I_NORMAL, HT_LAND, FL_NONE, 10, DEFAULT_ENERGY,
+ MONUSE_STARTING_EQUIPMENT, MONEAT_NOTHING, SIZE_MEDIUM
+},
+
+{
MONS_HELL_KNIGHT, '@', RED, "hell knight",
M_FIGHTER | M_SPELLCASTER | M_ACTUAL_SPELLS | M_WARM_BLOOD | M_SPEAKS,
MR_RES_HELLFIRE,
@@ -4467,11 +4479,11 @@ static monsterentry mondata[] = {
},
{
- // XP modifier is very high to compensate for 1d3 created-friendly humans
+ // XP modifier is very high to compensate for 4 created-friendly humans
MONS_PIKEL, 'K', BLUE, "Pikel",
M_WARM_BLOOD | M_SPEAKS | M_UNIQUE | M_NO_WAND,
MR_NO_FLAGS,
- 500, 40, MONS_KOBOLD, MONS_BIG_KOBOLD, MH_NATURAL, -3,
+ 500, 55, MONS_KOBOLD, MONS_BIG_KOBOLD, MH_NATURAL, -3,
{ {AT_HIT, AF_PLAIN, 9}, AT_NO_ATK, AT_NO_ATK, AT_NO_ATK },
{ 6, 0, 0, 40 },
4, 12, MST_NO_SPELLS, CE_POISONOUS, Z_NOZOMBIE, S_SHOUT,