ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Misc/spell_dimension_door.arc
Revision: 1.13
Committed: Fri Apr 2 21:34:29 2010 UTC (14 years, 3 months ago) by root
Branch: MAIN
Changes since 1.12: +0 -1 lines
Log Message:
remove superfluous type 101 lines

File Contents

# User Rev Content
1 root 1.6 object spell_dimension_door
2 root 1.12 inherit type_spell
3 root 1.1 name dimension door
4     name_pl dimension door
5     skill sorcery
6     msg
7 root 1.10 Dimension door allows for a short range teleportation (the exact range
8     depending on casting level).
9 root 1.8
10 root 1.10 The character is transported in the direction the spell is cast. Zones
11     where magic is blocked cannot be passed through, and the character will
12     not end up in the same space as a monster or anything else that blocks the
13     space.
14 root 1.1
15 root 1.11 If the player casts the spell directly and specifies an argument, the
16     spell will attempt to transport the character exactly the specified number
17     of spaces (no more, no less).
18 root 1.10
19     Otherwise, the spell will attempt to transport the character the maximum
20     number of spaces allowed by spell range and the environment.
21 root 1.1 endmsg
22 root 1.7 face spell_sorcery.x11
23     sp 25
24     maxsp 25
25 root 1.9 level 26
26 root 1.7 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 root 1.1 end
35 root 1.7