ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/ground/chaos_ball.arc
Revision: 1.5
Committed: Sun Feb 18 21:07:39 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
CVS Tags: pre_normalise_revert
Changes since 1.4: +2 -2 lines
Log Message:
more manual adjustment to move_on/off and move_type

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