ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Bullet/spell_medium_fireball.arc
Revision: 1.14
Committed: Wed Apr 21 09:29:57 2010 UTC (14 years, 2 months ago) by elmex
Branch: MAIN
CVS Tags: rel-3_0, HEAD
Changes since 1.13: +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

# Content
1 object spell_medium_fireball
2 inherit type_spell
3 name medium fireball
4 name_pl medium fireball
5 skill pyromancy
6 msg
7 Creates a ball of fire which explodes when it hits a target.
8 Be prepared to run from the flames!
9 endmsg
10 other_arch firebullet
11 sound wn/crossbow-fire-miss
12 face spell_pyromancy.x11
13 sp 10
14 maxsp 24
15 food 4
16 dam 8
17 level 10
18 subtype 5
19 attacktype 6
20 path_attuned 2
21 value 1
22 invisible 1
23 duration 4
24 range 6
25 dam_modifier 3
26 no_drop 1
27 casting_time 10
28 end
29