ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Detect/spell_detect_magic.arc
Revision: 1.12
Committed: Fri Apr 2 21:34:29 2010 UTC (14 years, 3 months ago) by root
Branch: MAIN
Changes since 1.11: +0 -1 lines
Log Message:
remove superfluous type 101 lines

File Contents

# Content
1 object spell_detect_magic
2 inherit type_spell
3 name detect magic
4 name_pl detect magic
5 skill sorcery
6 msg
7 All magic items in your inventory will be marked as magic.
8 endmsg
9 other_arch detect_magic
10 face spell_sorcery.x11
11 sp 1
12 level 3
13 subtype 33
14 path_attuned 8192
15 value 10
16 invisible 1
17 range 12
18 range_modifier 5
19 no_drop 1
20 known_magical 1
21 casting_time 13
22 end
23