ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/SummonMonster/spell_small_speedball.arc
Revision: 1.7
Committed: Sun Sep 28 07:30:00 2008 UTC (15 years, 9 months ago) by root
Branch: MAIN
Changes since 1.6: +2 -2 lines
Log Message:
update many spell descritpions, using my new toy cf-slotutil

File Contents

# User Rev Content
1 root 1.5 object spell_small_speedball
2 root 1.1 name small speedball
3     name_pl small speedball
4     skill evocation
5     msg
6     Speedballs are bundles of magical energy that
7 root 1.7 hunt out enemies to hit. They do a small
8 root 1.1 amount of damage and slow the creatures they
9 root 1.7 strike. After speedballs hit a creature,
10 root 1.1 they dissipate.
11     endmsg
12 root 1.6 other_arch speedball
13     face spell_evocation.x11
14     sp 3
15     level 3
16     type 101
17     subtype 27
18     path_attuned 16
19     value 30
20     invisible 1
21     monster 1
22     no_drop 1
23     casting_time 5
24 root 1.1 end
25 root 1.6