summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/defines.h
diff options
context:
space:
mode:
authorSteve Melenchuk <smelenchuk@gmail.com>2014-01-21 20:43:34 -0700
committerSteve Melenchuk <smelenchuk@gmail.com>2014-01-21 22:11:39 -0700
commitce86bbf1374fe8894466314c116b39bd0b2fbf3b (patch)
tree9a991b8acf991c15e4307539ff5ad7b6b0ecde10 /crawl-ref/source/defines.h
parent889f32d1afad941cdf3a3fa9d877aee8947f1f02 (diff)
downloadcrawl-ref-ce86bbf1374fe8894466314c116b39bd0b2fbf3b.tar.gz
crawl-ref-ce86bbf1374fe8894466314c116b39bd0b2fbf3b.zip
Demonspawn warmongers: Grand Avatar.
Listed in the proposal as Icon of Greatness. A grand avatar behaves similarly to both a spectral weapon and a battlesphere in that it attacks targets the caster and its nearby allies either attack in melee or by battlesphere-triggered conjurations; it is only guaranteed to attack if the triggerer does at least 15 damage, though it may trigger randomly below that threshold.
Diffstat (limited to 'crawl-ref/source/defines.h')
-rw-r--r--crawl-ref/source/defines.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/defines.h b/crawl-ref/source/defines.h
index e5dcd1320c..ea6b9450d0 100644
--- a/crawl-ref/source/defines.h
+++ b/crawl-ref/source/defines.h
@@ -240,6 +240,8 @@ const int AGILITY_BONUS = 5;
#define MAX_MONSTER_HP 10000
#define DJ_MP_RATE 2
+#define GRAND_AVATAR_DAMAGE 15
+
// some shortcuts:
#define menv env.mons
#define mitm env.item