ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Bullet/spell_large_fireball.arc
Revision: 1.12
Committed: Wed Apr 21 09:29:56 2010 UTC (14 years, 2 months ago) by elmex
Branch: MAIN
CVS Tags: rel-3_0, HEAD
Changes since 1.11: +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_large_fireball
2 root 1.10 inherit type_spell
3 root 1.1 name large fireball
4     name_pl large fireball
5 root 1.6 skill pyromancy
6     msg
7 root 1.9 Fires a small bullet of fire, that
8 root 1.6 explodes into a large area of fire when it
9     hits something.
10     endmsg
11     other_arch firebullet
12 root 1.7 sound wn/crossbow-fire-miss
13 pippijn 1.2 face spell_pyromancy.x11
14 root 1.1 sp 16
15 root 1.6 maxsp 32
16     food 4
17 root 1.4 dam 8
18 root 1.8 level 25
19 root 1.1 subtype 5
20 root 1.6 attacktype 6
21     path_attuned 2
22 elmex 1.12 value 1
23 root 1.6 invisible 1
24     duration 4
25     range 8
26     dam_modifier 4
27 root 1.4 no_drop 1
28 root 1.6 casting_time 8
29 root 1.1 end
30 root 1.6