ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Misc/spell_remove_damnation.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_damnation
2 inherit type_spell
3 name remove damnation
4 name_pl remove damnation
5 skill praying
6 msg
7 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 endmsg
15 face spell_praying.x11
16 grace 150
17 maxgrace 30
18 level 55
19 subtype 31
20 path_attuned 256
21 value 1
22 invisible 1
23 no_drop 1
24 last_sp 1
25 casting_time 25
26 end
27