ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Misc/spell_word_of_recall.arc
Revision: 1.9
Committed: Sun Sep 28 15:12:03 2008 UTC (15 years, 9 months ago) by root
Branch: MAIN
CVS Tags: rel-2_80, rel-2_72, rel-2_73, rel-2_76, rel-2_77, rel-2_74, rel-2_75, rel-2_79, rel-2_78
Changes since 1.8: +1 -1 lines
Log Message:
rebalancing of all spell levels, some sp changes

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 root 1.9 level 22
24 root 1.6 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