ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/RaiseDead/spell_raise_dead.arc
Revision: 1.12
Committed: Wed Apr 21 09:30:03 2010 UTC (14 years, 3 months ago) by elmex
Branch: MAIN
CVS Tags: rel-3_0, HEAD
Changes since 1.11: +1 -1 lines
Log Message:
rebalanced spell values.

base value for spellbooks have been adjusted greatly too.
also adjusted darcap town2 shops a bit w.r.t. difficulty and shopgreed.

File Contents

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