summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2008-10-11 13:38:28 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2008-10-11 13:38:28 +0000
commitebc2cb26f221bbce6a2cf5cbd3ce250af75e914f (patch)
tree8d64cd38054d2b584c5ad8849ee42b936475783f /crawl-ref/source/itemprop.h
parent89adf4610b5206a5f42187ee90cd01e54583f5d9 (diff)
downloadcrawl-ref-ebc2cb26f221bbce6a2cf5cbd3ce250af75e914f.tar.gz
crawl-ref-ebc2cb26f221bbce6a2cf5cbd3ce250af75e914f.zip
After discussion with dpeg, added a Scroll of Antimagic,
taking probability (equal to ?oHolyWord) from the ?oPaper. Effects apply to all creatures within LOS, including you, with no magic resistance check: - Remove all magical enchantments (e.g. Haste, but not Poison) - Cut magic resistance in half for 40 turns. (This does not affect magic-immunes.) Balance testing, etc., needed. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7211 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/itemprop.h')
-rw-r--r--crawl-ref/source/itemprop.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/itemprop.h b/crawl-ref/source/itemprop.h
index 65ff241f7b..aae23b1768 100644
--- a/crawl-ref/source/itemprop.h
+++ b/crawl-ref/source/itemprop.h
@@ -318,6 +318,7 @@ enum scroll_type
SCR_RECHARGING,
SCR_ENCHANT_WEAPON_III,
SCR_HOLY_WORD,
+ SCR_ANTIMAGIC,
NUM_SCROLLS
};