ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Misc/spell_remove_damnation.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 -6 lines
Log Message:
curse/identify improvements/changes

File Contents

# User Rev Content
1 root 1.5 object spell_remove_damnation
2 root 1.10 inherit type_spell
3 root 1.1 name remove damnation
4     name_pl remove damnation
5     skill praying
6     msg
7 root 1.13 Eliminates the damned 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 undamned, except that the
11     marked item will be tried first.
12    
13     The number of objects undamned increases as caster level increases.
14 root 1.1 endmsg
15 root 1.6 face spell_praying.x11
16     grace 150
17     maxgrace 30
18 root 1.7 level 55
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     damned 1
25     casting_time 25
26 root 1.1 end
27 root 1.6