ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Bullet/loose_magic.arc
Revision: 1.9
Committed: Sun Mar 11 00:15:55 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.8: +1 -1 lines
Log Message:
normalise color_fg to magicmap

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.7 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.8 name uncontrolled mana
11     face manabolt.x11
12     wc -30
13 root 1.4 speed 1
14 root 1.8 type 102
15     subtype 6
16     attacktype 2
17     duration 3
18 root 1.6 range 3
19 root 1.8 move_type fly_low
20 root 1.4 no_pick 1
21 root 1.8 color_bg khaki
22 root 1.4 editable 0
23 root 1.9 magicmap black
24 root 1.1 end
25 root 1.8