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.8 by root, Sun Sep 28 07:30:00 2008 UTC vs.
Revision 1.10 by root, Sat Jun 27 03:50:59 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 4skill sorcery
5msg 5msg
6Dimension door allows for a short range 6Dimension door allows for a short range teleportation (the exact range
7teleportation (the exact range depending on casting level). 7depending on casting level).
8 8
9The character is transported in the direction the spell is cast. 9The character is transported in the direction the spell is cast. Zones
10Zones where magic is blocked cannot be passed 10where magic is blocked cannot be passed through, and the character will
11through, and the character will not end up in 11not end up in the same space as a monster or anything else that blocks the
12the same space as a monster. 12space.
13 13
14If the player specifies a count, the spell 14If the player specifies a spell argument, the spell will attempt to
15will attempt to transport the character that 15transport the character exactly the specified number of spaces (no more,
16specific number of spaces. Otherwise, the 16no less).
17
17spell will attempt to transport the character 18Otherwise, the spell will attempt to transport the character the maximum
18the maximum number of spaces. 19number of spaces allowed by spell range and the environment.
19endmsg 20endmsg
20face spell_sorcery.x11 21face spell_sorcery.x11
21sp 25 22sp 25
22maxsp 25 23maxsp 25
23level 10 24level 26
24type 101 25type 101
25subtype 13 26subtype 13
26path_attuned 4096 27path_attuned 4096
27value 100 28value 100
28invisible 1 29invisible 1

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines