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

Comparing deliantra/arch/spell/RaiseDead/spell_raise_dead.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_raise_dead 1Object spell_raise_dead
2name raise dead 2name raise dead
3name_pl raise dead 3name_pl raise dead
4face spell_praying.x11
5type 101
6subtype 1
7level 10
8value 100
9grace 150
10casting_time 25
11path_attuned 256
4skill praying 12skill praying
13no_drop 1
14invisible 1
15Con 2
16exp 5
17randomitems raise_dead_failure
5msg 18msg
6This spell brings back a dead character. The 19This spell brings back a dead character. The
7raised character loses some experience and 20raised character loses some experience and
8their constitution is diminished. 21their constitution is diminished.
9 22
10Note: This spell is only useful on servers 23Note: This spell is only useful on servers
11which use the permanent death mode of play. 24which use the permanent death mode of play.
12endmsg 25endmsg
13face spell_praying.x11
14con 2
15grace 150
16exp 5
17level 10
18type 101
19subtype 1
20path_attuned 256
21value 100
22invisible 1
23randomitems raise_dead_failure
24no_drop 1
25casting_time 25
26end 26end
27

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines