ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Misc/spell_dimension_door.arc
Revision: 1.11
Committed: Thu Sep 17 08:14:49 2009 UTC (14 years, 9 months ago) by root
Branch: MAIN
CVS Tags: rel-2_82, rel-2_81, rel-2_90, rel-2_92, rel-2_93
Changes since 1.10: +3 -3 lines
Log Message:
- try to avoid the word "spell" int he sepll description, and
  also their name, so the description actually fits dusts or
  custom spells better.
- fix some typos/errors in the spell descriptions

File Contents

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