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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines