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.5 by root, Fri Feb 9 01:51: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
4anim
5explosion.x11
6burnout.x1O
7fireball.x11
8ball_lightning.x11
9icestorm.x11
10confusion.x11
11acid_pool.x11
12poisoncloud.x11
13slow.x11
14paralyse.x11
15fear.x11
16mina
4name chaos 17name chaos
5face ball_lightning.x11 18face ball_lightning.x11
6dam 2 19dam 2
7wc -30 20wc -30
8speed 1 21speed 1
13move_on all 26move_on all
14no_pick 1 27no_pick 1
15is_floor 1 28is_floor 1
16lifesave 1 29lifesave 1
17editable 8 30editable 8
31end
32
33object major_chaos
18anim 34anim
19explosion.x11 35explosion.x11
20burnout.x1O 36burnout.x1O
21fireball.x11 37fireball.x11
22ball_lightning.x11 38ball_lightning.x11
26poisoncloud.x11 42poisoncloud.x11
27slow.x11 43slow.x11
28paralyse.x11 44paralyse.x11
29fear.x11 45fear.x11
30mina 46mina
31end
32
33object major_chaos
34name chaos 47name chaos
35face ball_lightning.x11 48face ball_lightning.x11
36dam 10 49dam 10
37wc -30 50wc -30
38speed 1 51speed 1
43move_on all 56move_on all
44no_pick 1 57no_pick 1
45is_floor 1 58is_floor 1
46lifesave 1 59lifesave 1
47editable 8 60editable 8
48anim
49explosion.x11
50burnout.x1O
51fireball.x11
52ball_lightning.x11
53icestorm.x11
54confusion.x11
55acid_pool.x11
56poisoncloud.x11
57slow.x11
58paralyse.x11
59fear.x11
60mina
61end 61end
62 62

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines