summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/book-data.h
diff options
context:
space:
mode:
authorShmuale Mark <shm.mark@gmail.com>2014-03-23 11:32:20 -0400
committerShmuale Mark <shm.mark@gmail.com>2014-04-27 21:15:46 -0400
commit641c57ee1a96169a7364f108604eb7169934e826 (patch)
tree421f1880a170a78d99d1155bdf359c96b32372b6 /crawl-ref/source/book-data.h
parent2d7101b0ab22aba398aaf497ca7c08ce214fc66c (diff)
downloadcrawl-ref-641c57ee1a96169a7364f108604eb7169934e826.tar.gz
crawl-ref-641c57ee1a96169a7364f108604eb7169934e826.zip
Remove the low-level weapon branding spells.
For the most part they were optimal to cast before every fight, making them hugely annoying but too useful to simply ignore. They also encouraged being casted before reading an unidentified scroll, just in case it might be brand weapon. Warp Weapon and Excruciating Wounds obviously do not have the latter problem, and since the spells have noticeable drawbacks they do not have the second problem as much either. The books of Ice, Fire, and Necromancy don't get replacements; they are pretty good anyway. Alchemy and Envenomations get Alistair's.
Diffstat (limited to 'crawl-ref/source/book-data.h')
-rw-r--r--crawl-ref/source/book-data.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/crawl-ref/source/book-data.h b/crawl-ref/source/book-data.h
index 84b5590ea7..6305f40c78 100644
--- a/crawl-ref/source/book-data.h
+++ b/crawl-ref/source/book-data.h
@@ -54,7 +54,6 @@
},
{ // Book of Fire
- SPELL_FIRE_BRAND,
SPELL_IGNITE_POISON,
SPELL_FIREBALL,
SPELL_BOLT_OF_FIRE,
@@ -62,10 +61,10 @@
SPELL_RING_OF_FLAMES,
SPELL_NO_SPELL,
SPELL_NO_SPELL,
+ SPELL_NO_SPELL,
},
{ // Book of Ice
- SPELL_FREEZING_AURA,
SPELL_ENGLACIATION,
SPELL_OZOCUBUS_REFRIGERATION,
SPELL_BOLT_OF_COLD,
@@ -73,6 +72,7 @@
SPELL_SIMULACRUM,
SPELL_NO_SPELL,
SPELL_NO_SPELL,
+ SPELL_NO_SPELL,
},
{ // Book of Spatial Translocations
@@ -164,14 +164,14 @@
},
{ // Book of War Chants
- SPELL_FIRE_BRAND,
- SPELL_FREEZING_AURA,
SPELL_SHROUD_OF_GOLUBRIA,
SPELL_REPEL_MISSILES,
- SPELL_POISON_WEAPON,
SPELL_REGENERATION,
SPELL_NO_SPELL,
SPELL_NO_SPELL,
+ SPELL_NO_SPELL,
+ SPELL_NO_SPELL,
+ SPELL_NO_SPELL,
},
#if TAG_MAJOR_VERSION > 34
{ // Book of Battle
@@ -199,12 +199,12 @@
{ // Book of Necromancy
SPELL_PAIN,
SPELL_ANIMATE_SKELETON,
- SPELL_LETHAL_INFUSION,
SPELL_VAMPIRIC_DRAINING,
SPELL_REGENERATION,
SPELL_ANIMATE_DEAD,
SPELL_CONTROL_UNDEAD,
SPELL_NO_SPELL,
+ SPELL_NO_SPELL,
},
{ // Book of Callings
@@ -264,13 +264,13 @@
{ // Book of Envenomations
SPELL_SPIDER_FORM,
- SPELL_POISON_WEAPON,
SPELL_INTOXICATE,
SPELL_OLGREBS_TOXIC_RADIANCE,
SPELL_POISONOUS_CLOUD,
SPELL_NO_SPELL,
SPELL_NO_SPELL,
SPELL_NO_SPELL,
+ SPELL_NO_SPELL,
},
{ // Book of Unlife
@@ -432,8 +432,8 @@
},
{ // Book of Alchemy
- SPELL_LETHAL_INFUSION,
SPELL_SUBLIMATION_OF_BLOOD,
+ SPELL_INTOXICATE,
SPELL_CONDENSATION_SHIELD,
SPELL_PETRIFY,
SPELL_IGNITE_POISON,