ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Cone/fear.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 fear
2 root 1.4 anim
3     fear.x11
4     fear.x12
5     fear.x13
6     mina
7 root 1.3 face fear.x11
8     wc -30
9     speed 1
10 root 1.1 type 102
11     subtype 7
12 root 1.5 move_type fly_low
13 root 1.3 move_on all
14     no_pick 1
15     editable 0
16     magicmap white
17 root 1.1 end
18 root 1.3