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

Comparing deliantra/arch/spell/Detect/spell_detect_curse.arc (file contents):
Revision 1.1 by root, Mon Feb 6 20:26:25 2006 UTC vs.
Revision 1.10 by root, Fri Apr 2 21:26:28 2010 UTC

1Object spell_detect_curse 1object spell_detect_curse
2inherit type_spell
2name detect curse 3name detect curse
3name_pl detect curse 4name_pl detect curse
5skill praying
6msg
7This prayer will mark all cursed or damned items in your inventory.
8endmsg
9other_arch detect_magic
4face spell_praying.111 10face spell_praying.x11
11grace 10
5level 5 12level 5
6grace 10
7casting_time 20
8skill praying
9path_attuned 8192
10type 101 13type 101
11subtype 33 14subtype 33
15path_attuned 8192
12value 50 16value 50
13no_drop 1
14invisible 1 17invisible 1
15range 12 18range 12
16range_modifier 5 19range_modifier 5
17other_arch detect_magic 20no_drop 1
18known_cursed 1 21known_cursed 1
22casting_time 20
19end 23end
24

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines