ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/exploding_fireball.arc
Revision: 1.2
Committed: Tue Feb 6 22:41:18 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run, pre_normalise_revert
Changes since 1.1: +6 -6 lines
Log Message:
simply ran cfarch-normalize on all arches

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