ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Misc/spell_word_of_recall.arc
Revision: 1.8
Committed: Sun Sep 28 07:30:00 2008 UTC (15 years, 9 months ago) by root
Branch: MAIN
Changes since 1.7: +8 -6 lines
Log Message:
update many spell descritpions, using my new toy cf-slotutil

File Contents

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