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.3 by root, Tue Feb 6 22:40:15 2007 UTC vs.
Revision 1.6 by root, Sat Mar 3 00:49:51 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 4name chaos
5face ball_lightning.x11
6dam 5
7wc -30
8speed 1
9level 1
10type 102 5type 102
11subtype 7 6subtype 7
12attacktype 262144 7level 1
13move_type all 8walk_on 1
14move_on all 9fly_on 1
15no_pick 1 10wc -30
16is_used_up 1
17lifesave 1 11lifesave 1
18editable 8 12face ball_lightning.x11
19random_movement 1
20visibility 100
21anim 13anim
22explosion.x11 14explosion.x11
23burnout.x1O 15burnout.x1O
24fireball.x11 16fireball.x11
25ball_lightning.x11 17ball_lightning.x11
29poisoncloud.x11 21poisoncloud.x11
30slow.x11 22slow.x11
31paralyse.x11 23paralyse.x11
32fear.x11 24fear.x11
33mina 25mina
26is_used_up 1
27random_movement 1
28speed 1
29no_pick 1
30attacktype 262144
31flying 1
32no_pick 1
33dam 5
34visibility 100
35editable 8
34end 36end
35

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines