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.1.1.1 by root, Mon Feb 6 20:26:25 2006 UTC vs.
Revision 1.12 by elmex, Wed Apr 21 09:30:03 2010 UTC

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