ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/exploding_fireball.arc
Revision: 1.4
Committed: Sat Mar 3 01:16:39 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
CVS Tags: pre_second_normalise_run
Changes since 1.3: +1 -1 lines
Log Message:
lowercase Object and More manually for the time being

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