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

# Content
1 object spell_dimension_door
2 inherit type_spell
3 name dimension door
4 name_pl dimension door
5 skill sorcery
6 msg
7 Dimension door allows for a short range teleportation (the exact range
8 depending on casting level).
9
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
15 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
19 Otherwise, the spell will attempt to transport the character the maximum
20 number of spaces allowed by spell range and the environment.
21 endmsg
22 face spell_sorcery.x11
23 sp 25
24 maxsp 25
25 level 26
26 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 end
36