ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Bullet/spell_large_manaball.arc
Revision: 1.9
Committed: Thu Sep 17 08:14:47 2009 UTC (14 years, 9 months ago) by root
Branch: MAIN
CVS Tags: rel-2_82, rel-2_81, rel-2_90, rel-2_92, rel-2_93
Changes since 1.8: +1 -1 lines
Log Message:
- try to avoid the word "spell" int he sepll description, and
  also their name, so the description actually fits dusts or
  custom spells better.
- fix some typos/errors in the spell descriptions

File Contents

# User Rev Content
1 root 1.5 object spell_large_manaball
2 root 1.1 name large manaball
3     name_pl large manaball
4     skill evocation
5     msg
6 root 1.9 Fires a small bullet of magical
7 root 1.1 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 32
17     maxsp 32
18     food 15
19     dam 8
20 root 1.8 level 36
21 root 1.6 type 101
22     subtype 5
23     attacktype 2
24     path_attuned 32768
25     value 60
26     invisible 1
27     duration 4
28     range 8
29     dam_modifier 4
30     no_drop 1
31     casting_time 9
32 root 1.1 end
33 root 1.6