ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Misc/spell_word_of_recall.arc
Revision: 1.11
Committed: Fri Apr 2 21:26:30 2010 UTC (14 years, 3 months ago) by root
Branch: MAIN
Changes since 1.10: +1 -0 lines
Log Message:
clean app classes/types, add spell type and use it

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 type 101
23     subtype 18
24     path_attuned 4096
25     value 100
26     invisible 1
27     duration 40
28     duration_modifier 5
29     no_drop 1
30     casting_time 15
31 root 1.1 end
32 root 1.6