ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/MovingBall/ball_lightning.arc
Revision: 1.11
Committed: Tue May 6 16:33:09 2008 UTC (16 years, 2 months ago) by root
Branch: MAIN
CVS Tags: rel-2_82, rel-2_81, rel-2_80, rel-2_6, rel-2_7, rel-2_72, rel-2_73, rel-2_71, rel-2_76, rel-2_77, rel-2_74, rel-2_75, rel-2_54, rel-2_55, rel-2_56, rel-2_79, rel-2_78, rel-2_61
Changes since 1.10: +1 -0 lines
Log Message:
*** empty log message ***

File Contents

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