ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Bullet/meteor.arc
Revision: 1.12
Committed: Tue Nov 3 09:59:29 2009 UTC (14 years, 8 months ago) by root
Branch: MAIN
CVS Tags: rel-3_0, rel-2_90, rel-2_92, rel-2_93
Changes since 1.11: +2 -2 lines
Log Message:
big cfarch-normalize run

File Contents

# User Rev Content
1 root 1.8 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.9 name burningtrail
14     face burnout.x11
15 root 1.12 magicmap red
16 root 1.9 food 9
17 root 1.7 speed 1
18 root 1.9 no_pick 1
19     is_used_up 1
20     end
21    
22     object meteor
23     other_arch fireball
24     face meteor.x11
25     is_animated 0
26 root 1.12 magicmap grey
27 root 1.9 speed 1
28     type 102
29     subtype 5
30     move_type fly_low
31     move_on walk fly_low
32 root 1.1 no_pick 1
33     end
34 root 1.9