ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/exploding_fireball.arc
Revision: 1.6
Committed: Sun May 4 15:54:52 2008 UTC (16 years, 2 months ago) by root
Branch: MAIN
CVS Tags: rel-2_82, rel-2_81, rel-2_80, rel-3_0, rel-2_6, rel-2_7, rel-2_72, rel-2_73, rel-2_71, rel-2_76, rel-2_77, rel-2_74, rel-2_75, rel-2_54, rel-2_55, rel-2_56, rel-2_79, rel-2_90, rel-2_92, rel-2_93, rel-2_78, rel-2_61, HEAD
Changes since 1.5: +1 -0 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.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 root 1.4 object exploding_fireball
4 root 1.6 name exploding fireball
5 root 1.5 other_arch fireball
6     hp 15
7     maxhp 10
8     speed 1.0
9     speed_left 1.0
10 root 1.3 type 102
11     subtype 5
12     range 1
13     dam_modifier 10
14 root 1.1 end
15