summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJude Brown <bookofjude@users.sourceforge.net>2009-12-26 12:50:09 +1000
committerJude Brown <bookofjude@users.sourceforge.net>2009-12-26 12:50:09 +1000
commit9db07b06e8c59d76596875751e239e5fff4ac50e (patch)
tree468253c07297f7d202a6b84328247d3085f32ddb
parent98a4866e0c628757d9137e171b502fd7193f10c3 (diff)
downloadcrawl-ref-9db07b06e8c59d76596875751e239e5fff4ac50e.tar.gz
crawl-ref-9db07b06e8c59d76596875751e239e5fff4ac50e.zip
Tweak Mara's depth and stats.
After watching some people fight against him on CDO, I've reduced his magic resistance as HD adjusts this considerably (giving him an MR of around 260) to around 210. His HP and HD remain the same, but I've also reduced AC and EV back to those of a normal Rakshasa. (10 and 14 respectively). I've also increased his depth to 22-27 and tweaked the EXP modifier slightly (though this may be too much and require adjusting back down in future).
-rw-r--r--crawl-ref/source/dat/uniques.des2
-rw-r--r--crawl-ref/source/mon-data.h12
2 files changed, 7 insertions, 7 deletions
diff --git a/crawl-ref/source/dat/uniques.des b/crawl-ref/source/dat/uniques.des
index 365d66e8eb..851b3fb320 100644
--- a/crawl-ref/source/dat/uniques.des
+++ b/crawl-ref/source/dat/uniques.des
@@ -216,7 +216,7 @@ DEPTH: 14-16
: place_unique(_G, "Maud")
NAME: uniq_mara
-DEPTH: 20-27, !Lair, !Slime
+DEPTH: 22-27, !Lair, !Slime
: place_unique(_G, "Mara")
NAME: uniq_maurice
diff --git a/crawl-ref/source/mon-data.h b/crawl-ref/source/mon-data.h
index c0c251c67b..4467317458 100644
--- a/crawl-ref/source/mon-data.h
+++ b/crawl-ref/source/mon-data.h
@@ -4676,10 +4676,10 @@ static monsterentry mondata[] = {
MONS_MARA, 'R', LIGHTRED, "Mara",
M_SPELLCASTER | M_SEE_INVIS | M_ACTUAL_SPELLS | M_SPEAKS | M_UNIQUE,
MR_RES_POISON | MR_RES_ELEC,
- 0, 15, MONS_RAKSHASA, MONS_RAKSHASA, MH_DEMONIC, -10,
- { {AT_HIT, AF_PLAIN, 40}, AT_NO_ATK, AT_NO_ATK, AT_NO_ATK },
+ 0, 20, MONS_RAKSHASA, MONS_RAKSHASA, MH_DEMONIC, -8,
+ { {AT_HIT, AF_PLAIN, 30}, AT_NO_ATK, AT_NO_ATK, AT_NO_ATK },
{ 20, 0, 0, 140 },
- 15, 15, MST_MARA, CE_NOCORPSE, Z_NOZOMBIE, S_SILENT,
+ 10, 14, MST_MARA, CE_NOCORPSE, Z_NOZOMBIE, S_SILENT,
I_HIGH, HT_LAND, FL_NONE, 10, DEFAULT_ENERGY,
MONUSE_WEAPONS_ARMOUR, MONEAT_NOTHING, SIZE_MEDIUM
},
@@ -4690,10 +4690,10 @@ static monsterentry mondata[] = {
MONS_MARA_FAKE, 'R', LIGHTRED, "Mara",
M_SPELLCASTER | M_SEE_INVIS | M_ACTUAL_SPELLS | M_SPEAKS,
MR_RES_POISON | MR_RES_ELEC,
- 0, 15, MONS_RAKSHASA_FAKE, MONS_RAKSHASA_FAKE, MH_DEMONIC, MAG_IMMUNE,
- { {AT_HIT, AF_PLAIN, 40}, AT_NO_ATK, AT_NO_ATK, AT_NO_ATK },
+ 0, 20, MONS_RAKSHASA_FAKE, MONS_RAKSHASA_FAKE, MH_DEMONIC, MAG_IMMUNE,
+ { {AT_HIT, AF_PLAIN, 30}, AT_NO_ATK, AT_NO_ATK, AT_NO_ATK },
{ 20, 0, 0, 140 },
- 15, 15, MST_MARA_FAKE, CE_NOCORPSE, Z_NOZOMBIE, S_SILENT,
+ 10, 14, MST_MARA_FAKE, CE_NOCORPSE, Z_NOZOMBIE, S_SILENT,
I_HIGH, HT_LAND, FL_NONE, 10, DEFAULT_ENERGY,
MONUSE_WEAPONS_ARMOUR, MONEAT_NOTHING, SIZE_MEDIUM
},