ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Detect/det_monster.arc
(Generate patch)

Comparing deliantra/arch/spell/Detect/det_monster.arc (file contents):
Revision 1.4 by root, Fri Feb 9 01:52:33 2007 UTC vs.
Revision 1.5 by root, Sat Mar 3 00:51:09 2007 UTC

1# Basically same as detect magic, but slower so the effect 1# Basically same as detect magic, but slower so the effect
2# sticks around longer. 2# sticks around longer.
3object detect_monster 3Object detect_monster
4name magic glow
5face det_magic.x11
4anim 6anim
5det_magic.x11 7det_magic.x11
6det_magic.x12 8det_magic.x12
7det_magic.x13 9det_magic.x13
8mina 10mina
9name magic glow 11color_fg blue
10face det_magic.x11 12color_bg khaki
13speed 0.2
14is_used_up 1
15no_pick 1
16see_anywhere 1
11food 3 17food 3
12speed 0.2
13no_pick 1
14is_used_up 1
15see_anywhere 1
16color_bg khaki
17color_fg blue
18editable 0 18editable 0
19end 19end
20

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines