ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Misc/spell_dimension_door.arc
Revision: 1.12
Committed: Fri Apr 2 21:26:30 2010 UTC (14 years, 3 months ago) by root
Branch: MAIN
Changes since 1.11: +1 -0 lines
Log Message:
clean app classes/types, add spell type and use it

File Contents

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