ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/maps/regions
Revision: 1.31
Committed: Tue May 22 23:22:05 2007 UTC (16 years, 11 months ago) by root
Branch: MAIN
CVS Tags: rel-2_1
Changes since 1.30: +15 -0 lines
Log Message:
surround town portals by hedges to allow some pushing (and also hide them a bit)

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