ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Bullet/meteor.arc
Revision: 1.13
Committed: Sat Oct 16 09:19:05 2010 UTC (13 years, 8 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.12: +0 -2 lines
Log Message:
remove magicmap, visibility and glyph entries from archetypes, they are now in default.faceinfo

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     end
20    
21     object meteor
22     other_arch fireball
23     face meteor.x11
24     is_animated 0
25     speed 1
26     type 102
27     subtype 5
28     move_type fly_low
29     move_on walk fly_low
30 root 1.1 no_pick 1
31     end
32 root 1.9