ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Misc/spell_dimension_door.arc
Revision: 1.8
Committed: Sun Sep 28 07:30:00 2008 UTC (15 years, 9 months ago) by root
Branch: MAIN
Changes since 1.7: +6 -5 lines
Log Message:
update many spell descritpions, using my new toy cf-slotutil

File Contents

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