ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/SummonMonster/spell_large_speedball.arc
Revision: 1.10
Committed: Fri Apr 2 21:34:30 2010 UTC (14 years, 3 months ago) by root
Branch: MAIN
Changes since 1.9: +0 -1 lines
Log Message:
remove superfluous type 101 lines

File Contents

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