ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/ground/chaos.arc
Revision: 1.7
Committed: Sat Mar 3 00:49:50 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
CVS Tags: post_normalise_revert
Changes since 1.6: +26 -27 lines
Log Message:
revert everything up to and including the normalising patch

File Contents

# User Rev Content
1 root 1.7 # This is actually set up as a cone effect. IT basically persists
2 root 1.2 # and does a little amount of damage.
3 root 1.7 Object chaos
4     type 102
5     subtype 7
6     walk_on 1
7     level 1
8     wc -30
9     lifesave 1
10     name chaos
11     face ball_lightning.x11
12 root 1.5 anim
13     explosion.x11
14     burnout.x1O
15     fireball.x11
16     ball_lightning.x11
17     icestorm.x11
18     confusion.x11
19     acid_pool.x11
20     poisoncloud.x11
21     slow.x11
22     paralyse.x11
23     fear.x11
24     mina
25 root 1.7 speed 1
26     no_pick 1
27     attacktype 262144
28 root 1.4 dam 2
29 root 1.7 editable 8
30     is_floor 1
31     end
32     #
33     Object major_chaos
34 root 1.1 type 102
35     subtype 7
36 root 1.7 walk_on 1
37     level 1
38     wc -30
39 root 1.1 lifesave 1
40 root 1.7 name chaos
41     face ball_lightning.x11
42 root 1.1 anim
43 pippijn 1.3 explosion.x11
44     burnout.x1O
45     fireball.x11
46     ball_lightning.x11
47     icestorm.x11
48     confusion.x11
49     acid_pool.x11
50     poisoncloud.x11
51     slow.x11
52     paralyse.x11
53     fear.x11
54 root 1.1 mina
55     speed 1
56 root 1.7 no_pick 1
57 root 1.4 attacktype 262144
58 root 1.7 dam 10
59     editable 8
60 root 1.1 is_floor 1
61     end