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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines