ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/ground/chaos.arc
Revision: 1.6
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.5: +3 -3 lines
Log Message:
more manual adjustment to move_on/off and move_type

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 fly_low
27 no_pick 1
28 is_floor 1
29 lifesave 1
30 editable 8
31 end
32
33 object major_chaos
34 anim
35 explosion.x11
36 burnout.x1O
37 fireball.x11
38 ball_lightning.x11
39 icestorm.x11
40 confusion.x11
41 acid_pool.x11
42 poisoncloud.x11
43 slow.x11
44 paralyse.x11
45 fear.x11
46 mina
47 name chaos
48 face ball_lightning.x11
49 dam 10
50 wc -30
51 speed 1
52 level 1
53 type 102
54 subtype 7
55 attacktype 262144
56 move_on walk fly_low
57 no_pick 1
58 is_floor 1
59 lifesave 1
60 editable 8
61 end
62