ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Cone/manablast.arc
Revision: 1.6
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.5: +1 -1 lines
Log Message:
more manual adjustment to move_on/off and move_type

File Contents

# User Rev Content
1 root 1.4 object manablast
2 root 1.5 anim
3     manabolt.x11
4     manabolt.x12
5     manabolt.x13
6     manabolt.x14
7     mina
8 root 1.1 name mana blast
9 root 1.4 face manabolt.x11
10     wc -50
11     speed 1
12 root 1.1 type 102
13     subtype 7
14 root 1.6 move_type fly_low
15 root 1.4 move_on all
16     no_pick 1
17     editable 0
18 root 1.1 magicmap light_blue
19     end
20 root 1.4