ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/exploding_fireball.arc
Revision: 1.5
Committed: Sat Mar 3 01:24:12 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_second_normalise_run, rel-2_4, rel-2_5, rel-2_2, rel-2_0, rel-2_1, rel-2_53, rel-2_32, rel-2_43, rel-2_42, rel-2_41
Changes since 1.4: +5 -5 lines
Log Message:
second normaliser run - dude

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.5 other_arch fireball
5     hp 15
6     maxhp 10
7     speed 1.0
8     speed_left 1.0
9 root 1.3 type 102
10     subtype 5
11     range 1
12     dam_modifier 10
13 root 1.1 end
14