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

Comparing deliantra/arch/spell/exploding_fireball.arc (file contents):
Revision 1.2 by root, Tue Feb 6 22:41:18 2007 UTC vs.
Revision 1.3 by root, Sat Mar 3 00:51:02 2007 UTC

1# this arch is set up so that it can be inserted into a map with 1# this arch is set up so that it can be inserted into a map with
2# no changes, and it will explode into a fireball 2# no changes, and it will explode into a fireball
3object exploding_fireball 3Object exploding_fireball
4other_arch fireball
5hp 15
6maxhp 10
7speed 1.0
8speed_left 1.0
9type 102 4type 102
10subtype 5 5subtype 5
11range 1 6range 1
7other_arch fireball
12dam_modifier 10 8dam_modifier 10
9maxhp 10
10hp 15
11speed 1.0
12speed_left 1.0
13end 13end
14 14

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines