ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/MovingBall/ball_lightning.arc
Revision: 1.9
Committed: Sat Mar 3 01:24:22 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_second_normalise_run, rel-2_0
Changes since 1.8: +10 -10 lines
Log Message:
second normaliser run - dude

File Contents

# User Rev Content
1 root 1.8 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.9 face ball_lightning.x11
9 root 1.4 is_animated 1
10 root 1.9 wc -30
11     speed 1
12     type 102
13     subtype 35
14 root 1.4 glow_radius 2
15 root 1.9 move_type fly_low
16     move_on walk fly_low
17 root 1.4 no_pick 1
18 root 1.9 is_used_up 1
19     color_fg yellow
20 root 1.4 editable 0
21 root 1.1 end
22 root 1.9