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

File Contents

# User Rev Content
1 root 1.1 # a specific type of spell effect (cone) which operates
2     # as a ground object.
3 root 1.3 object chaos_ball
4 root 1.1 name chaos
5 root 1.3 face ball_lightning.x11
6     dam 5
7     wc -30
8     speed 1
9     level 1
10 root 1.1 type 102
11     subtype 7
12 root 1.3 attacktype 262144
13     move_type all
14     move_on all
15     no_pick 1
16     is_used_up 1
17 root 1.1 lifesave 1
18 root 1.3 editable 8
19     random_movement 1
20     visibility 100
21 root 1.1 anim
22 pippijn 1.2 explosion.x11
23     burnout.x1O
24     fireball.x11
25     ball_lightning.x11
26     icestorm.x11
27     confusion.x11
28     acid_pool.x11
29     poisoncloud.x11
30     slow.x11
31     paralyse.x11
32     fear.x11
33 root 1.1 mina
34     end
35 root 1.3