ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Bolt/spell_manabolt.arc
Revision: 1.11
Committed: Fri Apr 2 21:34:28 2010 UTC (14 years, 3 months ago) by root
Branch: MAIN
Changes since 1.10: +0 -1 lines
Log Message:
remove superfluous type 101 lines

File Contents

# User Rev Content
1 root 1.6 object spell_manabolt
2 root 1.10 inherit type_spell
3 root 1.1 name mana bolt
4     name_pl mana bolts
5 root 1.7 skill evocation
6     msg
7 root 1.9 Creates a bullet, or bolt, of mana doing magic damage to the target.
8 root 1.7 endmsg
9     other_arch manabolt
10 pippijn 1.3 face spell_evocation.x11
11 root 1.1 sp 18
12     maxsp 30
13     dam 10
14 root 1.8 level 16
15 root 1.1 subtype 4
16 root 1.7 attacktype 2
17     path_attuned 32768
18 root 1.5 value 30
19 root 1.7 invisible 1
20     duration 9
21 root 1.1 range 12
22 root 1.7 dam_modifier 3
23 root 1.1 no_drop 1
24 root 1.7 casting_time 9
25 root 1.1 end
26 root 1.7