summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-pick-data.h
diff options
context:
space:
mode:
authortenofswords <mwclaws@gmail.com>2014-03-28 22:16:36 -0400
committertenofswords <mwclaws@gmail.com>2014-03-28 22:16:36 -0400
commitfd39688a3c7686da8828b445b30faecef855356c (patch)
treea5ec845dc15ba8eb2b1c2c85d81df760d036bcb3 /crawl-ref/source/mon-pick-data.h
parent7a00befb6a388fa309898f4de1fdd58ad47593e7 (diff)
downloadcrawl-ref-fd39688a3c7686da8828b445b30faecef855356c.tar.gz
crawl-ref-fd39688a3c7686da8828b445b30faecef855356c.zip
Finish up vault/etc removals of stone, clay, (most) iron golems
The golem archetype - slow, omni-resistant, melee-only, and with titanic defenses and health - hardly needs to be around as much, as exaggerated as it is, or with as many different types as it currently has. This forms the last push of vault revisions on vaults containing stone, clay, or (some) iron golems. The last of these is preserved for the flavour and function for Dis, where it can have enough ambient support to work; the other two have been phased out by appropiate other earth-themed monsters. Earth elementals are still based off of the golem archetype, but already serve purposes beyond vault placement, and have much less extreme health; for the most part, they've replaced many of the earth and clay golem uses, alongside the revamped and equally flimsy gargoyles. (Also, adjust crystal golem speech and banish iron elementals back to Sprint.)
Diffstat (limited to 'crawl-ref/source/mon-pick-data.h')
-rw-r--r--crawl-ref/source/mon-pick-data.h18
1 files changed, 7 insertions, 11 deletions
diff --git a/crawl-ref/source/mon-pick-data.h b/crawl-ref/source/mon-pick-data.h
index 5887c254a5..400a7e3cfc 100644
--- a/crawl-ref/source/mon-pick-data.h
+++ b/crawl-ref/source/mon-pick-data.h
@@ -579,14 +579,12 @@ static const pop_entry pop_hell[] =
static const pop_entry pop_dis[] =
{ // Dis
- { 1, 7, 25, DOWN, MONS_CLAY_GOLEM },
{ 1, 2, 8, DOWN, MONS_CRIMSON_IMP },
{ 1, 7, 539, DOWN, MONS_RED_DEVIL },
{ 1, 7, 136, DOWN, MONS_NECROPHAGE },
{ 1, 12, 514, DOWN, MONS_SKELETAL_WARRIOR },
{ 1, 7, 1998, FLAT, MONS_ZOMBIE },
{ 1, 12, 438, DOWN, MONS_HELL_HOUND },
- { 1, 7, 25, DOWN, MONS_STONE_GOLEM },
{ 1, 7, 25, DOWN, MONS_HELL_KNIGHT },
{ 1, 7, 776, FLAT, MONS_TORMENTOR },
{ 1, 7, 66, DOWN, MONS_PHANTOM },
@@ -594,7 +592,7 @@ static const pop_entry pop_dis[] =
{ 1, 6, 420, DOWN, MONS_WIGHT },
{ 1, 12, 272, DOWN, MONS_SKELETON },
{ 1, 7, 89, DOWN, MONS_HELL_HOG },
- { 1, 12, 25, DOWN, MONS_IRON_GOLEM },
+ { 1, 12, 60, DOWN, MONS_IRON_GOLEM },
{ 1, 7, 300, FLAT, MONS_HELLION },
{ 1, 7, 25, FLAT, MONS_EFREET },
{ 1, 7, 420, DOWN, MONS_MUMMY },
@@ -622,17 +620,15 @@ static const pop_entry pop_dis[] =
static const pop_entry pop_geh[] =
{ // Gehenna
- { 1, 7, 25, DOWN, MONS_CLAY_GOLEM },
{ 1, 12, 690, DOWN, MONS_RED_DEVIL },
{ 1, 7, 1998, FLAT, MONS_SKELETON },
{ 1, 7, 1998, FLAT, MONS_ZOMBIE },
{ 1, 7, 350, FLAT, MONS_HELL_HOUND },
{ 1, 7, 192, FLAT, MONS_HELL_HOG },
{ 1, 7, 46, DOWN, MONS_FIRE_BAT },
- { 1, 7, 17, FLAT, MONS_STONE_GOLEM },
+ { 1, 7, 30, FLAT, MONS_IRON_GOLEM },
{ 1, 7, 192, DOWN, MONS_CRIMSON_IMP },
{ 1, 7, 514, DOWN, MONS_NECROPHAGE },
- { 0, 4, 8, PEAK, MONS_IRON_GOLEM },
{ 1, 7, 217, DOWN, MONS_PHANTOM },
{ 1, 7, 705, DOWN, MONS_SHADOW },
{ 1, 7, 690, DOWN, MONS_WIGHT },
@@ -1069,16 +1065,16 @@ static const pop_entry pop_icecv[] =
static const pop_entry pop_volcano[] =
{ // Volcano
{ 1, 1, 514, FLAT, MONS_HELL_HOUND },
- { 1, 1, 514, FLAT, MONS_HELL_HOG },
+ { 1, 1, 386, FLAT, MONS_HELL_HOG },
{ 1, 1, 514, FLAT, MONS_MANTICORE },
{ 1, 1, 514, FLAT, MONS_LINDWURM },
{ 1, 1, 514, FLAT, MONS_FIRE_DRAKE },
- { 1, 1, 514, FLAT, MONS_TOENAIL_GOLEM },
+ { 1, 1, 386, FLAT, MONS_TOENAIL_GOLEM },
{ 1, 1, 514, FLAT, MONS_FIRE_ELEMENTAL },
- { 1, 1, 514, FLAT, MONS_FIRE_VORTEX },
- { 1, 1, 514, FLAT, MONS_CRIMSON_IMP },
+ { 1, 1, 386, FLAT, MONS_GARGOYLE },
+ { 1, 1, 386, FLAT, MONS_RED_DEVIL },
{ 1, 1, 514, FLAT, MONS_EFREET },
- { 1, 1, 514, FLAT, MONS_FLAYED_GHOST },
+ { 1, 1, 514, FLAT, MONS_SALAMANDER },
{ 0,0,0,FLAT,MONS_0 }
};