From a0c81e59f0325e542ecf2feaa21b29cd3ffc0bc1 Mon Sep 17 00:00:00 2001 From: Jude Brown Date: Sun, 3 Jan 2010 22:30:50 +1000 Subject: 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. --- crawl-ref/source/itemprop-enum.h | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/itemprop-enum.h') 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 -- cgit v1.2.3-54-g00ecf