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

# Content
1 object spell_remove_curse
2 inherit type_spell
3 name remove curse
4 name_pl remove curse
5 skill praying
6 msg
7 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 endmsg
15 face spell_praying.x11
16 grace 80
17 maxgrace 30
18 level 40
19 subtype 31
20 path_attuned 256
21 value 1
22 invisible 1
23 no_drop 1
24 last_sp 0
25 casting_time 20
26 end
27