ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/ground/chaos_ball.arc
Revision: 1.2
Committed: Tue Jan 2 21:49:27 2007 UTC (17 years, 5 months ago) by pippijn
Branch: MAIN
CVS Tags: pre_first_cfarch_normalize_run
Changes since 1.1: +12 -12 lines
Log Message:
renamed pngs from \.1(..) to \.x\1

File Contents

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