ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/ground/chaos.arc
Revision: 1.4
Committed: Tue Feb 6 22:40:15 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run
Changes since 1.3: +26 -25 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

# User Rev Content
1 root 1.1 # 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.4 object chaos
4     name chaos
5     face ball_lightning.x11
6     dam 2
7     wc -30
8     speed 1
9     level 1
10 root 1.1 type 102
11     subtype 7
12 root 1.4 attacktype 262144
13     move_on all
14     no_pick 1
15     is_floor 1
16 root 1.1 lifesave 1
17 root 1.4 editable 8
18 root 1.1 anim
19 pippijn 1.3 explosion.x11
20     burnout.x1O
21     fireball.x11
22     ball_lightning.x11
23     icestorm.x11
24     confusion.x11
25     acid_pool.x11
26     poisoncloud.x11
27     slow.x11
28     paralyse.x11
29     fear.x11
30 root 1.1 mina
31 root 1.4 end
32    
33     object major_chaos
34     name chaos
35     face ball_lightning.x11
36     dam 10
37     wc -30
38 root 1.1 speed 1
39 root 1.4 level 1
40     type 102
41     subtype 7
42     attacktype 262144
43     move_on all
44 root 1.1 no_pick 1
45     is_floor 1
46     lifesave 1
47 root 1.4 editable 8
48 root 1.1 anim
49 pippijn 1.3 explosion.x11
50     burnout.x1O
51     fireball.x11
52     ball_lightning.x11
53     icestorm.x11
54     confusion.x11
55     acid_pool.x11
56     poisoncloud.x11
57     slow.x11
58     paralyse.x11
59     fear.x11
60 root 1.1 mina
61     end
62 root 1.4