ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Misc/spell_word_of_recall.arc
Revision: 1.13
Committed: Wed Apr 21 09:30:01 2010 UTC (14 years, 2 months ago) by elmex
Branch: MAIN
CVS Tags: rel-3_0, HEAD
Changes since 1.12: +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

# User Rev Content
1 root 1.5 object spell_word_of_recall
2 root 1.11 inherit type_spell
3 root 1.1 name word of recall
4     name_pl word of recall
5     skill praying
6     msg
7 root 1.10 Transports the character back to the last place where he or
8     she used a B<Bed to Reality>.
9 root 1.8
10 root 1.10 There is some delay between invoking the spell and it taking effect, so this
11     spell is not a great choice to cast if you are about to die, as you will
12     likely die before the spell actually transports you back home.
13 root 1.8
14     It can be most handy when in a deep dungeon
15     and don't want to walk back up all the stairs.
16 root 1.1 endmsg
17 root 1.8 sound ss/spiritvoice11
18 root 1.6 face spell_praying.x11
19     grace 40
20     maxgrace 20
21 root 1.9 level 22
22 root 1.6 subtype 18
23     path_attuned 4096
24 elmex 1.13 value 1
25 root 1.6 invisible 1
26     duration 40
27     duration_modifier 5
28     no_drop 1
29     casting_time 15
30 root 1.1 end
31 root 1.6