ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/SummonMonster/spell_small_speedball.arc
Revision: 1.11
Committed: Wed Apr 21 09:30:07 2010 UTC (14 years, 2 months ago) by elmex
Branch: MAIN
CVS Tags: rel-3_0, HEAD
Changes since 1.10: +1 -1 lines
Log Message:
rebalanced spell values.

base value for spellbooks have been adjusted greatly too.
also adjusted darcap town2 shops a bit w.r.t. difficulty and shopgreed.

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 subtype 27
18     path_attuned 16
19 elmex 1.11 value 1
20 root 1.6 invisible 1
21     monster 1
22     no_drop 1
23     casting_time 5
24 root 1.1 end
25 root 1.6