ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/maps/regions
Revision: 1.27
Committed: Sat Apr 21 11:54:29 2007 UTC (17 years ago) by root
Branch: MAIN
Changes since 1.26: +76 -10 lines
Log Message:
more fine-grained regions, make the security zone around the highways larger

File Contents

# User Rev Content
1 root 1.5 region world
2 root 1.12 longname in The World
3 root 1.7 jail_map /scorn/misc/jail
4     jail_x 16
5     jail_y 1
6 root 1.5 msg
7 root 1.16 If you are seeing this, someone goofed, you should never see this message, and
8     you should report this to the DM.
9 root 1.5 endmsg
10     end
11 root 1.11
12 elmex 1.1 region wilderness
13     parent world
14 root 1.12 longname somewhere in the wilderness
15 elmex 1.1 fallback 1
16     msg
17     Grass, mountains, trees, rivers, and not a soul to be seen for miles around,
18 root 1.12 the wilderness is not the most civilised of places, and stories
19 root 1.6 that have reached the towns tell of fearsome creatures and labyrinthine
20 elmex 1.1 dungeons far under the surface. Of course, these rumours have never been
21     verified, though the few who have tried have taken a long time in doing so....
22     endmsg
23     end
24 root 1.11
25 root 1.13 region panthalassa
26 root 1.11 parent world
27 root 1.13 longname somewhere on the great ocean panthalassa
28 root 1.11 msg
29 root 1.13 Few people ventured far enough to reach the ocean Panthalassa. Its extent
30 root 1.11 is completely unknown, subject of some weird theories only, and nothing is
31     known about its depth, the life it contains or the dangers it holds. No
32     ship ventured far into it and came back. The only thing known about it is this:
33 root 1.21 it is better to turn back. Now.
34 root 1.11 endmsg
35     end
36    
37 root 1.27 treasureone region_panthalassa
38     arch bird
39     end
40    
41 root 1.11 region tethys
42 root 1.13 parent panthalassa
43 root 1.12 longname somewhere on the vast ocean
44 root 1.27 randomitems region_panthalassa
45     chance 0.001
46 root 1.11 msg
47     The source of life and death: Water! The ocean Tethys is surrounding all
48     known landmasses was already many adventurers' death.
49     endmsg
50     end
51    
52 root 1.27 region creation
53 elmex 1.3 parent world
54 root 1.27 longname at the creation
55 elmex 1.3 msg
56 root 1.27 Who knows where this place is, but all have seen it. As mysterious as it is,
57     its just another part of life.
58 elmex 1.3 endmsg
59     end
60 root 1.11
61 root 1.27 region southpole
62 elmex 1.1 parent world
63 root 1.27 longname near the south pole
64 root 1.12 msg
65 root 1.27 A cold place in the very south of the world. Strange monsters guard their
66     territory here but also many treasures are said to be found here.
67 elmex 1.1 endmsg
68     end
69 root 1.11
70 root 1.27 treasureone region_security_zone
71 root 1.16 arch bird
72     end
73    
74 elmex 1.1 region highway
75     parent world
76 root 1.12 longname on the imperial highway
77 root 1.16 chance 0.01
78 root 1.27 randomitems region_security_zone
79 root 1.12 msg
80 elmex 1.1 The Imperial Highway was built long ago, so much so that its origins are
81     now long since passed out of recorded history and into the stuff of legends.
82     In the years since its construction it has gained the name "The yellow Brick
83     Road" on account of the distinctive colour of its paving. Whilst in former
84 root 1.23 times the Imperial highway was safe to all who would pass along it, in
85 elmex 1.1 recent times it has started to decay, as the toll of centuries comes to bear
86 root 1.23 on this once-splendid testament to past powers. It is still the safest
87     way to travel over land.
88 elmex 1.1 endmsg
89     end
90 root 1.11
91 root 1.27 region brest_highway
92     parent world
93     longname on the road connecting between Scorn, Brest and Lake Country
94     chance 0.01
95     randomitems region_security_zone
96     msg
97     Unlike most places in the world, the area stretching from Scorn down to
98     Brest and Lake Country is patrolled regularly by kingdom soliders and
99     should be relatively safe. Make sure you are not wandering too far into
100     the wilderness, though, as only the roads are under watch.
101     endmsg
102     end
103    
104 elmex 1.1 region greenway
105     parent wilderness
106 root 1.12 longname on the Greenway
107 elmex 1.1 msg
108     The elves are thought to have quicker ways to travel...
109     endmsg
110     end
111 root 1.11
112 root 1.16 treasureone region_scorn_kingdom
113     arch bird
114 root 1.17 chance 3
115 root 1.16 more
116     arch gnoll
117 root 1.17 chance 2
118 root 1.16 more
119     arch goblin
120 root 1.17 chance 2
121 root 1.16 more
122     arch ogre
123 root 1.17 chance 1
124 root 1.16 more
125     arch killer_bee
126 root 1.17 chance 1
127 root 1.16 end
128    
129 root 1.4 region scorn_kingdom
130 elmex 1.1 parent world
131 root 1.12 longname in the kingdom of Scorn
132 root 1.16 chance 0.1
133     randomitems region_scorn_kingdom
134 elmex 1.1 msg
135     Nestled snugly in a sheltered bay at the west of the Imperial Highway, Scorn
136     is a safe and welcoming place for those who pass by. Its position on the
137     Imperial highway allows it to maintain its importance as a stopping off
138     point between the other major cities along the route and an attractive
139     location for trade and commerce. This combined with the sheltered harbour and
140     extensive shipping lines, ensures that Scorn remains a key crossroads
141 root 1.24 bustling with activity, long after its former military dominance has
142 elmex 1.1 diminished.
143     endmsg
144     end
145 root 1.11
146 root 1.4 region scorn_county
147     parent scorn_kingdom
148 root 1.12 longname in the county of Scorn
149 root 1.16 chance 0.01
150     randomitems region_scorn_kingdom
151 elmex 1.1 msg
152     Outside the gates of the city of scorn, the activity of the town can be heard,
153 root 1.25 but not seen. The cries of the traders, and calls of the sailors belie your
154 elmex 1.1 proximity to this bustling town, though to look around you see only the relative
155     tranquility of quiet farmland and the sense of peace it evokes.
156     endmsg
157     end
158 root 1.11
159 root 1.17 treasureone region_generic_city
160 root 1.18 arch mouse_nongen
161 root 1.16 end
162    
163 root 1.4 region scorn
164     parent scorn_county
165 root 1.12 longname in the City of Scorn
166 root 1.17 chance 0.002
167     randomitems region_generic_city
168 elmex 1.1 msg
169     Here, in amidst the trading activity at the heart of scorn you find
170 root 1.8 yourself scarcely able to hear yourself think with the din of commerce all around
171 elmex 1.1 you as shop keepers and traders shout their wares.
172     endmsg
173 root 1.14 match ^/scorn/
174 elmex 1.1 end
175 root 1.11
176 elmex 1.1 region scornarena
177     parent scorn
178 root 1.12 longname within the Scorn arena
179 elmex 1.1 msg
180     A giant ampitheatre made of white stone that glistens in the sunlight. People in the stands cheering and screaming for blood. The finality of the gates that come crashing down behind the gladiators below them, and the certain knowledge that only one will survive.
181     endmsg
182     end
183 root 1.11
184 elmex 1.1 region scornoldcity
185     parent scorn
186 root 1.12 longname within the remains of Old Scorn
187 elmex 1.1 msg
188     You find yourself gasping in wonder at the extensive caverns underneath the city,
189     here there remains the ruins of old Scorn. A reminder of the great power the city
190     once possessed, and a sign of how far it has fallen. As you look around however
191     you notice that whilst the previous inhabitants of these ruins are no longer
192 root 1.12 present, some new ones seem to have taken their place, and these denizens don't
193 elmex 1.1 appear to be very welcoming.
194     endmsg
195     end
196 root 1.11
197 root 1.27 region three_sisters
198     parent world
199     longname on the island of the three sisters
200     msg
201     Little is known about this island except that it is surrounded
202     by a shield wall of high mountains.
203     endmsg
204     end
205    
206     region middle_island
207     parent scorn_kingdom
208     longname on the middle island
209     msg
210     This is a mostly deserted and boring island. It is so boring, in fact,
211     that nobody cared to name it, so everybody just calls it "the middle
212     island", as it is situated roughly in the middle between the Navar and
213     Scorn kingdoms. The fact that it is almost devoid of human settlements
214     makes it an ideal battleground for larger groups.
215     endmsg
216     end
217    
218 root 1.23 treasureone region_navar_kingdom
219     arch ape
220     chance 100
221     more
222     arch sandy
223     chance 70
224     more
225     arch scorpion
226     chance 120
227     more
228     arch snake_nongen
229     chance 70
230     more
231     arch shadowpup
232     chance 7
233     end
234    
235 root 1.4 region navar_kingdom
236 elmex 1.1 parent world
237 root 1.12 longname in the kingdom of Navar
238 root 1.23 randomitems region_navar_kingdom
239     chance 0.01
240 root 1.7 jail_map /navar_city/jail/jail
241     jail_x 16
242     jail_y 1
243 elmex 1.1 msg
244 root 1.12 Straddling the corner of the Imperial highway as it turns North near the
245 elmex 1.1 Eastern border of the known world, and surrounded by dangerous territory,
246     Navar is an unlikely site for one of the world's grandest cities.
247 root 1.12 Yet there it stands, dominating the skyline for miles around and showing the
248 elmex 1.1 same bustling activity expected of any thriving market town.
249     endmsg
250     end
251 root 1.11
252 root 1.4 region navar
253 root 1.10 parent navar_kingdom
254 root 1.12 longname in the city of Navar
255 root 1.17 chance 0.002
256     randomitems region_generic_city
257 root 1.7 jail_map /navar_city/jail/jail
258     jail_x 16
259     jail_y 1
260 elmex 1.3 msg
261     The heart of the Navar region: Navar city. It's said it's the gathering of
262     opportunities! Meet experienced adventurers and clever shop keepers or explore
263     the unexplored dungeons.
264     endmsg
265 root 1.14 match ^/navar/
266 elmex 1.3 end
267 root 1.11
268 root 1.27 region valleynoy
269     parent navar_kingdom
270     longname on valley noy
271     msg
272     This island is famous for its many deep valleys. Few people live here, and
273     most of them mine the mountains for gems, crystals and precious metals.
274     endmsg
275     end
276    
277 root 1.16 treasureone region_brest_county
278     arch panther
279     more
280     arch giant_bat
281     more
282     arch dog
283     more
284     arch mastif
285     more
286     arch blob
287     more
288     arch war_ant
289     more
290     arch spit_ant
291     end
292    
293 root 1.4 region brest_county
294 elmex 1.1 parent world
295 root 1.12 longname in Brest county
296 root 1.16 chance 0.01
297     randomitems region_brest_county
298 elmex 1.1 msg
299 root 1.4 Little is known about this mostly unexplored area. The harsh weather and dangerous
300     wildlife prevented most adventurers from traveling in this area, and the rest seems
301     to know how to keep their secrets to them.
302 elmex 1.1 endmsg
303     end
304 root 1.11
305 root 1.16 treasureone region_brest
306 root 1.18 arch snake_nongen
307 root 1.16 end
308    
309 root 1.4 region brest
310     parent brest_county
311 root 1.12 longname in Brest
312 root 1.16 randomitems region_brest
313     chance 0.01
314 elmex 1.3 msg
315     The city of the tough. Only few adventurers find their way here without
316     finding death instead. But the ones who found it build up a city in the midst
317     of nowhere cornered by high and unpassable mountains.
318     endmsg
319 root 1.14 match ^/brest/
320 elmex 1.3 end
321 root 1.11
322 root 1.17 treasureone region_darcap_county
323     arch small_troll
324     chance 50
325     more
326     arch gnoll
327     chance 50
328     more
329     arch ogre
330     chance 50
331     more
332     arch elec_dragon
333     chance 5
334     more
335     arch faerie_dragon
336     chance 5
337     more
338     arch cold_dragon
339     chance 5
340     more
341     arch baby_dragon
342     chance 2
343     more
344     arch para_fire
345     chance 5
346     more
347     arch para_water
348     chance 5
349     more
350     arch para_air
351     chance 5
352     more
353     arch para_earth
354     chance 5
355     end
356    
357 root 1.4 region darcap_county
358 elmex 1.1 parent world
359 root 1.12 longname in the sultanate of Darcap
360 root 1.17 randomitems region_darcap_county
361     chance 0.01
362 elmex 1.1 msg
363 root 1.19 Isolated from the rest of the region by the ocean and an extensive
364     mountain range to the south, and possessing a massive natural harbour,
365     Darcap is a small, but easily defensible town, dominated by a pair of
366     powerful guilds. The town is also noted for its circus, whose reputation
367     draws visitors from all over the world.
368 elmex 1.1 endmsg
369     end
370 root 1.11
371 root 1.4 region darcap
372     parent darcap_county
373 root 1.12 longname in the city of Darcap
374 root 1.17 chance 0.002
375     randomitems region_generic_city
376 elmex 1.3 msg
377 root 1.19 The center of an isolated continent: Darcap city, where brave adventurers
378     and mysterious practitioners of the arcane and dark arts live and perform.
379 elmex 1.3 endmsg
380 root 1.14 match ^/darcap/
381 elmex 1.3 end
382 root 1.11
383 elmex 1.1 region darcapcircus
384     parent darcap
385 root 1.12 longname in the Darcap Circus
386 elmex 1.1 msg
387     This circus' reputation draws visitors from all over the world.
388     endmsg
389     end
390 root 1.11
391 root 1.17 treasureone region_wolfsburg_county
392     arch pirate
393     chance 50
394     more
395     arch gnome
396     chance 50
397     more
398     arch fighter
399     chance 50
400     more
401     arch thief
402     chance 20
403     more
404     arch thief_1
405     chance 20
406     more
407     arch child_thief
408     chance 5
409     end
410    
411 root 1.4 region wolfsburg_county
412 elmex 1.1 parent world
413 root 1.12 longname near the port of Wolfsburg
414 root 1.17 randomitems region_wolfsburg_county
415     chance 0.01
416 elmex 1.1 msg
417 root 1.20 Located on an island far away from the coast, Wolfsburg relies entirely on its
418 elmex 1.1 quay to supply the town and as a result has a strong seafaring tradition among
419 root 1.12 its populence.
420 elmex 1.1 endmsg
421     end
422 root 1.11
423 root 1.4 region wolfsburg
424     parent wolfsburg_county
425 root 1.12 longname in Wolfsburg
426 root 1.17 randomitems region_wolfsburg_county
427     chance 0.01
428 elmex 1.3 msg
429 root 1.4 A filthy, dangerous city Wolfsburg certainly is. Full of pirates, thugs and similarly
430     low life forms, Wolfsburg has acquired the reputation of being a pirate's nest. Travel,
431     especially at sea, is very dangerous around Wolfsburg.
432 elmex 1.3 endmsg
433 root 1.14 match ^/wolfsburg/
434 elmex 1.3 end
435 root 1.11
436 root 1.4 region santodominion_county
437 elmex 1.1 parent world
438 root 1.12 longname in the area around Santo Dominion
439 elmex 1.1 msg
440 root 1.4 Santo Dominion sits in a small bay to the north of Scorn. It is an
441     important port of call for ships travelling to and from Scorn and is
442     also somewhat famous for its Opera and its Litle House of Horrors, two
443     magnificent cultural buildings you would not expect in so small a town as
444     Santo Dominion.
445 elmex 1.1 endmsg
446     end
447 root 1.11
448 root 1.4 region santodominion
449     parent santodominion_county
450 root 1.12 longname in Santo Dominion
451 root 1.17 chance 0.002
452     randomitems region_generic_city
453 elmex 1.3 msg
454 root 1.4 Santo Dominion sits in a small bay to the north of Scorn. It is an
455     important port of call for ships travelling to and from Scorn and is
456     also somewhat famous for its Opera and its Litle House of Horrors, two
457     magnificent cultural buildings you would not expect in so small a town as
458     Santo Dominion.
459 elmex 1.3 endmsg
460 root 1.14 match ^/santo_dominion/
461 elmex 1.3 end
462 root 1.11
463 root 1.27 treasureone region_lake_country
464     arch cobra
465     chance 100
466     more
467     arch black_metallic_serpent
468     chance 20
469     more
470     arch black_metallic_serpent_sleek
471     chance 5
472     more
473     arch black_metallic_serpent_lightning
474     chance 1
475     more
476     end
477    
478 elmex 1.1 region lakecountry
479     parent world
480 root 1.12 longname in Lake Country
481 root 1.27 randomitems region_lake_country
482     chance 0.015
483 elmex 1.1 msg
484 root 1.26 Lake Country originally was where the elves lived who where exiled
485     from the north by the kings of Scorn, during the Vth millenia EK. They
486     named the area Vkovzerov. The major elven city of Vkovzerov was
487     Tashkeren-tah. It was destroyed by a Water arch-elemental in 4453EK.
488 elmex 1.1 endmsg
489 root 1.14 match ^/lake_country/
490 elmex 1.1 end
491 root 1.11
492 elmex 1.2 region portjoseph
493 elmex 1.1 parent world
494 root 1.12 longname in Port Joseph
495 root 1.17 chance 0.002
496     randomitems region_generic_city
497 root 1.12 msg
498     Port Joseph is a boring fishing village near Scorn. Boring indeed it seems. But
499     not everything is as it seems...
500 elmex 1.1 endmsg
501 root 1.14 match ^/port_joseph/
502 elmex 1.1 end
503 root 1.11
504 elmex 1.1 region pupland
505     parent world
506 root 1.12 longname in Pupland
507 elmex 1.1 msg
508 root 1.14 Pupland is as dangerous as a small puppy. It is a happy, thriving community of
509 root 1.17 nice and peaceful people. Or at least so it seems on first sight...
510 elmex 1.1 endmsg
511 root 1.14 match ^/pup_land/
512 elmex 1.1 end
513 root 1.11
514 elmex 1.1 region ancientpupland
515     parent pupland
516 root 1.12 longname in the Pupland of times long past
517 elmex 1.1 msg
518 root 1.15 You have been thrown to this ancient version of pupland through some
519     unidentified time travel magic. Nobody knows what dangers or joys
520     are waiting here.
521 elmex 1.1 endmsg
522     end
523 root 1.11
524 elmex 1.1 region nurnberg
525     parent pupland
526 root 1.12 longname in Nurnberg
527 elmex 1.1 msg
528 root 1.14 Nurnberg is one of the biggest and most modern cities of the known world. It is famous
529     for its many unique attractions that set it apart from the more average cities of the
530     world.
531 elmex 1.1 endmsg
532 root 1.14 match ^/pup_land/nurnberg/
533 elmex 1.1 end
534 root 1.11
535 elmex 1.1 region lonetown
536     parent pupland
537 root 1.12 longname in Lone Town
538 root 1.17 chance 0.002
539     randomitems region_generic_city
540 elmex 1.1 msg
541 root 1.15 Formerly a very secluded and cold place that was hard to reach, Lone Town has seen
542     a remarkable increase in travel and tourism over the recent years due to a
543     much better airline and road infrastructure.
544 elmex 1.1 endmsg
545 root 1.14 match ^/pup_land/lone_town/
546 elmex 1.1 end
547 root 1.11
548 root 1.4 region stoneville_county
549 elmex 1.1 parent world
550 root 1.12 longname near Stoneville
551 elmex 1.1 msg
552 root 1.6 The area surrounding Stoneville is also called "Dragon Island".
553     Not that there would be much area, but still...
554 elmex 1.1 endmsg
555     end
556 root 1.11
557 root 1.4 region stoneville
558     parent stoneville_county
559 root 1.12 longname in Stoneville City
560 root 1.17 chance 0.002
561     randomitems region_generic_city
562 elmex 1.3 msg
563 root 1.6 Stoneville is the home of such adventurous places as the Adventurers
564     Guild, the Adventurous Shop and the Burning Adventurer. The island, albeit
565     small, is rumoured to host a number of dragons, too, which gave it the
566     unofficial name "Dragon Island".
567 elmex 1.3 endmsg
568 root 1.14 match ^/dragonisland/
569 elmex 1.3 end
570 root 1.11
571 elmex 1.1 region firevolcano
572     parent world
573 root 1.12 longname in the Fire Volcano
574 elmex 1.1 msg
575 root 1.12 This fiery volcano rose up from the mountains one day. It is inhabited by a
576 elmex 1.1 strange race of fire creatures who seem friendly, but very competitive.
577     endmsg
578     end
579 root 1.11
580 elmex 1.1 region azumauindo
581     parent world
582 root 1.12 longname in the Shogunate of Azumauindo
583 elmex 1.1 msg
584 root 1.4 A hidden and closed civilization, at the far east of the world.
585 elmex 1.1 endmsg
586     end
587 root 1.11
588 elmex 1.1 region dream
589     parent world
590 root 1.12 longname dreaming?
591 elmex 1.1 msg
592 root 1.6 You do not know if you are awake or still dreaming.
593 elmex 1.1 endmsg
594     end
595 root 1.11
596 elmex 1.1 region citydeclouds
597     parent dream
598 root 1.12 longname in the City de Clouds
599 elmex 1.1 msg
600     A wonderous city resting on the clouds, it could not possibly exist...
601     endmsg
602     end
603 root 1.11
604 elmex 1.1 region theabyss
605     parent dream
606 root 1.12 longname in The Abyss
607 elmex 1.1 msg
608     Where the damned lay in torment for eternity. There is no forgiveness. Welcome
609     to hell.
610     endmsg
611     end
612 root 1.11
613 elmex 1.1 region dis
614     parent theabyss
615 root 1.12 longname in the city of Dis
616 elmex 1.1 msg
617     Long forgotten, here lies the eternal city of hell. It was never made nor shall
618     it be unmade. It was here and always will be, the damned have their city and no
619     enjoyment to them will it ever surrender.
620     endmsg
621     end
622 root 1.11
623 elmex 1.1 region kingdomofsaints
624     parent dream
625 root 1.12 longname in the kingdom of Saints
626 elmex 1.1 msg
627     A kingdom where pagan worship is outlawed and magic scorned. Dispite this there is said to
628     be much advanced knowlege known to it, outside the realms of sorcery and superstition.
629     The kingdom has a severe shortage of gold and thus prefers outsiders to pay debts in the metal,
630     however it is rich in iron and copper ore, aswell as emeralds, though it's emerald production
631     has recently sharply decreased due to an unknown reason.
632     endmsg
633     end
634 root 1.11
635 elmex 1.1 region kingdomofsaintsborder
636     parent kingdomofsaints
637 root 1.12 longname near the Kingdom of Saints Border
638 elmex 1.1 msg
639     A kingdom where pagan worship is outlawed and magic scorned. Dispite this there is said to
640     be much advanced knowlege known to it, outside the realms of sorcery and superstition. To the
641     east of here lies the Valley of Gehennom. To the north and south is unknown wilderness.
642     endmsg
643     end
644 root 1.11
645 elmex 1.1 region stjohns
646     parent kingdomofsaints
647 root 1.12 longname in the town of St. John's
648 elmex 1.1 msg
649     The seat of justice for the Kingdom of Saints and the town closest to the border. This town
650     once sent to the capital, St. Bartholomew, vast riches in the green gem. It's mine now lays
651 root 1.12 vacant due to an unknown malady.
652 elmex 1.1 endmsg
653     end
654 root 1.11
655 elmex 1.1 region strose
656     parent kingdomofsaints
657 root 1.12 longname in the town of St. Rose
658 elmex 1.1 msg
659 root 1.12 A small town in the Kingdom of Saints dwarfed to the east by the copper mountains.
660     Its main production is livestock.
661 elmex 1.1 endmsg
662     end
663 root 1.11
664 elmex 1.1 region stbartholomew
665     parent kingdomofsaints
666 root 1.12 longname in the town of St.Bartholomew
667 elmex 1.1 msg
668     The town of St. Bartholomew is the capital of the Kingdom of Saints.
669     Situated between two mountain ranges rich in iron and copper ore St.
670     Bartholomew is well protected and well supplied with minerals useful
671     in wartime production. St. Bartholomew boasts a world class
672 root 1.12 bank, a well stocked libary, and one of the only two power generation
673 elmex 1.1 plants in existance, as well as the only working centerfuge throughout the
674     explored world.
675     endmsg
676     end
677