ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/MovingBall/negaball.arc
Revision: 1.5
Committed: Fri Feb 9 01:52:35 2007 UTC (17 years, 5 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 negaball
2 root 1.5 anim
3     negaball.x11
4     negaball.x12
5     negaball.x13
6     negaball.x14
7     mina
8 root 1.1 name negative energy ball
9 root 1.4 face negaball.x11
10     is_animated 1
11     wc -30
12     speed 1
13 root 1.1 type 102
14     subtype 35
15 root 1.4 glow_radius 1
16     move_type all
17     move_on all
18     no_pick 1
19     is_used_up 1
20     color_fg black
21     editable 0
22 root 1.1 end
23 root 1.4