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

# Content
1 object spell_medium_manaball
2 inherit type_spell
3 name medium manaball
4 name_pl medium manaball
5 skill evocation
6 msg
7 Fires a small bullet of magical
8 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 other_arch manabullet
15 sound wn/bow-puny-miss
16 face spell_evocation.x11
17 sp 6
18 maxsp 24
19 food 15
20 dam 8
21 level 16
22 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 end
34