ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Misc/spell_remove_curse.arc
Revision: 1.14
Committed: Mon Aug 23 16:26:31 2010 UTC (13 years, 10 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.13: +1 -1 lines
Log Message:
use last_sp, not cursed/damned flags for remove_curse/damnation spells

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 root 1.14 last_sp 0
25 root 1.6 casting_time 20
26 root 1.1 end
27 root 1.6