ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Bullet/loose_magic.arc
Revision: 1.5
Committed: Fri Feb 9 01:52:31 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: pre_normalise_revert
Changes since 1.4: +6 -6 lines
Log Message:
pout anim sections first because the loader nukes is_animated flag

File Contents

# User Rev Content
1 root 1.1 # this is only used for a spell failur, so more values are
2     # needed in this object.
3 root 1.4 object loose_magic
4 root 1.5 anim
5     manabolt.x11
6     manabolt.x12
7     manabolt.x13
8     manabolt.x14
9     mina
10 root 1.1 name uncontrolled mana
11 root 1.4 face manabolt.x11
12     wc -30
13     speed 1
14 root 1.1 type 102
15     subtype 6
16 root 1.4 attacktype 2
17     duration 3
18     range 3
19     move_type all
20     no_pick 1
21     color_bg khaki
22     color_fg black
23     editable 0
24 root 1.1 end
25 root 1.4