ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Misc/spell_dimension_door.arc
Revision: 1.7
Committed: Sat Mar 3 01:24:21 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_second_normalise_run, rel-2_6, rel-2_7, rel-2_4, rel-2_5, rel-2_2, rel-2_0, rel-2_1, rel-2_71, rel-2_54, rel-2_55, rel-2_56, rel-2_53, rel-2_32, rel-2_61, rel-2_43, rel-2_42, rel-2_41
Changes since 1.6: +14 -13 lines
Log Message:
second normaliser run - dude

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