ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/ground/chaos.arc
Revision: 1.9
Committed: Sat Mar 3 01:22:30 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
CVS Tags: post_second_normalise_run, rel-2_82, rel-2_81, rel-2_80, rel-2_6, rel-2_7, rel-2_4, rel-2_5, rel-2_2, rel-2_0, rel-2_1, rel-2_72, rel-2_73, rel-2_71, rel-2_76, rel-2_77, rel-2_74, rel-2_75, rel-2_54, rel-2_55, rel-2_56, rel-2_79, rel-2_53, rel-2_32, rel-2_78, rel-2_61, rel-2_43, rel-2_42, rel-2_41
Changes since 1.8: +24 -23 lines
Log Message:
second normaliser run - dude

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.8 object chaos
4 root 1.5 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 root 1.9 name chaos
18     face ball_lightning.x11
19     dam 2
20     wc -30
21 root 1.7 speed 1
22 root 1.9 level 1
23     type 102
24     subtype 7
25     attacktype 262144
26     move_on walk
27 root 1.7 no_pick 1
28 root 1.9 is_floor 1
29     lifesave 1
30 root 1.7 editable 8
31     end
32 root 1.9
33 root 1.8 object major_chaos
34 root 1.1 anim
35 pippijn 1.3 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 root 1.1 mina
47 root 1.9 name chaos
48     face ball_lightning.x11
49     dam 10
50     wc -30
51 root 1.1 speed 1
52 root 1.9 level 1
53     type 102
54     subtype 7
55     attacktype 262144
56     move_on walk
57 root 1.7 no_pick 1
58 root 1.9 is_floor 1
59     lifesave 1
60 root 1.7 editable 8
61 root 1.1 end
62 root 1.9