ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Misc/spell_dimension_door.arc
(Generate patch)

Comparing deliantra/arch/spell/Misc/spell_dimension_door.arc (file contents):
Revision 1.6 by root, Sat Mar 3 01:16:54 2007 UTC vs.
Revision 1.11 by root, Thu Sep 17 08:14:49 2009 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines