ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Misc/spell_word_of_recall.arc
Revision: 1.10
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.9: +5 -8 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_word_of_recall
2 root 1.1 name word of recall
3     name_pl word of recall
4     skill praying
5     msg
6 root 1.10 Transports the character back to the last place where he or
7     she used a B<Bed to Reality>.
8 root 1.8
9 root 1.10 There is some delay between invoking the spell and it taking effect, so this
10     spell is not a great choice to cast if you are about to die, as you will
11     likely die before the spell actually transports you back home.
12 root 1.8
13     It can be most handy when in a deep dungeon
14     and don't want to walk back up all the stairs.
15 root 1.1 endmsg
16 root 1.8 sound ss/spiritvoice11
17 root 1.6 face spell_praying.x11
18     grace 40
19     maxgrace 20
20 root 1.9 level 22
21 root 1.6 type 101
22     subtype 18
23     path_attuned 4096
24     value 100
25     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