ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Misc/spell_dimension_door.arc
Revision: 1.10
Committed: Sat Jun 27 03:50:59 2009 UTC (15 years ago) by root
Branch: MAIN
CVS Tags: rel-2_80, rel-2_79
Changes since 1.9: +12 -11 lines
Log Message:
dimdoor spellarg

File Contents

# Content
1 object spell_dimension_door
2 name dimension door
3 name_pl dimension door
4 skill sorcery
5 msg
6 Dimension door allows for a short range teleportation (the exact range
7 depending on casting level).
8
9 The character is transported in the direction the spell is cast. Zones
10 where magic is blocked cannot be passed through, and the character will
11 not end up in the same space as a monster or anything else that blocks the
12 space.
13
14 If the player specifies a spell argument, the spell will attempt to
15 transport the character exactly the specified number of spaces (no more,
16 no less).
17
18 Otherwise, the spell will attempt to transport the character the maximum
19 number of spaces allowed by spell range and the environment.
20 endmsg
21 face spell_sorcery.x11
22 sp 25
23 maxsp 25
24 level 26
25 type 101
26 subtype 13
27 path_attuned 4096
28 value 100
29 invisible 1
30 range 25
31 range_modifier 5
32 no_drop 1
33 casting_time 10
34 end
35