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.10 by root, Tue Nov 3 09:48:48 2009 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
44no_pick 1 27no_pick 1
45is_floor 1 28is_floor 1
46lifesave 1 29lifesave 1
47editable 8 30end
31
32object major_chaos
48anim 33anim
49explosion.x11 34explosion.x11
50burnout.x1O 35burnout.x1O
51fireball.x11 36fireball.x11
52ball_lightning.x11 37ball_lightning.x11
56poisoncloud.x11 41poisoncloud.x11
57slow.x11 42slow.x11
58paralyse.x11 43paralyse.x11
59fear.x11 44fear.x11
60mina 45mina
46name chaos
47face ball_lightning.x11
48dam 10
49wc -30
50speed 1
51level 1
52type 102
53subtype 7
54attacktype 262144
55move_on walk
56no_pick 1
57is_floor 1
58lifesave 1
61end 59end
62 60

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines