ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Misc/spell_dimension_door.arc
Revision: 1.5
Committed: Sat Mar 3 00:51:14 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_normalise_revert
Changes since 1.4: +14 -15 lines
Log Message:
revert everything up to and including the normalising patch

File Contents

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