ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Misc/spell_remove_curse.arc
Revision: 1.13
Committed: Fri Jul 2 19:54:41 2010 UTC (14 years ago) by root
Branch: MAIN
Changes since 1.12: +7 -5 lines
Log Message:
curse/identify improvements/changes

File Contents

# User Rev Content
1 root 1.5 object spell_remove_curse
2 root 1.10 inherit type_spell
3 root 1.1 name remove curse
4     name_pl remove curse
5     skill praying
6     msg
7 root 1.13 Eliminates the cursed status of some of the items in your inventory, as
8     long as their level is below the level of the spell.
9    
10     There is no way to know which items will be uncursed, except that the
11     marked item will by uncursed first.
12    
13     The number of objects uncursed increases as caster level increases.
14 root 1.1 endmsg
15 root 1.6 face spell_praying.x11
16     grace 80
17     maxgrace 30
18 root 1.8 level 40
19 root 1.6 subtype 31
20     path_attuned 256
21 elmex 1.12 value 1
22 root 1.6 invisible 1
23     no_drop 1
24     cursed 1
25     casting_time 20
26 root 1.1 end
27 root 1.6