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

Comparing deliantra/arch/spell/RaiseDead/spell_resurrection.arc (file contents):
Revision 1.3 by root, Tue Feb 6 22:41:30 2007 UTC vs.
Revision 1.4 by root, Sat Mar 3 00:51:17 2007 UTC

1object spell_resurrection 1Object spell_resurrection
2name resurrection 2name resurrection
3name_pl resurrection 3name_pl resurrection
4face spell_praying.x11
5type 101
6subtype 1
7level 20
8value 200
9grace 250
10casting_time 50
11path_attuned 256
4skill praying 12skill praying
13no_drop 1
14invisible 1
15Con 1
16exp 10
17randomitems resurrection_failure
5msg 18msg
6This spell brings back a dead character. The 19This spell brings back a dead character. The
7character suffers less experience and 20character suffers less experience and
8constitution loss than that caused by the raise 21constitution loss than that caused by the raise
9dead spell. 22dead spell.
10 23
11Note: This spell is only useful on servers 24Note: This spell is only useful on servers
12which use the permanent death mode of play. 25which use the permanent death mode of play.
13endmsg 26endmsg
14face spell_praying.x11
15con 1
16grace 250
17exp 10
18level 20
19type 101
20subtype 1
21path_attuned 256
22value 200
23invisible 1
24randomitems resurrection_failure
25no_drop 1
26casting_time 50
27end 27end
28

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines