ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/RaiseDead/spell_raise_dead.arc
Revision: 1.3
Committed: Tue Feb 6 22:41:30 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run, pre_normalise_revert
Changes since 1.2: +15 -14 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

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