ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/SummonMonster/spell_large_speedball.arc
Revision: 1.3
Committed: Tue Feb 6 22:41:31 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run, pre_normalise_revert
Changes since 1.2: +14 -13 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

# User Rev Content
1 root 1.3 object spell_large_speedball
2 root 1.1 name large speedball
3     name_pl large speedball
4     skill evocation
5     msg
6     Speedballs are bundles of magical energy that
7     hunt out enemies to hit. They do a small
8     amount of damage and slow the creatures they
9     strike. After speedballs hit a creature,
10     they dissipate.
11     endmsg
12 root 1.3 other_arch lg_speedball
13     face spell_evocation.x11
14     sp 6
15     level 6
16     type 101
17     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.3