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.11 by root, Fri Apr 2 21:34:29 2010 UTC vs.
Revision 1.14 by root, Mon Aug 23 16:26:31 2010 UTC

2inherit type_spell 2inherit type_spell
3name remove damnation 3name remove damnation
4name_pl remove damnation 4name_pl remove damnation
5skill praying 5skill praying
6msg 6msg
7Eliminates the damned status 7Eliminates the damned status of some of the items in your inventory, as
8of any objects the caster currently has 8long as their level is below the level of the spell.
9equipped. This allows the character to 9
10unequip these items. It does not alter the 10There is no way to know which items will be undamned, except that the
11damned status for objects that are not 11marked item will be tried first.
12equipped. 12
13The number of objects undamned increases as caster level increases.
13endmsg 14endmsg
14face spell_praying.x11 15face spell_praying.x11
15grace 150 16grace 150
16maxgrace 30 17maxgrace 30
17level 55 18level 55
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