summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop-enum.h
diff options
context:
space:
mode:
authorJude Brown <bookofjude@users.sourceforge.net>2010-01-03 22:30:50 +1000
committerJude Brown <bookofjude@users.sourceforge.net>2010-01-03 23:54:24 +1000
commita0c81e59f0325e542ecf2feaa21b29cd3ffc0bc1 (patch)
tree9613b5b84911c4b1dfca266b91bb0ff0c760c057 /crawl-ref/source/itemprop-enum.h
parent865ad15a82f21145b5623417549107317cb44b5b (diff)
downloadcrawl-ref-a0c81e59f0325e542ecf2feaa21b29cd3ffc0bc1.tar.gz
crawl-ref-a0c81e59f0325e542ecf2feaa21b29cd3ffc0bc1.zip
New needle brands! Sleep, paralysis, rage, confusion, sickness, slowing.
The numbers and the names will likely need tweaking. Better throwing skill and blowgun enchantment will increase the duration of most of the effects, except for sleep and rage.
Diffstat (limited to 'crawl-ref/source/itemprop-enum.h')
-rw-r--r--crawl-ref/source/itemprop-enum.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/crawl-ref/source/itemprop-enum.h b/crawl-ref/source/itemprop-enum.h
index 9947f0cbbd..624221f688 100644
--- a/crawl-ref/source/itemprop-enum.h
+++ b/crawl-ref/source/itemprop-enum.h
@@ -343,7 +343,7 @@ enum special_missile_type // to separate from weapons in general {dlb}
SPMSL_FLAME,
SPMSL_FROST,
SPMSL_POISONED,
- SPMSL_CURARE,
+ SPMSL_CURARE, // Needle-only brand
SPMSL_RETURNING, // 5
SPMSL_CHAOS,
SPMSL_PENETRATION,
@@ -353,7 +353,13 @@ enum special_missile_type // to separate from weapons in general {dlb}
SPMSL_STEEL,
SPMSL_SILVER,
SPMSL_ELECTRIC,
- NUM_SPECIAL_MISSILES // 13
+ SPMSL_PARALYSIS, // paralysis, needle only from here in
+ SPMSL_SLOW, // makes slow
+ SPMSL_SLEEP, // sleep
+ SPMSL_CONFUSION, // confusing
+ SPMSL_SICKNESS, // sickness/disease
+ SPMSL_RAGE, // berserk rage
+ NUM_SPECIAL_MISSILES // 20
};
enum special_ring_type // jewellery mitm[].special values