ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Bullet/spell_large_fireball.arc
Revision: 1.8
Committed: Sun Sep 28 15:12:02 2008 UTC (15 years, 9 months ago) by root
Branch: MAIN
CVS Tags: rel-2_80, rel-2_72, rel-2_73, rel-2_76, rel-2_77, rel-2_74, rel-2_75, rel-2_79, rel-2_78
Changes since 1.7: +1 -1 lines
Log Message:
rebalancing of all spell levels, some sp changes

File Contents

# User Rev Content
1 root 1.5 object spell_large_fireball
2 root 1.1 name large fireball
3     name_pl large fireball
4 root 1.6 skill pyromancy
5     msg
6     This spell fires a small bullet of fire, that
7     explodes into a large area of fire when it
8     hits something.
9     endmsg
10     other_arch firebullet
11 root 1.7 sound wn/crossbow-fire-miss
12 pippijn 1.2 face spell_pyromancy.x11
13 root 1.1 sp 16
14 root 1.6 maxsp 32
15     food 4
16 root 1.4 dam 8
17 root 1.8 level 25
18 root 1.1 type 101
19     subtype 5
20 root 1.6 attacktype 6
21     path_attuned 2
22 root 1.4 value 50
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