summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-data.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-20 02:20:41 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-20 02:20:41 +0000
commited05654d265fc1892910a9c6958880837d67560a (patch)
tree657c4bb260bd5340306a5071be0c0a985fce30d0 /crawl-ref/source/spl-data.h
parent0a7dba2a0a9aad2cfd546493efc42831385628c4 (diff)
downloadcrawl-ref-ed05654d265fc1892910a9c6958880837d67560a.tar.gz
crawl-ref-ed05654d265fc1892910a9c6958880837d67560a.zip
In enum.h, move "Summon Ugly Thing" to the end of the user spell
section, where it probably should have gone in the first place. Also, reorder the spells in spl-data.h to match the order in enum.h. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4400 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spl-data.h')
-rw-r--r--crawl-ref/source/spl-data.h125
1 files changed, 66 insertions, 59 deletions
diff --git a/crawl-ref/source/spl-data.h b/crawl-ref/source/spl-data.h
index 3072809df5..3c240a03a9 100644
--- a/crawl-ref/source/spl-data.h
+++ b/crawl-ref/source/spl-data.h
@@ -238,6 +238,37 @@
{
SPELL_TWIST, "Twist",
SPTYP_TRANSLOCATION,
+ SPFLAG_DIR_OR_TARGET | SPFLAG_NOT_SELF,
+ 1,
+ 25,
+ NULL,
+ true
+},
+
+{
+ SPELL_FAR_STRIKE, "Far Strike",
+ SPTYP_TRANSLOCATION,
+ SPFLAG_DIR_OR_TARGET | SPFLAG_NOT_SELF,
+ 3,
+ 100,
+ NULL,
+ true
+},
+
+{
+ SPELL_DELAYED_FIREBALL, "Delayed Fireball",
+ SPTYP_FIRE | SPTYP_CONJURATION,
+ SPFLAG_NONE,
+ 7,
+ 0,
+ NULL,
+ false,
+ false
+},
+
+{
+ SPELL_STRIKING, "Striking",
+ 0,
SPFLAG_DIR_OR_TARGET,
1,
25,
@@ -853,7 +884,7 @@
false,
false
},
-
+
{
SPELL_VAMPIRIC_DRAINING, "Vampiric Draining",
SPTYP_NECROMANCY,
@@ -1093,6 +1124,27 @@
},
{
+ SPELL_FULSOME_DISTILLATION, "Fulsome Distillation",
+ SPTYP_TRANSMIGRATION | SPTYP_NECROMANCY,
+ SPFLAG_NONE,
+ 1,
+ 50,
+ NULL,
+ false,
+ false
+},
+
+{
+ SPELL_POISON_ARROW, "Poison Arrow",
+ SPTYP_CONJURATION | SPTYP_POISON,
+ SPFLAG_DIR_OR_TARGET,
+ 6,
+ 200,
+ NULL,
+ true
+},
+
+{
SPELL_TWISTED_RESURRECTION, "Twisted Resurrection",
SPTYP_NECROMANCY,
SPFLAG_NONE,
@@ -1721,11 +1773,8 @@
false
},
-
-
//jmf: new spells
-
{
SPELL_FLAME_TONGUE, "Flame Tongue",
SPTYP_CONJURATION | SPTYP_FIRE,
@@ -1880,17 +1929,6 @@
},
{
- SPELL_EXCRUCIATING_WOUNDS, "Excruciating Wounds",
- SPTYP_ENCHANTMENT | SPTYP_NECROMANCY,
- SPFLAG_NONE,
- 5, // fairly high level - potentially one of the best brands
- 200,
- NULL,
- false,
- false
-},
-
-{
SPELL_WARP_BRAND, "Warp Weapon",
SPTYP_ENCHANTMENT | SPTYP_TRANSLOCATION,
SPFLAG_NONE,
@@ -2119,38 +2157,17 @@
},
{
- SPELL_DELAYED_FIREBALL, "Delayed Fireball",
- SPTYP_FIRE | SPTYP_CONJURATION,
- SPFLAG_NONE,
- 7,
- 0,
- NULL,
- false,
- false
-},
-
-{
- SPELL_FULSOME_DISTILLATION, "Fulsome Distillation",
- SPTYP_TRANSMIGRATION | SPTYP_NECROMANCY,
- SPFLAG_NONE,
- 1,
- 50,
+ SPELL_EXCRUCIATING_WOUNDS, "Excruciating Wounds",
+ SPTYP_ENCHANTMENT | SPTYP_NECROMANCY,
+ SPFLAG_NONE,
+ 5, // fairly high level - potentially one of the best brands
+ 200,
NULL,
false,
false
},
{
- SPELL_POISON_ARROW, "Poison Arrow",
- SPTYP_CONJURATION | SPTYP_POISON,
- SPFLAG_DIR_OR_TARGET,
- 6,
- 200,
- NULL,
- true
-},
-
-{
SPELL_PORTAL_PROJECTILE, "Portal Projectile",
SPTYP_TRANSLOCATION,
SPFLAG_TARGET,
@@ -2162,13 +2179,14 @@
},
{
- SPELL_STRIKING, "Striking",
- 0,
- SPFLAG_DIR_OR_TARGET,
- 1,
- 25,
+ SPELL_SUMMON_UGLY_THING, "Summon Ugly Thing",
+ SPTYP_SUMMONING,
+ SPFLAG_NONE,
+ 5,
+ 200,
NULL,
- true
+ false,
+ false
},
{
@@ -2179,7 +2197,7 @@
200,
NULL,
false,
- false
+ false
},
{
@@ -2350,17 +2368,6 @@
},
{
- SPELL_SUMMON_UGLY_THING, "Summon Ugly Thing",
- SPTYP_SUMMONING,
- SPFLAG_NONE,
- 5,
- 200,
- NULL,
- false,
- false
-},
-
-{
SPELL_NO_SPELL, "nonexistent spell",
0,
0,