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

File Contents

# User Rev Content
1 root 1.4 object fire_trail
2 root 1.1 anim
3 pippijn 1.3 burnout.x11
4     burnout.x12
5     burnout.x13
6     burnout.x14
7     burnout.x15
8     burnout.x16
9     burnout.x17
10     burnout.x18
11     burnout.x19
12 root 1.1 mina
13 root 1.5 name burningtrail
14     face burnout.x11
15     food 9
16     speed 1
17     no_pick 1
18     is_used_up 1
19     color_fg red
20     editable 0
21 root 1.4 end
22    
23     object meteor
24     other_arch fireball
25     face meteor.x11
26     is_animated 0
27 root 1.1 speed 1
28 root 1.4 type 102
29     subtype 5
30     move_type all
31     move_on all
32 root 1.1 no_pick 1
33     editable 0
34 root 1.4 magicmap grey
35 root 1.1 end
36 root 1.4