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

Comparing deliantra/arch/spell/Detect/spell_detect_magic.arc (file contents):
Revision 1.8 by root, Sun Sep 28 07:29:59 2008 UTC vs.
Revision 1.13 by elmex, Wed Apr 21 09:29:58 2010 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines