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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines