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.9 by root, Sun Sep 28 15:12:03 2008 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 exact range depending on casting level).
21in the direction the spell is cast. Zones 8
9The character is transported in the direction the spell is cast.
22where magic is blocked cannot be passed 10Zones where magic is blocked cannot be passed
23through, and the character will not end up in 11through, and the character will not end up in
24the space space as a monster. 12the same space as a monster.
25 13
26If the player specifies a count, the spell 14If the player specifies a count, the spell
27will attempt to transport the character that 15will attempt to transport the character that
28specific number of spaces. Otherwise, the 16specific number of spaces. Otherwise, the
29spell will attempt to transport the character 17spell will attempt to transport the character
30the maximum number of spaces. 18the maximum number of spaces.
31endmsg 19endmsg
20face spell_sorcery.x11
21sp 25
22maxsp 25
23level 26
24type 101
25subtype 13
26path_attuned 4096
27value 100
28invisible 1
29range 25
30range_modifier 5
31no_drop 1
32casting_time 10
32end 33end
34

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines