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.4 by root, Fri Feb 9 01:51:37 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
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 5 19dam 5
7wc -30 20wc -30
8speed 1 21speed 1
16is_used_up 1 29is_used_up 1
17lifesave 1 30lifesave 1
18editable 8 31editable 8
19random_movement 1 32random_movement 1
20visibility 100 33visibility 100
21anim
22explosion.x11
23burnout.x1O
24fireball.x11
25ball_lightning.x11
26icestorm.x11
27confusion.x11
28acid_pool.x11
29poisoncloud.x11
30slow.x11
31paralyse.x11
32fear.x11
33mina
34end 34end
35 35

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines