summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-data.h
diff options
context:
space:
mode:
authorjohnny shelley <jwshelley@shell-23006.(none)>2009-11-15 03:52:15 +0000
committerStefan O'Rear <stefanor@cox.net>2009-11-14 23:22:03 -0800
commitdd56050f2d05db6ed7ff5bc99acd1032707c27fd (patch)
treebc15eec8b791380652ed3dd7b68609684e8333ca /crawl-ref/source/spl-data.h
parent4cb4bea3108f8fa560669bab120623729b3ff4b8 (diff)
downloadcrawl-ref-dd56050f2d05db6ed7ff5bc99acd1032707c27fd.tar.gz
crawl-ref-dd56050f2d05db6ed7ff5bc99acd1032707c27fd.zip
Warper Overhaul - Renamed to Arcane Marksman
Missile Changes -- electricity missiles are now an option - they are always destroyed reaping / dispersal ammo is now always destroyed as it can be created by players poison ammo can again affect rocks / bullets etc - still no nets. Apparently this is a contact poison, but mainly it's to close the gap between sling users and archers. SKILLS -- Ranged weapon 3 Dodging 2 Spellcasting 2 Enchantments OR Translocations 3 EQUIPMENT -- Robe Ration Scroll of blink Some ranged weapon options as Hunter No melee weapon! Either book of elemental missiles or warped missiles The book of Elemental Missiles Spells Type Level a - Corona Enchantment 1 b - Swiftness Enchantment/Air 2 c - Repel Missiles Enchantment/Air 2 d - Flame Ammunition Enchantment/Fire 3 e - Frost Ammunition Enchantment/Ice 3 f - Poison Ammunition Enchantment/Poison 4 The book of Warped Missiles Spells Type Level a - Apportation Translocation 1 b - Portal Projectile Translocation 2 c - Repel Missiles Enchantment/Air 2 d - Blink Translocation 2 e - Returning Ammunition Enchantment/Translocation 3 f - Warp Ammunition Enchantment/Translocation 5 The book of Devastating Missiles Spells Type Level a - Poison Ammunition Enchantment/Poison 4 b - Warp Ammunition Enchantment/Translocation 5 c - Shocking Ammunition Enchantment/Air 5 d - Haste Enchantment 6 e - Deflect Missiles Enchantment/Air 6 f - Exploding Ammunition Enchantment/Fire/Air 7 g - Reaping Ammunition Enchantment/Necromancy 7 Signed-off-by: Stefan O'Rear <stefanor@cox.net>
Diffstat (limited to 'crawl-ref/source/spl-data.h')
-rw-r--r--crawl-ref/source/spl-data.h91
1 files changed, 91 insertions, 0 deletions
diff --git a/crawl-ref/source/spl-data.h b/crawl-ref/source/spl-data.h
index e8d212591e..4e678f2ce1 100644
--- a/crawl-ref/source/spl-data.h
+++ b/crawl-ref/source/spl-data.h
@@ -2447,6 +2447,97 @@
},
{
+ SPELL_FLAME_AMMUNITION, "Flame Ammunition",
+ SPTYP_ENCHANTMENT | SPTYP_FIRE,
+ SPFLAG_HELPFUL | SPFLAG_BATTLE,
+ 3,
+ 0,
+ -1,-1,
+ 0,
+ NULL,
+ false,
+ true
+},
+
+{
+ SPELL_FROST_AMMUNITION, "Frost Ammunition",
+ SPTYP_ENCHANTMENT | SPTYP_ICE,
+ SPFLAG_HELPFUL | SPFLAG_BATTLE,
+ 3,
+ 0,
+ -1,-1,
+ 0,
+ NULL,
+ false,
+ true
+},
+
+{
+ SPELL_SHOCKING_AMMUNITION, "Shocking Ammunition",
+ SPTYP_ENCHANTMENT | SPTYP_AIR,
+ SPFLAG_HELPFUL | SPFLAG_BATTLE,
+ 5,
+ 0,
+ -1,-1,
+ 0,
+ NULL,
+ false,
+ true
+},
+
+{
+ SPELL_EXPLODING_AMMUNITION, "Exploding Ammunition",
+ SPTYP_ENCHANTMENT | SPTYP_FIRE | SPTYP_AIR,
+ SPFLAG_HELPFUL | SPFLAG_BATTLE,
+ 7,
+ 0,
+ -1,-1,
+ 0,
+ NULL,
+ false,
+ true
+},
+
+{
+ SPELL_WARP_AMMUNITION, "Warp Ammunition",
+ SPTYP_ENCHANTMENT | SPTYP_TRANSLOCATION,
+ SPFLAG_HELPFUL | SPFLAG_BATTLE,
+ 5,
+ 0,
+ -1,-1,
+ 0,
+ NULL,
+ false,
+ true
+},
+
+{
+ SPELL_REAPING_AMMUNITION, "Reaping Ammunition",
+ SPTYP_ENCHANTMENT | SPTYP_NECROMANCY,
+ SPFLAG_HELPFUL | SPFLAG_BATTLE,
+ 7,
+ 0,
+ -1,-1,
+ 0,
+ NULL,
+ false,
+ true
+},
+
+{
+ SPELL_RETURNING_AMMUNITION, "Returning Ammunition",
+ SPTYP_ENCHANTMENT | SPTYP_TRANSLOCATION,
+ SPFLAG_HELPFUL | SPFLAG_BATTLE,
+ 3,
+ 0,
+ -1,-1,
+ 0,
+ NULL,
+ false,
+ true
+},
+
+{
SPELL_NO_SPELL, "nonexistent spell",
0,
SPFLAG_TESTING,