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.4 by root, Tue Feb 6 22:41:23 2007 UTC vs.
Revision 1.14 by elmex, Wed Apr 21 09:29:57 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
4skill pyromancy 5skill pyromancy
5msg 6msg
6A ball of fire which explodes when it hits a target. Be prepared to run from the flames! 7Creates a ball of fire which explodes when it hits a target.
8Be prepared to run from the flames!
7endmsg 9endmsg
8other_arch firebullet 10other_arch firebullet
11sound wn/crossbow-fire-miss
9face spell_pyromancy.x11 12face spell_pyromancy.x11
10sp 10 13sp 10
11maxsp 24 14maxsp 24
12food 4 15food 4
13dam 8 16dam 8
14level 3 17level 10
15type 101
16subtype 5 18subtype 5
17attacktype 6 19attacktype 6
18path_attuned 2 20path_attuned 2
19value 30 21value 1
20invisible 1 22invisible 1
21duration 4 23duration 4
22range 6 24range 6
23dam_modifier 3 25dam_modifier 3
24no_drop 1 26no_drop 1

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines