ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Misc/spell_dimension_door.arc
Revision: 1.9
Committed: Sun Sep 28 15:12:03 2008 UTC (15 years, 9 months ago) by root
Branch: MAIN
CVS Tags: rel-2_72, rel-2_73, rel-2_76, rel-2_77, rel-2_74, rel-2_75, rel-2_78
Changes since 1.8: +1 -1 lines
Log Message:
rebalancing of all spell levels, some sp changes

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 root 1.9 level 26
24 root 1.7 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