ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Bullet/spell_medium_fireball.arc
(Generate patch)

Comparing deliantra/arch/spell/Bullet/spell_medium_fireball.arc (file contents):
Revision 1.6 by root, Sat Mar 3 01:16:48 2007 UTC vs.
Revision 1.13 by root, Fri Apr 2 21:34:28 2010 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines