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.3 by pippijn, Tue Jan 2 21:58:37 2007 UTC vs.
Revision 1.14 by elmex, Wed Apr 21 09:30:00 2010 UTC

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