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

File Contents

# Content
1 # This is actually set up as a cone effect. IT basically persists
2 # and does a little amount of damage.
3 object chaos
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 2
20 wc -30
21 speed 1
22 level 1
23 type 102
24 subtype 7
25 attacktype 262144
26 move_on walk
27 no_pick 1
28 is_floor 1
29 lifesave 1
30 end
31
32 object major_chaos
33 anim
34 explosion.x11
35 burnout.x1O
36 fireball.x11
37 ball_lightning.x11
38 icestorm.x11
39 confusion.x11
40 acid_pool.x11
41 poisoncloud.x11
42 slow.x11
43 paralyse.x11
44 fear.x11
45 mina
46 name chaos
47 face ball_lightning.x11
48 dam 10
49 wc -30
50 speed 1
51 level 1
52 type 102
53 subtype 7
54 attacktype 262144
55 move_on walk
56 no_pick 1
57 is_floor 1
58 lifesave 1
59 end
60