ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/MagicMissile/magic_miss.arc
Revision: 1.8
Committed: Sat Mar 3 01:24:19 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_second_normalise_run, rel-2_0
Changes since 1.7: +12 -12 lines
Log Message:
second normaliser run - dude

File Contents

# User Rev Content
1 root 1.7 object magic_missile
2 root 1.4 anim
3     magic_miss.x31
4     magic_miss.x31
5     magic_miss.x51
6     magic_miss.x41
7     magic_miss.x61
8     magic_miss.x11
9     magic_miss.x71
10     magic_miss.x21
11     magic_miss.x81
12     mina
13 root 1.8 name magic missile
14     name_pl magic missile
15     face magic_miss.x31
16 root 1.3 is_animated 0
17 root 1.8 wc 2
18     speed 1
19     type 102
20     subtype 11
21     move_type fly_low
22     move_on walk fly_low
23     no_pick 1
24 root 1.6 is_turnable 1
25 root 1.8 color_fg blue
26 root 1.3 editable 0
27 root 1.1 end
28 root 1.8