ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Detect/det_monster.arc
Revision: 1.2
Committed: Tue Jan 2 21:58:30 2007 UTC (17 years, 6 months ago) by pippijn
Branch: MAIN
CVS Tags: pre_first_cfarch_normalize_run
Changes since 1.1: +4 -4 lines
Log Message:
renamed pngs from \.1(..) to \.x\1

File Contents

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