ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/ground/chaos_ball.arc
Revision: 1.9
Committed: Tue Nov 3 09:48:48 2009 UTC (14 years, 8 months ago) by root
Branch: MAIN
CVS Tags: rel-3_0, rel-2_90, rel-2_92, rel-2_93
Changes since 1.8: +0 -1 lines
Log Message:
remove editable field, elmey says so

File Contents

# Content
1 # a specific type of spell effect (cone) which operates
2 # as a ground object.
3 object chaos_ball
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 name chaos
18 face ball_lightning.x11
19 dam 5
20 wc -30
21 speed 1
22 level 1
23 type 102
24 subtype 7
25 attacktype 262144
26 move_type fly_low
27 move_on walk fly_low
28 no_pick 1
29 is_used_up 1
30 lifesave 1
31 random_movement 1
32 visibility 100
33 end
34