ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Bullet/spell_medium_manaball.arc
Revision: 1.8
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.7: +1 -1 lines
Log Message:
rebalancing of all spell levels, some sp changes

File Contents

# User Rev Content
1 root 1.5 object spell_medium_manaball
2 root 1.1 name medium manaball
3     name_pl medium manaball
4     skill evocation
5     msg
6     Manaball fires a small bullet of magical
7     energy, that then explodes when it hits
8     something into a burst of magical energy.
9     The great advantage of using pure magical
10     energy is that few creatures are resistant to
11     it.
12     endmsg
13 root 1.6 other_arch manabullet
14 root 1.7 sound wn/bow-puny-miss
15 root 1.6 face spell_evocation.x11
16     sp 6
17     maxsp 24
18     food 15
19     dam 8
20 root 1.8 level 16
21 root 1.6 type 101
22     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