ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Bullet/meteor.arc
Revision: 1.10
Committed: Sun Mar 11 00:15:55 2007 UTC (17 years, 3 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_4, rel-2_5, rel-2_2, rel-2_1, 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_53, rel-2_32, rel-2_78, rel-2_61, 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 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     food 9
16 root 1.7 speed 1
17 root 1.9 no_pick 1
18     is_used_up 1
19     editable 0
20 root 1.10 magicmap red
21 root 1.9 end
22    
23     object meteor
24     other_arch fireball
25     face meteor.x11
26     is_animated 0
27     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     editable 0
34 root 1.9 magicmap grey
35 root 1.1 end
36 root 1.9