ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/SummonMonster/spell_small_speedball.arc
Revision: 1.9
Committed: Fri Apr 2 21:26:34 2010 UTC (14 years, 3 months ago) by root
Branch: MAIN
Changes since 1.8: +1 -0 lines
Log Message:
clean app classes/types, add spell type and use it

File Contents

# User Rev Content
1 root 1.5 object spell_small_speedball
2 root 1.9 inherit type_spell
3 root 1.1 name small speedball
4     name_pl small 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 speedball
14     face spell_evocation.x11
15     sp 3
16 root 1.8 level 11
17 root 1.6 type 101
18     subtype 27
19     path_attuned 16
20     value 30
21     invisible 1
22     monster 1
23     no_drop 1
24     casting_time 5
25 root 1.1 end
26 root 1.6