ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Detect/det_monster.arc
Revision: 1.3
Committed: Tue Feb 6 22:41:25 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run
Changes since 1.2: +10 -9 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

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