ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/RaiseDead/spell_resurrection.arc
Revision: 1.9
Committed: Thu Sep 17 08:14:49 2009 UTC (14 years, 9 months ago) by root
Branch: MAIN
CVS Tags: rel-2_82, rel-2_81, rel-2_90, rel-2_92, rel-2_93
Changes since 1.8: +2 -2 lines
Log Message:
- try to avoid the word "spell" int he sepll description, and
  also their name, so the description actually fits dusts or
  custom spells better.
- fix some typos/errors in the spell descriptions

File Contents

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