ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Bolt/spell_negabolt.arc
Revision: 1.7
Committed: Sun Sep 28 15:12:02 2008 UTC (15 years, 9 months ago) by root
Branch: MAIN
CVS Tags: rel-2_80, rel-2_72, rel-2_73, rel-2_76, rel-2_77, rel-2_74, rel-2_75, rel-2_79, rel-2_78
Changes since 1.6: +1 -1 lines
Log Message:
rebalancing of all spell levels, some sp changes

File Contents

# User Rev Content
1 root 1.5 object spell_negabolt
2 root 1.1 name negative energy bolt
3     name_pl negative energy bolts
4 root 1.6 skill evocation
5     msg
6     The negative energe bolt hits creatures,
7     draining them of experience and also
8     hitting them with a cold attack.
9     endmsg
10     other_arch negabolt
11 pippijn 1.2 face spell_evocation.x11
12 root 1.1 sp 13
13 root 1.6 maxsp 24
14 root 1.4 dam 8
15 root 1.7 level 30
16 root 1.1 type 101
17     subtype 4
18 root 1.6 attacktype 144
19     path_attuned 8
20 root 1.4 value 40
21 root 1.6 invisible 1
22     duration 16
23 root 1.1 range 24
24 root 1.6 dam_modifier 3
25 root 1.1 no_drop 1
26 root 1.6 casting_time 6
27 root 1.1 end
28 root 1.6