ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Misc/spell_remove_damnation.arc
(Generate patch)

Comparing deliantra/arch/spell/Misc/spell_remove_damnation.arc (file contents):
Revision 1.2 by pippijn, Tue Jan 2 21:58:37 2007 UTC vs.
Revision 1.14 by root, Mon Aug 23 16:26:31 2010 UTC

1Object spell_remove_damnation 1object spell_remove_damnation
2inherit type_spell
2name remove damnation 3name remove damnation
3name_pl remove damnation 4name_pl remove damnation
5skill praying
6msg
7Eliminates the damned status of some of the items in your inventory, as
8long as their level is below the level of the spell.
9
10There is no way to know which items will be undamned, except that the
11marked item will be tried first.
12
13The number of objects undamned increases as caster level increases.
14endmsg
4face spell_praying.x11 15face spell_praying.x11
5level 15
6grace 150 16grace 150
17maxgrace 30
18level 55
19subtype 31
20path_attuned 256
21value 1
22invisible 1
23no_drop 1
24last_sp 1
7casting_time 25 25casting_time 25
8path_attuned 256
9skill praying
10type 101
11subtype 31
12value 150
13no_drop 1
14invisible 1
15damned 1
16maxgrace 30
17msg
18Remove damnation eliminates the damned status
19of any objects the character currently has
20equipped. This allows the character to
21unequip these items. It does not alter the
22damned status for objects that are not
23equipped.
24endmsg
25end 26end
27

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines