ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/MovingBall/ball_lightning.arc
Revision: 1.5
Committed: Fri Feb 9 01:52:34 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.4: +6 -6 lines
Log Message:
pout anim sections first because the loader nukes is_animated flag

File Contents

# User Rev Content
1 root 1.4 object ball_lightning
2 root 1.5 anim
3     ball_lightning.x11
4     ball_lightning.x12
5     ball_lightning.x13
6     ball_lightning.x14
7     mina
8 root 1.4 face ball_lightning.x11
9     is_animated 1
10     wc -30
11     speed 1
12 root 1.1 type 102
13     subtype 35
14 root 1.4 glow_radius 2
15     move_type all
16     move_on all
17     no_pick 1
18     is_used_up 1
19     color_fg yellow
20     editable 0
21 root 1.1 end
22 root 1.4