ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/exploding_fireball.arc
Revision: 1.3
Committed: Sat Mar 3 00:51:02 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
CVS Tags: post_normalise_revert
Changes since 1.2: +6 -6 lines
Log Message:
revert everything up to and including the normalising patch

File Contents

# Content
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
3 Object exploding_fireball
4 type 102
5 subtype 5
6 range 1
7 other_arch fireball
8 dam_modifier 10
9 maxhp 10
10 hp 15
11 speed 1.0
12 speed_left 1.0
13 end
14