ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/TownPortal/spell_town_portal.arc
Revision: 1.12
Committed: Thu Sep 17 08:14:52 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.11: +6 -6 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

# User Rev Content
1 root 1.7 object spell_town_portal
2 root 1.1 name town portal
3     name_pl town portal
4 root 1.8 skill sorcery
5 elmex 1.2 msg
6 root 1.12 Creates a magical portal to the nearest town.
7 root 1.10
8     You can create as many portals as you want, and when you (or anybody else)
9 root 1.12 uses one to go to the nearest town, you can return from the town to that
10     portal once. The portals will evaporate after a (long) while, and you
11     cannot return to a portal once it has done so.
12 root 1.10
13     What town is "nearest" depends not completely on the normal distance to
14 root 1.12 the town, but on the distance in the so-called "Noiger" space, which can
15 root 1.10 sometimes be quite different.
16    
17     This spell is great to transport and sell loot to the nearest shop
18 root 1.12 and quickly return to the dungeon for more carnage, and pilfering.
19 elmex 1.2 endmsg
20 root 1.9 other_arch town_portal_magic
21 root 1.8 face spell_sorcery.x11
22     sp 50
23 root 1.11 level 20
24 root 1.8 type 101
25     subtype 47
26     path_attuned 4096
27     value 150
28     invisible 1
29     no_drop 1
30     casting_time 10
31 root 1.1 end
32 root 1.8