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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines