ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Detect/spell_detect_magic.arc
Revision: 1.11
Committed: Fri Apr 2 21:26:28 2010 UTC (14 years, 2 months ago) by root
Branch: MAIN
Changes since 1.10: +1 -0 lines
Log Message:
clean app classes/types, add spell type and use it

File Contents

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