ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/MagicMissile/magic_miss.arc
Revision: 1.5
Committed: Sun Feb 18 21:07:40 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: pre_normalise_revert
Changes since 1.4: +1 -1 lines
Log Message:
more manual adjustment to move_on/off and move_type

File Contents

# User Rev Content
1 root 1.3 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.1 name magic missile
14     name_pl magic missile
15 root 1.3 face magic_miss.x31
16     is_animated 0
17     wc 2
18     speed 1
19 root 1.1 type 102
20     subtype 11
21 root 1.5 move_type fly_low
22 root 1.3 move_on all
23     no_pick 1
24     is_turnable 1
25 root 1.1 color_fg blue
26 root 1.3 editable 0
27 root 1.1 end
28 root 1.3