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.7 by root, Sat Mar 3 01:24:21 2007 UTC

1object spell_dimension_door 1object spell_dimension_door
2name dimension door 2name dimension door
3name_pl dimension door 3name_pl dimension door
4face spell_sorcery.x11
5level 10
6value 100
7sp 25
8casting_time 10
9path_attuned 4096
10range 25
11range_modifier 5
12maxsp 25
13skill sorcery 4skill sorcery
14type 101
15subtype 13
16no_drop 1
17invisible 1
18msg 5msg
19Dimension door allows for a short range 6Dimension door allows for a short range
20teleportation: the character is transported 7teleportation: the character is transported
21in the direction the spell is cast. Zones 8in the direction the spell is cast. Zones
22where magic is blocked cannot be passed 9where magic is blocked cannot be passed
27will attempt to transport the character that 14will attempt to transport the character that
28specific number of spaces. Otherwise, the 15specific number of spaces. Otherwise, the
29spell will attempt to transport the character 16spell will attempt to transport the character
30the maximum number of spaces. 17the maximum number of spaces.
31endmsg 18endmsg
19face spell_sorcery.x11
20sp 25
21maxsp 25
22level 10
23type 101
24subtype 13
25path_attuned 4096
26value 100
27invisible 1
28range 25
29range_modifier 5
30no_drop 1
31casting_time 10
32end 32end
33

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines