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

Comparing deliantra/arch/ground/chaos_ball.arc (file contents):
Revision 1.7 by root, Sat Mar 3 01:15:38 2007 UTC vs.
Revision 1.8 by root, Sat Mar 3 01:22:30 2007 UTC

1# a specific type of spell effect (cone) which operates 1# a specific type of spell effect (cone) which operates
2# as a ground object. 2# as a ground object.
3object chaos_ball 3object chaos_ball
4name chaos
5type 102
6subtype 7
7level 1
8walk_on 1
9fly_on 1
10wc -30
11lifesave 1
12face ball_lightning.x11
13anim 4anim
14explosion.x11 5explosion.x11
15burnout.x1O 6burnout.x1O
16fireball.x11 7fireball.x11
17ball_lightning.x11 8ball_lightning.x11
21poisoncloud.x11 12poisoncloud.x11
22slow.x11 13slow.x11
23paralyse.x11 14paralyse.x11
24fear.x11 15fear.x11
25mina 16mina
17name chaos
18face ball_lightning.x11
19dam 5
20wc -30
21speed 1
22level 1
23type 102
24subtype 7
25attacktype 262144
26move_type fly_low
27move_on walk fly_low
28no_pick 1
26is_used_up 1 29is_used_up 1
30lifesave 1
31editable 8
27random_movement 1 32random_movement 1
28speed 1
29no_pick 1
30attacktype 262144
31flying 1
32no_pick 1
33dam 5
34visibility 100 33visibility 100
35editable 8
36end 34end
35

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines