ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Bullet/spell_medium_manaball.arc
Revision: 1.10
Committed: Fri Apr 2 21:26:24 2010 UTC (14 years, 3 months ago) by root
Branch: MAIN
Changes since 1.9: +1 -0 lines
Log Message:
clean app classes/types, add spell type and use it

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 type 101
23     subtype 5
24     attacktype 2
25     path_attuned 32768
26     value 40
27     invisible 1
28     duration 4
29     range 6
30     dam_modifier 3
31     no_drop 1
32     casting_time 18
33 root 1.1 end
34 root 1.6