ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Bullet/spell_medium_manaball.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.5 object spell_medium_manaball
2 root 1.10 inherit type_spell
3 root 1.1 name medium manaball
4     name_pl medium manaball
5     skill evocation
6     msg
7 root 1.9 Fires a small bullet of magical
8 root 1.1 energy, that then explodes when it hits
9     something into a burst of magical energy.
10     The great advantage of using pure magical
11     energy is that few creatures are resistant to
12     it.
13     endmsg
14 root 1.6 other_arch manabullet
15 root 1.7 sound wn/bow-puny-miss
16 root 1.6 face spell_evocation.x11
17     sp 6
18     maxsp 24
19     food 15
20     dam 8
21 root 1.8 level 16
22 root 1.6 subtype 5
23     attacktype 2
24     path_attuned 32768
25     value 40
26     invisible 1
27     duration 4
28     range 6
29     dam_modifier 3
30     no_drop 1
31     casting_time 18
32 root 1.1 end
33 root 1.6