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.4 by root, Tue Feb 6 22:41:28 2007 UTC vs.
Revision 1.12 by root, Fri Apr 2 21:26:30 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
4skill sorcery 5skill sorcery
5msg 6msg
6Dimension door allows for a short range 7Dimension door allows for a short range teleportation (the exact range
7teleportation: the character is transported 8depending on casting level).
8in the direction the spell is cast. Zones
9where magic is blocked cannot be passed
10through, and the character will not end up in
11the space space as a monster.
12 9
13If the player specifies a count, the spell 10The character is transported in the direction the spell is cast. Zones
14will attempt to transport the character that 11where magic is blocked cannot be passed through, and the character will
15specific number of spaces. Otherwise, the 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
16spell will attempt to transport the character 19Otherwise, the spell will attempt to transport the character the maximum
17the maximum number of spaces. 20number of spaces allowed by spell range and the environment.
18endmsg 21endmsg
19face spell_sorcery.x11 22face spell_sorcery.x11
20sp 25 23sp 25
21maxsp 25 24maxsp 25
22level 10 25level 26
23type 101 26type 101
24subtype 13 27subtype 13
25path_attuned 4096 28path_attuned 4096
26value 100 29value 100
27invisible 1 30invisible 1

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines