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

# Content
1 object spell_word_of_recall
2 inherit type_spell
3 name word of recall
4 name_pl word of recall
5 skill praying
6 msg
7 Transports the character back to the last place where he or
8 she used a B<Bed to Reality>.
9
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
14 It can be most handy when in a deep dungeon
15 and don't want to walk back up all the stairs.
16 endmsg
17 sound ss/spiritvoice11
18 face spell_praying.x11
19 grace 40
20 maxgrace 20
21 level 22
22 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 end
32