ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/ground/chaos.arc
(Generate patch)

Comparing deliantra/arch/ground/chaos.arc (file contents):
Revision 1.3 by pippijn, Tue Jan 2 21:49:27 2007 UTC vs.
Revision 1.4 by root, Tue Feb 6 22:40:15 2007 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines