ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Misc/spell_dimension_door.arc
Revision: 1.14
Committed: Wed Apr 21 09:30:00 2010 UTC (14 years, 2 months ago) by elmex
Branch: MAIN
CVS Tags: rel-3_0, HEAD
Changes since 1.13: +1 -1 lines
Log Message:
rebalanced spell values.

base value for spellbooks have been adjusted greatly too.
also adjusted darcap town2 shops a bit w.r.t. difficulty and shopgreed.

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 subtype 13
27     path_attuned 4096
28 elmex 1.14 value 1
29 root 1.7 invisible 1
30     range 25
31     range_modifier 5
32     no_drop 1
33     casting_time 10
34 root 1.1 end
35 root 1.7