summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/zap-data.h
diff options
context:
space:
mode:
authorDracoOmega <draco_omega@live.com>2013-01-07 22:46:25 -0330
committerelliptic <hyperelliptical@gmail.com>2013-01-28 03:51:47 -0500
commit486f2cacd0eca52830a00268e9a7e4eb62744fe9 (patch)
tree470ceca014b1217446651a0d3f43527f880e4f1d /crawl-ref/source/zap-data.h
parent302b18c5e9fa661b2f324a10b0e3025ad44daafc (diff)
downloadcrawl-ref-486f2cacd0eca52830a00268e9a7e4eb62744fe9.tar.gz
crawl-ref-486f2cacd0eca52830a00268e9a7e4eb62744fe9.zip
Add Force Lance spell
This is a level 2 pure conjuration which fires a short-range lance of force at the target. If it inflicts damage, it attempts to knock the target back (up to two squares). Like other knockbacks, the chance of this is affected by target body size.
Diffstat (limited to 'crawl-ref/source/zap-data.h')
-rw-r--r--crawl-ref/source/zap-data.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/crawl-ref/source/zap-data.h b/crawl-ref/source/zap-data.h
index e086888a0e..69ffa76f5d 100644
--- a/crawl-ref/source/zap-data.h
+++ b/crawl-ref/source/zap-data.h
@@ -1115,4 +1115,20 @@ struct zap_info
false,
3
},
+
+{
+ ZAP_FORCE_LANCE,
+ "lance of force",
+ 50,
+ new dicedef_calculator<2, 3, 1, 12>,
+ new tohit_calculator<10, 1, 10>,
+ CYAN,
+ false,
+ BEAM_MMISSILE,
+ DCHAR_FIRED_MISSILE,
+ true,
+ false,
+ false,
+ 3
+},
#endif