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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines