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

Comparing deliantra/arch/spell/Misc/spell_remove_curse.arc (file contents):
Revision 1.5 by root, Sat Mar 3 01:16:54 2007 UTC vs.
Revision 1.13 by root, Fri Jul 2 19:54:41 2010 UTC

1object spell_remove_curse 1object spell_remove_curse
2inherit type_spell
2name remove curse 3name remove curse
3name_pl remove curse 4name_pl remove curse
5skill praying
6msg
7Eliminates the cursed 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 uncursed, except that the
11marked item will by uncursed first.
12
13The number of objects uncursed increases as caster level increases.
14endmsg
4face spell_praying.x11 15face spell_praying.x11
5level 8
6grace 80 16grace 80
17maxgrace 30
18level 40
19subtype 31
20path_attuned 256
21value 1
22invisible 1
23no_drop 1
24cursed 1
7casting_time 20 25casting_time 20
8path_attuned 256
9skill praying
10type 101
11subtype 31
12value 80
13no_drop 1
14invisible 1
15cursed 1
16maxgrace 30
17msg
18Remove curse eliminates the cursed status of
19any objects the character currently has
20equipped, allowing the character to unequip
21these items. It does not alter the cursed
22status for objects that are not equipped.
23endmsg
24end 26end
27

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines