ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/maps/regions
Revision: 1.16
Committed: Thu Apr 19 17:00:38 2007 UTC (17 years ago) by root
Branch: MAIN
Changes since 1.15: +59 -1 lines
Log Message:
WE NEED FISH, DAMNIT!!!

add some monster treasurelists to some regions, take advantage of
the surprising fact that you can put treasurelists into the regions
file.

- rare mice in scorn_city
- some birds on the highway
- gnolls, ogres etc. in scorn county
- way more of them in scorn kingdom

- put the description "harsh wildlife" near brest
  into reality.
- put some snakes into brest

more work on this would be appreciated, feel free to add.

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     it is betetr to turn back. Now.
34     endmsg
35     end
36    
37     region tethys
38 root 1.13 parent panthalassa
39 root 1.12 longname somewhere on the vast ocean
40 root 1.11 msg
41     The source of life and death: Water! The ocean Tethys is surrounding all
42     known landmasses was already many adventurers' death.
43     endmsg
44     end
45    
46 elmex 1.3 region southpole
47     parent world
48 root 1.12 longname near the south pole
49 elmex 1.3 msg
50     A cold place in the very south of the world. Strange monsters guard their
51     territory. Many treasures are said to exist here.
52     endmsg
53     end
54 root 1.11
55 elmex 1.1 region creation
56     parent world
57 root 1.12 longname at the creation
58     msg
59 elmex 1.1 Who knows where this place is, but all have seen it. As mysterious as it is,
60     its just an other part of life.
61     endmsg
62     end
63 root 1.11
64 root 1.16 treasureone region_highway
65     arch bird
66     end
67    
68 elmex 1.1 region highway
69     parent world
70 root 1.12 longname on the imperial highway
71 root 1.16 chance 0.01
72     randomitems region_highway
73 root 1.12 msg
74 elmex 1.1 The Imperial Highway was built long ago, so much so that its origins are
75     now long since passed out of recorded history and into the stuff of legends.
76     In the years since its construction it has gained the name "The yellow Brick
77     Road" on account of the distinctive colour of its paving. Whilst in former
78     times the Imperial highway was safe to all who woul dpass along it, in
79     recent times it has started to decay, as the toll of centuries comes to bear
80     on this once-splendid testament to past powers.
81     endmsg
82     end
83 root 1.11
84 elmex 1.1 region greenway
85     parent wilderness
86 root 1.12 longname on the Greenway
87 elmex 1.1 msg
88     The elves are thought to have quicker ways to travel...
89     endmsg
90     end
91 root 1.11
92 root 1.16 treasureone region_scorn_kingdom
93     arch bird
94     chance 3
95     more
96     arch gnoll
97     chance 2
98     more
99     arch goblin
100     chance 2
101     more
102     arch ogre
103     chance 1
104     more
105     arch killer_bee
106     chance 1
107     end
108    
109 root 1.4 region scorn_kingdom
110 elmex 1.1 parent world
111 root 1.12 longname in the kingdom of Scorn
112 root 1.16 chance 0.1
113     randomitems region_scorn_kingdom
114 elmex 1.1 msg
115     Nestled snugly in a sheltered bay at the west of the Imperial Highway, Scorn
116     is a safe and welcoming place for those who pass by. Its position on the
117     Imperial highway allows it to maintain its importance as a stopping off
118     point between the other major cities along the route and an attractive
119     location for trade and commerce. This combined with the sheltered harbour and
120     extensive shipping lines, ensures that Scorn remains a key crossroads
121     bustling with activity, long after its former military dominence has
122     diminished.
123     endmsg
124     end
125 root 1.11
126 root 1.4 region scorn_county
127     parent scorn_kingdom
128 root 1.12 longname in the county of Scorn
129 root 1.16 chance 0.01
130     randomitems region_scorn_kingdom
131 elmex 1.1 msg
132     Outside the gates of the city of scorn, the activity of the town can be heard,
133 root 1.12 but not seen the cries of the traders, and calls of the sailors belie your
134 elmex 1.1 proximity to this bustling town, though to look around you see only the relative
135     tranquility of quiet farmland and the sense of peace it evokes.
136     endmsg
137     end
138 root 1.11
139 root 1.16 treasureone region_scorn
140     arch mouse
141     end
142    
143 root 1.4 region scorn
144     parent scorn_county
145 root 1.12 longname in the City of Scorn
146 root 1.16 chance 0.001
147     randomitems region_scorn
148 elmex 1.1 msg
149     Here, in amidst the trading activity at the heart of scorn you find
150 root 1.8 yourself scarcely able to hear yourself think with the din of commerce all around
151 elmex 1.1 you as shop keepers and traders shout their wares.
152     endmsg
153 root 1.14 match ^/scorn/
154 elmex 1.1 end
155 root 1.11
156 elmex 1.1 region scornarena
157     parent scorn
158 root 1.12 longname within the Scorn arena
159 elmex 1.1 msg
160     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.
161     endmsg
162     end
163 root 1.11
164 elmex 1.1 region scornoldcity
165     parent scorn
166 root 1.12 longname within the remains of Old Scorn
167 elmex 1.1 msg
168     You find yourself gasping in wonder at the extensive caverns underneath the city,
169     here there remains the ruins of old Scorn. A reminder of the great power the city
170     once possessed, and a sign of how far it has fallen. As you look around however
171     you notice that whilst the previous inhabitants of these ruins are no longer
172 root 1.12 present, some new ones seem to have taken their place, and these denizens don't
173 elmex 1.1 appear to be very welcoming.
174     endmsg
175     end
176 root 1.11
177 root 1.4 region navar_kingdom
178 elmex 1.1 parent world
179 root 1.12 longname in the kingdom of Navar
180 root 1.7 jail_map /navar_city/jail/jail
181     jail_x 16
182     jail_y 1
183 elmex 1.1 msg
184 root 1.12 Straddling the corner of the Imperial highway as it turns North near the
185 elmex 1.1 Eastern border of the known world, and surrounded by dangerous territory,
186     Navar is an unlikely site for one of the world's grandest cities.
187 root 1.12 Yet there it stands, dominating the skyline for miles around and showing the
188 elmex 1.1 same bustling activity expected of any thriving market town.
189     endmsg
190     end
191 root 1.11
192 root 1.4 region navar
193 root 1.10 parent navar_kingdom
194 root 1.12 longname in the city of Navar
195 root 1.7 jail_map /navar_city/jail/jail
196     jail_x 16
197     jail_y 1
198 elmex 1.3 msg
199     The heart of the Navar region: Navar city. It's said it's the gathering of
200     opportunities! Meet experienced adventurers and clever shop keepers or explore
201     the unexplored dungeons.
202     endmsg
203 root 1.14 match ^/navar/
204 elmex 1.3 end
205 root 1.11
206 root 1.16 treasureone region_brest_county
207     arch panther
208     more
209     arch giant_bat
210     more
211     arch dog
212     more
213     arch mastif
214     more
215     arch blob
216     more
217     arch war_ant
218     more
219     arch spit_ant
220     end
221    
222 root 1.4 region brest_county
223 elmex 1.1 parent world
224 root 1.12 longname in Brest county
225 root 1.16 chance 0.01
226     randomitems region_brest_county
227 elmex 1.1 msg
228 root 1.4 Little is known about this mostly unexplored area. The harsh weather and dangerous
229     wildlife prevented most adventurers from traveling in this area, and the rest seems
230     to know how to keep their secrets to them.
231 elmex 1.1 endmsg
232     end
233 root 1.11
234 root 1.16 treasureone region_brest
235     arch snake
236     end
237    
238 root 1.4 region brest
239     parent brest_county
240 root 1.12 longname in Brest
241 root 1.16 randomitems region_brest
242     chance 0.01
243 elmex 1.3 msg
244     The city of the tough. Only few adventurers find their way here without
245     finding death instead. But the ones who found it build up a city in the midst
246     of nowhere cornered by high and unpassable mountains.
247     endmsg
248 root 1.14 match ^/brest/
249 elmex 1.3 end
250 root 1.11
251 root 1.4 region darcap_county
252 elmex 1.1 parent world
253 root 1.12 longname in the sultanate of Darcap
254 elmex 1.1 msg
255 root 1.12 Isolated from the rest of the region by an extensive mountain range to the
256     south, and possessing a massive natural harbour, Darcap is a small, but
257     easily defensible town, dominated by a pair of powerful guilds. The town is
258     also noted for its circus, whose reputation draws visitors from all over
259 elmex 1.1 the world.
260     endmsg
261     end
262 root 1.11
263 root 1.4 region darcap
264     parent darcap_county
265 root 1.12 longname in the city of Darcap
266 elmex 1.3 msg
267     The center of the isolated continent: Darcap city, where brave adventurers live.
268     endmsg
269 root 1.14 match ^/darcap/
270 elmex 1.3 end
271 root 1.11
272 elmex 1.1 region darcapcircus
273     parent darcap
274 root 1.12 longname in the Darcap Circus
275 elmex 1.1 msg
276     This circus' reputation draws visitors from all over the world.
277     endmsg
278     end
279 root 1.11
280 root 1.4 region wolfsburg_county
281 elmex 1.1 parent world
282 root 1.12 longname near the port of Wolfsburg
283 elmex 1.1 msg
284     Located on an island far away from the coast, wolfsburg relies entirely on its
285     quay to supply the town and as a result has a strong seafaring tradition among
286 root 1.12 its populence.
287 elmex 1.1 endmsg
288     end
289 root 1.11
290 root 1.4 region wolfsburg
291     parent wolfsburg_county
292 root 1.12 longname in Wolfsburg
293 elmex 1.3 msg
294 root 1.4 A filthy, dangerous city Wolfsburg certainly is. Full of pirates, thugs and similarly
295     low life forms, Wolfsburg has acquired the reputation of being a pirate's nest. Travel,
296     especially at sea, is very dangerous around Wolfsburg.
297 elmex 1.3 endmsg
298 root 1.14 match ^/wolfsburg/
299 elmex 1.3 end
300 root 1.11
301 root 1.4 region santodominion_county
302 elmex 1.1 parent world
303 root 1.12 longname in the area around Santo Dominion
304 elmex 1.1 msg
305 root 1.4 Santo Dominion sits in a small bay to the north of Scorn. It is an
306     important port of call for ships travelling to and from Scorn and is
307     also somewhat famous for its Opera and its Litle House of Horrors, two
308     magnificent cultural buildings you would not expect in so small a town as
309     Santo Dominion.
310 elmex 1.1 endmsg
311     end
312 root 1.11
313 root 1.4 region santodominion
314     parent santodominion_county
315 root 1.12 longname in Santo Dominion
316 elmex 1.3 msg
317 root 1.4 Santo Dominion sits in a small bay to the north of Scorn. It is an
318     important port of call for ships travelling to and from Scorn and is
319     also somewhat famous for its Opera and its Litle House of Horrors, two
320     magnificent cultural buildings you would not expect in so small a town as
321     Santo Dominion.
322 elmex 1.3 endmsg
323 root 1.14 match ^/santo_dominion/
324 elmex 1.3 end
325 root 1.11
326 elmex 1.1 region lakecountry
327     parent world
328 root 1.12 longname in Lake Country
329 elmex 1.1 msg
330 root 1.4 Lake Country originally was where the elves who where exiled from the north
331     by the kings of Scorn, during the Vth millenia EK. They named the area
332     Vkovzerov. The major elven city of Vkovzerov was Tashkeren-tah. It was
333     destroyed by a Water arch-elemental in 4453EK.
334 elmex 1.1 endmsg
335 root 1.14 match ^/lake_country/
336 elmex 1.1 end
337 root 1.11
338 elmex 1.2 region portjoseph
339 elmex 1.1 parent world
340 root 1.12 longname in Port Joseph
341     msg
342     Port Joseph is a boring fishing village near Scorn. Boring indeed it seems. But
343     not everything is as it seems...
344 elmex 1.1 endmsg
345 root 1.14 match ^/port_joseph/
346 elmex 1.1 end
347 root 1.11
348 elmex 1.1 region pupland
349     parent world
350 root 1.12 longname in Pupland
351 elmex 1.1 msg
352 root 1.14 Pupland is as dangerous as a small puppy. It is a happy, thriving community of
353     nice and peaceful people. Or so it seems on first sight...
354 elmex 1.1 endmsg
355 root 1.14 match ^/pup_land/
356 elmex 1.1 end
357 root 1.11
358 elmex 1.1 region ancientpupland
359     parent pupland
360 root 1.12 longname in the Pupland of times long past
361 elmex 1.1 msg
362 root 1.15 You have been thrown to this ancient version of pupland through some
363     unidentified time travel magic. Nobody knows what dangers or joys
364     are waiting here.
365 elmex 1.1 endmsg
366     end
367 root 1.11
368 elmex 1.1 region nurnberg
369     parent pupland
370 root 1.12 longname in Nurnberg
371 elmex 1.1 msg
372 root 1.14 Nurnberg is one of the biggest and most modern cities of the known world. It is famous
373     for its many unique attractions that set it apart from the more average cities of the
374     world.
375 elmex 1.1 endmsg
376 root 1.14 match ^/pup_land/nurnberg/
377 elmex 1.1 end
378 root 1.11
379 elmex 1.1 region lonetown
380     parent pupland
381 root 1.12 longname in Lone Town
382 elmex 1.1 msg
383 root 1.15 Formerly a very secluded and cold place that was hard to reach, Lone Town has seen
384     a remarkable increase in travel and tourism over the recent years due to a
385     much better airline and road infrastructure.
386 elmex 1.1 endmsg
387 root 1.14 match ^/pup_land/lone_town/
388 elmex 1.1 end
389 root 1.11
390 root 1.4 region stoneville_county
391 elmex 1.1 parent world
392 root 1.12 longname near Stoneville
393 elmex 1.1 msg
394 root 1.6 The area surrounding Stoneville is also called "Dragon Island".
395     Not that there would be much area, but still...
396 elmex 1.1 endmsg
397     end
398 root 1.11
399 root 1.4 region stoneville
400     parent stoneville_county
401 root 1.12 longname in Stoneville City
402 elmex 1.3 msg
403 root 1.6 Stoneville is the home of such adventurous places as the Adventurers
404     Guild, the Adventurous Shop and the Burning Adventurer. The island, albeit
405     small, is rumoured to host a number of dragons, too, which gave it the
406     unofficial name "Dragon Island".
407 elmex 1.3 endmsg
408 root 1.14 match ^/dragonisland/
409 elmex 1.3 end
410 root 1.11
411 elmex 1.1 region firevolcano
412     parent world
413 root 1.12 longname in the Fire Volcano
414 elmex 1.1 msg
415 root 1.12 This fiery volcano rose up from the mountains one day. It is inhabited by a
416 elmex 1.1 strange race of fire creatures who seem friendly, but very competitive.
417     endmsg
418     end
419 root 1.11
420 elmex 1.1 region azumauindo
421     parent world
422 root 1.12 longname in the Shogunate of Azumauindo
423 elmex 1.1 msg
424 root 1.4 A hidden and closed civilization, at the far east of the world.
425 elmex 1.1 endmsg
426     end
427 root 1.11
428 elmex 1.1 region dream
429     parent world
430 root 1.12 longname dreaming?
431 elmex 1.1 msg
432 root 1.6 You do not know if you are awake or still dreaming.
433 elmex 1.1 endmsg
434     end
435 root 1.11
436 elmex 1.1 region citydeclouds
437     parent dream
438 root 1.12 longname in the City de Clouds
439 elmex 1.1 msg
440     A wonderous city resting on the clouds, it could not possibly exist...
441     endmsg
442     end
443 root 1.11
444 elmex 1.1 region theabyss
445     parent dream
446 root 1.12 longname in The Abyss
447 elmex 1.1 msg
448     Where the damned lay in torment for eternity. There is no forgiveness. Welcome
449     to hell.
450     endmsg
451     end
452 root 1.11
453 elmex 1.1 region dis
454     parent theabyss
455 root 1.12 longname in the city of Dis
456 elmex 1.1 msg
457     Long forgotten, here lies the eternal city of hell. It was never made nor shall
458     it be unmade. It was here and always will be, the damned have their city and no
459     enjoyment to them will it ever surrender.
460     endmsg
461     end
462 root 1.11
463 elmex 1.1 region kingdomofsaints
464     parent dream
465 root 1.12 longname in the kingdom of Saints
466 elmex 1.1 msg
467     A kingdom where pagan worship is outlawed and magic scorned. Dispite this there is said to
468     be much advanced knowlege known to it, outside the realms of sorcery and superstition.
469     The kingdom has a severe shortage of gold and thus prefers outsiders to pay debts in the metal,
470     however it is rich in iron and copper ore, aswell as emeralds, though it's emerald production
471     has recently sharply decreased due to an unknown reason.
472     endmsg
473     end
474 root 1.11
475 elmex 1.1 region kingdomofsaintsborder
476     parent kingdomofsaints
477 root 1.12 longname near the Kingdom of Saints Border
478 elmex 1.1 msg
479     A kingdom where pagan worship is outlawed and magic scorned. Dispite this there is said to
480     be much advanced knowlege known to it, outside the realms of sorcery and superstition. To the
481     east of here lies the Valley of Gehennom. To the north and south is unknown wilderness.
482     endmsg
483     end
484 root 1.11
485 elmex 1.1 region stjohns
486     parent kingdomofsaints
487 root 1.12 longname in the town of St. John's
488 elmex 1.1 msg
489     The seat of justice for the Kingdom of Saints and the town closest to the border. This town
490     once sent to the capital, St. Bartholomew, vast riches in the green gem. It's mine now lays
491 root 1.12 vacant due to an unknown malady.
492 elmex 1.1 endmsg
493     end
494 root 1.11
495 elmex 1.1 region strose
496     parent kingdomofsaints
497 root 1.12 longname in the town of St. Rose
498 elmex 1.1 msg
499 root 1.12 A small town in the Kingdom of Saints dwarfed to the east by the copper mountains.
500     Its main production is livestock.
501 elmex 1.1 endmsg
502     end
503 root 1.11
504 elmex 1.1 region stbartholomew
505     parent kingdomofsaints
506 root 1.12 longname in the town of St.Bartholomew
507 elmex 1.1 msg
508     The town of St. Bartholomew is the capital of the Kingdom of Saints.
509     Situated between two mountain ranges rich in iron and copper ore St.
510     Bartholomew is well protected and well supplied with minerals useful
511     in wartime production. St. Bartholomew boasts a world class
512 root 1.12 bank, a well stocked libary, and one of the only two power generation
513 elmex 1.1 plants in existance, as well as the only working centerfuge throughout the
514     explored world.
515     endmsg
516     end
517