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.1.1.1 by root, Mon Feb 6 20:26:27 2006 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
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.111 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 1
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
23end 28end
29

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines