ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Misc/spell_word_of_recall.arc
Revision: 1.3
Committed: Tue Feb 6 22:41:30 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run, pre_normalise_revert
Changes since 1.2: +15 -14 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

# User Rev Content
1 root 1.3 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     to the last place where he or she used a Bed
8     to Reality.
9     There is some delay between casting the spell
10     and its effect, so this spell is not a great
11     choice to cast if you are about to die, as
12     you will likely die before the spell actually
13     transports you back home. It can be most
14     handy when in a deep dungeon and don't want
15     to walk back up all the stairs.
16     endmsg
17 root 1.3 face spell_praying.x11
18     grace 40
19     maxgrace 20
20     level 10
21     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.3