ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/MovingBall/ball_lightning.arc
Revision: 1.10
Committed: Sun Mar 11 00:15:58 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
CVS Tags: rel-2_4, rel-2_5, rel-2_2, rel-2_1, rel-2_53, rel-2_32, rel-2_43, rel-2_42, rel-2_41
Changes since 1.9: +1 -1 lines
Log Message:
normalise color_fg to magicmap

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 root 1.4 editable 0
20 root 1.10 magicmap yellow
21 root 1.1 end
22 root 1.9