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

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.7 object chaos_ball
4 root 1.6 name chaos
5     type 102
6     subtype 7
7     level 1
8     walk_on 1
9     fly_on 1
10     wc -30
11     lifesave 1
12     face ball_lightning.x11
13 root 1.4 anim
14     explosion.x11
15     burnout.x1O
16     fireball.x11
17     ball_lightning.x11
18     icestorm.x11
19     confusion.x11
20     acid_pool.x11
21     poisoncloud.x11
22     slow.x11
23     paralyse.x11
24     fear.x11
25     mina
26 root 1.6 is_used_up 1
27     random_movement 1
28 root 1.3 speed 1
29 root 1.6 no_pick 1
30 root 1.3 attacktype 262144
31 root 1.6 flying 1
32 root 1.3 no_pick 1
33 root 1.6 dam 5
34     visibility 100
35 root 1.3 editable 8
36 root 1.1 end