summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-enum.h
diff options
context:
space:
mode:
authorDracoOmega <draco_omega@live.com>2013-04-26 11:30:37 -0230
committerDracoOmega <draco_omega@live.com>2013-05-26 20:09:57 -0230
commit687d9cbe7207936ea1c16c5d86165d73fce05052 (patch)
tree00d80af876ff8b85978586c0239c657d9d161ea0 /crawl-ref/source/mon-enum.h
parent559d997f5a7c0e89ae90e9a92731c6462fe27b9d (diff)
downloadcrawl-ref-687d9cbe7207936ea1c16c5d86165d73fce05052.tar.gz
crawl-ref-687d9cbe7207936ea1c16c5d86165d73fce05052.zip
Buff phantasmal warriors
Previously one of the least notable monsters in the whole game, phantasmal warriors gain two new tricks: their melee attack now has a chance to lower the defender's magic resistance (the same as a scroll of vulnerability), and they can blink_close as a natural ability when more than two spaces away from their foe. Also, increase their melee damage somewhat (though at least part of this is in compensation for losing the draining damage on their attack).
Diffstat (limited to 'crawl-ref/source/mon-enum.h')
-rw-r--r--crawl-ref/source/mon-enum.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/mon-enum.h b/crawl-ref/source/mon-enum.h
index 9cd33f88f7..a80de52d23 100644
--- a/crawl-ref/source/mon-enum.h
+++ b/crawl-ref/source/mon-enum.h
@@ -109,6 +109,7 @@ enum attack_flavour
AF_DROWN,
AF_PURE_FIRE,
AF_DRAIN_SPEED,
+ AF_VULN,
};
// Non-spell "summoning" types to give to monster::mark_summoned(), or