File: maps.xml

package info (click to toggle)
scummvm 2.9.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 450,268 kB
  • sloc: cpp: 4,297,604; asm: 28,322; python: 12,901; sh: 11,219; java: 8,477; xml: 7,843; perl: 2,633; ansic: 2,465; yacc: 1,670; javascript: 1,020; makefile: 933; lex: 578; awk: 275; objc: 82; sed: 11; php: 1
file content (413 lines) | stat: -rw-r--r-- 35,243 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
<?xml version="1.0"?>
<!DOCTYPE maps SYSTEM "dtd/maps.dtd">
<!-- $Id: maps.xml 2734 2010-12-13 18:24:16Z darren_janeczek $ -->
<maps>
    <!-- world map -->
    <map id="0" type="world" fname="world.map" width="256" height="256" levels="1" chunkwidth="32" chunkheight="32"
     borderbehavior="wrap" showavatar="true" music="1" tileset="base" tilemap="base">
        <portal x="86"  y="107" destmapid="1"  startx="15" starty="30" action="enter" savelocation="true" transport="footorhorse"/>
        <portal x="218" y="107" destmapid="2"  startx="15" starty="30" action="enter" savelocation="true" transport="footorhorse"/>
        <portal x="28"  y="50"  destmapid="3"  startx="15" starty="30" action="enter" savelocation="true" transport="footorhorse"/>
        <portal x="146" y="241" destmapid="4"  startx="15" starty="30" action="enter" savelocation="true" transport="footorhorse"/>

        <portal x="232" y="135" destmapid="5"  startx="1" starty="15" action="enter" savelocation="true" transport="footorhorse"/>
        <portal x="82"  y="106" destmapid="6"  startx="1" starty="15" action="enter" savelocation="true" transport="footorhorse"/>
        <portal x="36"  y="222" destmapid="7"  startx="1" starty="15" action="enter" savelocation="true" transport="footorhorse"/>
        <portal x="58"  y="43"  destmapid="8"  startx="1" starty="15" action="enter" savelocation="true" transport="footorhorse"/>
        <portal x="159" y="20"  destmapid="9"  startx="1" starty="15" action="enter" savelocation="true" transport="footorhorse"/>
        <portal x="106" y="184" destmapid="10" startx="1" starty="15" action="enter" savelocation="true" transport="footorhorse"/>
        <portal x="22"  y="128" destmapid="11" startx="1" starty="15" action="enter" savelocation="true" transport="footorhorse"/>
        <portal x="187" y="169" destmapid="12" startx="1" starty="15" action="enter" savelocation="true" transport="footorhorse"/>

        <portal x="98"  y="145" destmapid="13" startx="1" starty="15" action="enter" savelocation="true" transport="footorhorse"/>
        <portal x="136" y="158" destmapid="14" startx="1" starty="15" action="enter" savelocation="true" transport="footorhorse"/>
        <portal x="201" y="59"  destmapid="15" startx="1" starty="15" action="enter" savelocation="true" transport="footorhorse"/>
        <portal x="136" y="90"  destmapid="16" startx="1" starty="15" action="enter" savelocation="true" transport="footorhorse"/>

        <portal x="240" y="73"  destmapid="17" startx="1" starty="1" action="enter" savelocation="true" transport="foot"/>
        <portal x="91"  y="67"  destmapid="18" startx="1" starty="1" action="enter" savelocation="true" transport="foot"/>
        <portal x="72"  y="168" destmapid="19" startx="1" starty="1" action="enter" savelocation="true" transport="foot"/>
        <portal x="126" y="20"  destmapid="20" startx="1" starty="1" action="enter" savelocation="true" transport="foot"/>
        <portal x="156" y="27"  destmapid="21" startx="1" starty="1" action="enter" savelocation="true" transport="foot"/>
        <portal x="58"  y="102" destmapid="22" startx="1" starty="1" action="enter" savelocation="true" transport="foot"/>
        <portal x="239" y="240" destmapid="23" startx="1" starty="1" action="enter" savelocation="true" transport="foot"/>
        <portal x="233" y="233" destmapid="24" startx="1" starty="1" action="enter" condition="abyss" savelocation="true" message="Enter the Great Stygian Abyss!&#xA;&#xA;" transport="foot"/>

        <portal x="233" y="66"  destmapid="25" startx="0" starty="0" action="enter" condition="shrine" savelocation="true" transport="footorhorse"/>
        <portal x="128" y="92"  destmapid="26" startx="0" starty="0" action="enter" condition="shrine" savelocation="true" transport="footorhorse"/>
        <portal x="36"  y="229" destmapid="27" startx="0" starty="0" action="enter" condition="shrine" savelocation="true" transport="footorhorse"/>
        <portal x="73"  y="11"  destmapid="28" startx="0" starty="0" action="enter" condition="shrine" savelocation="true" transport="footorhorse"/>
        <portal x="205" y="45"  destmapid="29" startx="0" starty="0" action="enter" condition="shrine" savelocation="true" transport="footorhorse"/>
        <portal x="81"  y="207" destmapid="30" startx="0" starty="0" action="enter" condition="shrine" savelocation="true" transport="footorhorse"/>
        <portal x="231" y="216" destmapid="32" startx="0" starty="0" action="enter" condition="shrine" savelocation="true" transport="footorhorse"/>

		<portal x="102" y="105" destmapid="101"  startx="1" starty="5" action="enter" savelocation="true" transport="footorhorse" tile="5"/>

		<moongate phase="0" x="224" y="133"/>
        <moongate phase="1" x="96" y="102"/>
        <moongate phase="2" x="38" y="224"/>
        <moongate phase="3" x="50" y="37"/>
        <moongate phase="4" x="166" y="19"/>
        <moongate phase="5" x="104" y="194"/>
        <moongate phase="6" x="23" y="126"/>
        <moongate phase="7" x="187" y="167"/>

        <!-- labels for other points of interest -->
        <label name="balloon"     x="233" y="242"/>
        <label name="lockelake"   x="127" y="78"/>
        <label name="mandrake1"   x="182" y="54"/>
        <label name="mandrake2"   x="100" y="165"/>
        <label name="nightshade1" x="46"  y="149"/>
        <label name="nightshade2" x="205" y="44"/>
        <label name="bell"        x="176" y="208"/>
        <label name="horn"        x="45"  y="173"/>
        <label name="wheel"       x="96"  y="215"/>
        <label name="skull"       x="197" y="245"/>
        <label name="blackstone"  x="224" y="133"/>
        <label name="whitestone"  x="64"  y="80"/>
        <label name="lasergun"    x="48"  y="22"/>
    </map>

    <!-- castles -->
    <map id="1" type="city" fname="lcb_1.ult" width="32" height="32" levels="1"
     borderbehavior="exit" showavatar="true" music="9" tileset="base" tilemap="base">
        <city name="Britannia" type="castle" tlk_fname="lcb.tlk">
            <personrole role="healer" id="29"/>
            <personrole role="hawkwind" id="30"/>
        </city>
        <portal x="3" y="3" destmapid="100" startx="3" starty="3" action="klimb" savelocation="false" message="Klimb to second floor!&#xA;" transport="foot"/>
        <portal x="27" y="3" destmapid="100" startx="27" starty="3" action="klimb" savelocation="false" message="Klimb to second floor!&#xA;" transport="foot"/>
        <portal x="7" y="2" destmapid="23" startx="5" starty="5" action="descend" savelocation="false" message="Descend into the depths!&#xA;" transport="foot">
            <retroActiveDest x="239" y="240" mapid="0"/>
        </portal>
        <label name="spiritualityrune" x="17" y="8"/>
    </map>
    <map id="100" type="city" fname="lcb_2.ult" width="32" height="32" levels="1"
     borderbehavior="exit" showavatar="true" music="9" tileset="base" tilemap="base">
        <city name="Britannia" type="castle" tlk_fname="lcb.tlk">
            <personrole role="lordbritish" id="32"/>
        </city>
        <portal x="3" y="3" destmapid="1" startx="3" starty="3" action="descend" savelocation="false" message="Descend to first floor!&#xA;" transport="foot"/>
        <portal x="27" y="3" destmapid="1" startx="27" starty="3" action="descend" savelocation="false" message="Descend to first floor!&#xA;" transport="foot"/>
    </map>
    <map id="2" type="city" fname="lycaeum.ult" width="32" height="32" levels="1"
     borderbehavior="exit" showavatar="true" music="9" tileset="base" tilemap="base">
        <city name="Lycaeum" type="castle" tlk_fname="lycaeum.tlk">
            <personrole role="healer" id="23"/>
        </city>
        <label name="book" x="6" y="6"/>
        <label name="telescope" x="22" y="3"/>
    </map>
    <map id="3" type="city" fname="empath.ult" width="32" height="32" levels="1"
     borderbehavior="exit" showavatar="true" music="9" tileset="base" tilemap="base">
        <city name="Empath Abbey" type="castle" tlk_fname="empath.tlk">
            <personrole role="healer" id="30"/>
        </city>
        <label name="mysticarmor" x="22" y="4"/>
    </map>
    <map id="4" type="city" fname="serpent.ult" width="32" height="32" levels="1"
     borderbehavior="exit" showavatar="true" music="9" tileset="base" tilemap="base">
        <city name="Serpents Hold" type="castle" tlk_fname="serpent.tlk">
            <personrole role="healer" id="31"/>
        </city>
        <label name="mysticswords" x="8" y="15"/>
    </map>

    <!-- cities -->
    <map id="5" type="city" fname="moonglow.ult" width="32" height="32" levels="1"
     borderbehavior="exit" showavatar="true" music="2" tileset="base" tilemap="base">
        <city name="Moonglow" type="towne" tlk_fname="moonglow.tlk">
            <personrole role="companion" id="32"/>
            <personrole role="foodvendor" id="26"/>
            <personrole role="reagentsvendor" id="24"/>
            <personrole role="healer" id="25"/>
            <personrole role="innkeeper" id="30"/>
        </city>
        <label name="honestyrune" x="8" y="6"/>
    </map>
    <map id="6" type="city" fname="britain.ult" width="32" height="32" levels="1"
     borderbehavior="exit" showavatar="true" music="2" tileset="base" tilemap="base">
        <city name="Britain" type="towne" tlk_fname="britain.tlk">
            <personrole role="companion" id="32"/>
            <personrole role="weaponsvendor" id="29"/>
            <personrole role="armorvendor" id="28"/>
            <personrole role="foodvendor" id="27"/>
            <personrole role="tavernkeeper" id="26"/>
            <personrole role="healer" id="31"/>
            <personrole role="innkeeper" id="25"/>
        </city>
        <label name="compassionrune" x="25" y="1"/>
    </map>
    <map id="7" type="city" fname="jhelom.ult" width="32" height="32" levels="1"
     borderbehavior="exit" showavatar="true" music="2" tileset="base" tilemap="base">
        <city name="Jhelom" type="towne" tlk_fname="jhelom.tlk">
            <personrole role="companion" id="32"/>
            <personrole role="weaponsvendor" id="29"/>
            <personrole role="armorvendor" id="28"/>
            <personrole role="tavernkeeper" id="30"/>
            <personrole role="healer" id="25"/>
            <personrole role="healer" id="26"/>
            <personrole role="healer" id="27"/>
            <personrole role="innkeeper" id="31"/>
         </city>
        <label name="valorrune" x="30" y="30"/>
    </map>
    <map id="8" type="city" fname="yew.ult" width="32" height="32" levels="1"
     borderbehavior="exit" showavatar="true" music="2" tileset="base" tilemap="base">
        <city name="Yew" type="towne" tlk_fname="yew.tlk">
            <personrole role="companion" id="32"/>
            <personrole role="foodvendor" id="27"/>
            <personrole role="healer" id="26"/>
        </city>
        <label name="justicerune" x="13" y="6"/>
    </map>
    <map id="9" type="city" fname="minoc.ult" width="32" height="32" levels="1"
     borderbehavior="exit" showavatar="true" music="2" tileset="base" tilemap="base">
        <city name="Minoc" type="towne" tlk_fname="minoc.tlk">
            <personrole role="companion" id="32"/>
            <personrole role="weaponsvendor" id="30"/>
            <personrole role="innkeeper" id="31"/>
        </city>
        <label name="sacrificerune" x="28" y="30"/>
    </map>
    <map id="10" type="city" fname="trinsic.ult" width="32" height="32" levels="1"
     borderbehavior="exit" showavatar="true" music="2" tileset="base" tilemap="base">
        <city name="Trinsic" type="towne" tlk_fname="trinsic.tlk">
            <personrole role="companion" id="32"/>
            <personrole role="weaponsvendor" id="29"/>
            <personrole role="armorvendor" id="28"/>
            <personrole role="tavernkeeper" id="31"/>
            <personrole role="innkeeper" id="30"/>
        </city>
        <label name="honorrune" x="2" y="29"/>
    </map>
    <map id="11" type="city" fname="skara.ult" width="32" height="32" levels="1"
     borderbehavior="exit" showavatar="true" music="2" tileset="base" tilemap="base">
        <city name="Skara Brae" type="towne" tlk_fname="skara.tlk">
            <personrole role="companion" id="32"/>
            <personrole role="foodvendor" id="28"/>
            <personrole role="reagentsvendor" id="30"/>
            <personrole role="healer" id="31"/>
            <personrole role="innkeeper" id="29"/>
        </city>
    </map>
    <map id="12" type="city" fname="magincia.ult" width="32" height="32" levels="1"
     borderbehavior="exit" showavatar="true" music="2" tileset="base" tilemap="base">
        <city name="Magincia" type="ruins" tlk_fname="magincia.tlk">
            <personrole role="companion" id="32"/>
        </city>
    </map>

    <!-- villages -->
    <map id="13" type="city" fname="paws.ult" width="32" height="32" levels="1"
     borderbehavior="exit" showavatar="true" music="2" tileset="base" tilemap="base">
        <city name="Paws" type="village" tlk_fname="paws.tlk">
            <personrole role="armorvendor" id="27"/>
            <personrole role="foodvendor" id="31"/>
            <personrole role="tavernkeeper" id="30"/>
            <personrole role="tavernkeeper" id="29"/>
            <personrole role="reagentsvendor" id="28"/>
            <personrole role="horsevendor" id="18"/>
        </city>
        <label name="humilityrune" x="29" y="29"/>
    </map>
    <map id="14" type="city" fname="den.ult" width="32" height="32" levels="1"
     borderbehavior="exit" showavatar="true" music="2" tileset="base" tilemap="base">
        <city name="Buccaneers Den" type="village" tlk_fname="den.tlk">
            <personrole role="weaponsvendor" id="28"/>
            <personrole role="armorvendor" id="27"/>
            <personrole role="tavernkeeper" id="26"/>
            <personrole role="reagentsvendor" id="30"/>
            <personrole role="guildvendor" id="29"/>
        </city>
    </map>
    <map id="15" type="city" fname="vesper.ult" width="32" height="32" levels="1"
     borderbehavior="exit" showavatar="true" music="2" tileset="base" tilemap="base">
        <city name="Vesper" type="village" tlk_fname="vesper.tlk">
            <personrole role="weaponsvendor" id="25"/>
            <personrole role="tavernkeeper" id="23"/>
            <personrole role="innkeeper" id="26"/>
            <personrole role="guildvendor" id="24"/>
        </city>
    </map>
    <map id="16" type="city" fname="cove.ult" width="32" height="32" levels="1"
     borderbehavior="exit" showavatar="true" music="2" tileset="base" tilemap="base">
        <city name="Cove" type="village" tlk_fname="cove.tlk">
            <personrole role="healer" id="31"/>
        </city>
        <label name="candle" x="22" y="1"/>
    </map>

    <!-- dungeons -->
    <map id="17" type="dungeon" fname="deceit.dng" width="8" height="8" levels="8"
     borderbehavior="wrap" firstperson="true" music="7" tileset="dungeon" tilemap="dungeon">
        <dungeon name="Deceit" rooms="16"/>
        <!-- Deceit -->  <portal x="1" y="1" z="7" destmapid="17" startx="1" starty="1" startlevel="7" action="exit_north" savelocation="false" message="into Dungeon Deceit&#xA;" transport="foot"><retroActiveDest x="240" y="73" mapid="0"/></portal>
        <!-- Shame -->   <portal x="1" y="1" z="7" destmapid="22" startx="1" starty="1" startlevel="7" action="exit_east" savelocation="false" message="into Dungeon Shame&#xA;" transport="foot"><retroActiveDest x="58" y="102" mapid="0"/></portal>
        <!-- Hythloth --><portal x="1" y="1" z="7" destmapid="23" startx="1" starty="1" startlevel="7" action="exit_south" savelocation="false" message="into Dungeon Hythloth&#xA;" transport="foot"><retroActiveDest x="239" y="240" mapid="0"/></portal>
        <!-- Wrong -->   <portal x="1" y="1" z="7" destmapid="20" startx="1" starty="1" startlevel="7" action="exit_west" savelocation="false" message="into Dungeon Wrong&#xA;" transport="foot"><retroActiveDest x="126" y="20" mapid="0"/></portal>
        <label name="bluestone" x="1" y="7" z="6"/>
    </map>
    <map id="18" type="dungeon" fname="despise.dng" width="8" height="8" levels="8"
     borderbehavior="wrap" firstperson="true" music="7" tileset="dungeon" tilemap="dungeon">
        <dungeon name="Despise" rooms="16"/>
        <!-- Despise --> <portal x="3" y="3" z="7" destmapid="18" startx="3" starty="3" startlevel="7" action="exit_north" savelocation="false" message="into Dungeon Despise&#xA;" transport="foot"><retroActiveDest x="91" y="67" mapid="0"/></portal>
        <!-- Wrong -->   <portal x="3" y="3" z="7" destmapid="20" startx="3" starty="3" startlevel="7" action="exit_east" savelocation="false" message="into Dungeon Wrong&#xA;" transport="foot"><retroActiveDest x="126" y="20" mapid="0"/></portal>
        <!-- Hythloth --><portal x="3" y="3" z="7" destmapid="23" startx="3" starty="3" startlevel="7" action="exit_south" savelocation="false" message="into Dungeon Hythloth&#xA;" transport="foot"><retroActiveDest x="239" y="240" mapid="0"/></portal>
        <!-- Covetous --><portal x="3" y="3" z="7" destmapid="21" startx="3" starty="3" startlevel="7" action="exit_west" savelocation="false" message="into Dungeon Covetous&#xA;" transport="foot"><retroActiveDest x="156" y="27" mapid="0"/></portal>
        <label name="yellowstone" x="3" y="5" z="4"/>
    </map>
    <map id="19" type="dungeon" fname="destard.dng" width="8" height="8" levels="8"
     borderbehavior="wrap" firstperson="true" music="7" tileset="dungeon" tilemap="dungeon">
        <dungeon name="Destard" rooms="16"/>
        <!-- Destard --> <portal x="7" y="7" z="7" destmapid="19" startx="7" starty="7" startlevel="7" action="exit_north" savelocation="false" message="into Dungeon Destard&#xA;" transport="foot"><retroActiveDest x="72" y="168" mapid="0"/></portal>
        <!-- Covetous --><portal x="7" y="7" z="7" destmapid="21" startx="7" starty="7" startlevel="7" action="exit_east" savelocation="false" message="into Dungeon Covetous&#xA;" transport="foot"><retroActiveDest x="156" y="27" mapid="0"/></portal>
        <!-- Hythloth --><portal x="7" y="7" z="7" destmapid="23" startx="7" starty="7" startlevel="7" action="exit_south" savelocation="false" message="into Dungeon Hythloth&#xA;" transport="foot"><retroActiveDest x="239" y="240" mapid="0"/></portal>
        <!-- Shame -->   <portal x="7" y="7" z="7" destmapid="22" startx="7" starty="7" startlevel="7" action="exit_west" savelocation="false" message="into Dungeon Shame&#xA;" transport="foot"><retroActiveDest x="58" y="102" mapid="0"/></portal>
        <label name="redstone" x="3" y="7" z="6"/>
    </map>
    <map id="20" type="dungeon" fname="wrong.dng" width="8" height="8" levels="8"
     borderbehavior="wrap" firstperson="true" music="7" tileset="dungeon" tilemap="dungeon">
        <dungeon name="Wrong" rooms="16"/>
        <!-- Deceit -->  <portal x="1" y="1" z="7" destmapid="17" startx="1" starty="1" startlevel="7" action="exit_north" savelocation="false" message="into Dungeon Deceit&#xA;" transport="foot"><retroActiveDest x="240" y="73" mapid="0"/></portal>
        <!-- Shame -->   <portal x="1" y="1" z="7" destmapid="22" startx="1" starty="1" startlevel="7" action="exit_east" savelocation="false" message="into Dungeon Shame&#xA;" transport="foot"><retroActiveDest x="58" y="102" mapid="0"/></portal>
        <!-- Hythloth --><portal x="1" y="1" z="7" destmapid="23" startx="1" starty="1" startlevel="7" action="exit_south" savelocation="false" message="into Dungeon Hythloth&#xA;" transport="foot"><retroActiveDest x="239" y="240" mapid="0"/></portal>
        <!-- Wrong -->   <portal x="1" y="1" z="7" destmapid="20" startx="1" starty="1" startlevel="7" action="exit_west" savelocation="false" message="into Dungeon Wrong&#xA;" transport="foot"><retroActiveDest x="126" y="20" mapid="0"/></portal>
        <!-- Despise --> <portal x="3" y="3" z="7" destmapid="18" startx="3" starty="3" startlevel="7" action="exit_north" savelocation="false" message="into Dungeon Despise&#xA;" transport="foot"><retroActiveDest x="91" y="67" mapid="0"/></portal>
        <!-- Wrong -->   <portal x="3" y="3" z="7" destmapid="20" startx="3" starty="3" startlevel="7" action="exit_east" savelocation="false" message="into Dungeon Wrong&#xA;" transport="foot"><retroActiveDest x="126" y="20" mapid="0"/></portal>
        <!-- Hythloth --><portal x="3" y="3" z="7" destmapid="23" startx="3" starty="3" startlevel="7" action="exit_south" savelocation="false" message="into Dungeon Hythloth&#xA;" transport="foot"><retroActiveDest x="239" y="240" mapid="0"/></portal>
        <!-- Covetous --><portal x="3" y="3" z="7" destmapid="21" startx="3" starty="3" startlevel="7" action="exit_west" savelocation="false" message="into Dungeon Covetous&#xA;" transport="foot"><retroActiveDest x="156" y="27" mapid="0"/></portal>
        <label name="greenstone" x="6" y="3" z="7"/>
    </map>
    <map id="21" type="dungeon" fname="covetous.dng" width="8" height="8" levels="8"
     borderbehavior="wrap" firstperson="true" music="7" tileset="dungeon" tilemap="dungeon">
        <dungeon name="Covetous" rooms="16"/>
        <!-- Despise --> <portal x="3" y="3" z="7" destmapid="18" startx="3" starty="3" startlevel="7" action="exit_north" savelocation="false" message="into Dungeon Despise&#xA;" transport="foot"><retroActiveDest x="91" y="67" mapid="0"/></portal>
        <!-- Wrong -->   <portal x="3" y="3" z="7" destmapid="20" startx="3" starty="3" startlevel="7" action="exit_east" savelocation="false" message="into Dungeon Wrong&#xA;" transport="foot"><retroActiveDest x="126" y="20" mapid="0"/></portal>
        <!-- Hythloth --><portal x="3" y="3" z="7" destmapid="23" startx="3" starty="3" startlevel="7" action="exit_south" savelocation="false" message="into Dungeon Hythloth&#xA;" transport="foot"><retroActiveDest x="239" y="240" mapid="0"/></portal>
        <!-- Covetous --><portal x="3" y="3" z="7" destmapid="21" startx="3" starty="3" startlevel="7" action="exit_west" savelocation="false" message="into Dungeon Covetous&#xA;" transport="foot"><retroActiveDest x="156" y="27" mapid="0"/></portal>
        <!-- Destard --> <portal x="7" y="7" z="7" destmapid="19" startx="7" starty="7" startlevel="7" action="exit_north" savelocation="false" message="into Dungeon Destard&#xA;" transport="foot"><retroActiveDest x="72" y="168" mapid="0"/></portal>
        <!-- Covetous --><portal x="7" y="7" z="7" destmapid="21" startx="7" starty="7" startlevel="7" action="exit_east" savelocation="false" message="into Dungeon Covetous&#xA;" transport="foot"><retroActiveDest x="156" y="27" mapid="0"/></portal>
        <!-- Hythloth --><portal x="7" y="7" z="7" destmapid="23" startx="7" starty="7" startlevel="7" action="exit_south" savelocation="false" message="into Dungeon Hythloth&#xA;" transport="foot"><retroActiveDest x="239" y="240" mapid="0"/></portal>
        <!-- Shame -->   <portal x="7" y="7" z="7" destmapid="22" startx="7" starty="7" startlevel="7" action="exit_west" savelocation="false" message="into Dungeon Shame&#xA;" transport="foot"><retroActiveDest x="58" y="102" mapid="0"/></portal>
        <label name="orangestone" x="7" y="1" z="6"/>
    </map>
    <map id="22" type="dungeon" fname="shame.dng" width="8" height="8" levels="8"
     borderbehavior="wrap" firstperson="true" music="7" tileset="dungeon" tilemap="dungeon">
        <dungeon name="Shame" rooms="16"/>
        <!-- Deceit -->  <portal x="1" y="1" z="7" destmapid="17" startx="1" starty="1" startlevel="7" action="exit_north" savelocation="false" message="into Dungeon Deceit&#xA;" transport="foot"><retroActiveDest x="240" y="73" mapid="0"/></portal>
        <!-- Shame -->   <portal x="1" y="1" z="7" destmapid="22" startx="1" starty="1" startlevel="7" action="exit_east" savelocation="false" message="into Dungeon Shame&#xA;" transport="foot"><retroActiveDest x="58" y="102" mapid="0"/></portal>
        <!-- Hythloth --><portal x="1" y="1" z="7" destmapid="23" startx="1" starty="1" startlevel="7" action="exit_south" savelocation="false" message="into Dungeon Hythloth&#xA;" transport="foot"><retroActiveDest x="239" y="240" mapid="0"/></portal>
        <!-- Wrong -->   <portal x="1" y="1" z="7" destmapid="20" startx="1" starty="1" startlevel="7" action="exit_west" savelocation="false" message="into Dungeon Wrong&#xA;" transport="foot"><retroActiveDest x="126" y="20" mapid="0"/></portal>
        <!-- Destard --> <portal x="7" y="7" z="7" destmapid="19" startx="7" starty="7" startlevel="7" action="exit_north" savelocation="false" message="into Dungeon Destard&#xA;" transport="foot"><retroActiveDest x="72" y="168" mapid="0"/></portal>
        <!-- Covetous --><portal x="7" y="7" z="7" destmapid="21" startx="7" starty="7" startlevel="7" action="exit_east" savelocation="false" message="into Dungeon Covetous&#xA;" transport="foot"><retroActiveDest x="156" y="27" mapid="0"/></portal>
        <!-- Hythloth --><portal x="7" y="7" z="7" destmapid="23" startx="7" starty="7" startlevel="7" action="exit_south" savelocation="false" message="into Dungeon Hythloth&#xA;" transport="foot"><retroActiveDest x="239" y="240" mapid="0"/></portal>
        <!-- Shame -->   <portal x="7" y="7" z="7" destmapid="22" startx="7" starty="7" startlevel="7" action="exit_west" savelocation="false" message="into Dungeon Shame&#xA;" transport="foot"><retroActiveDest x="58" y="102" mapid="0"/></portal>
        <label name="purplestone" x="7" y="7" z="1"/>
    </map>
    <map id="23" type="dungeon" fname="hythloth.dng" width="8" height="8" levels="8"
     borderbehavior="wrap" firstperson="true" music="7" tileset="dungeon" tilemap="dungeon">
        <dungeon name="Hythloth" rooms="16"/>
        <!-- Deceit -->  <portal x="1" y="1" z="7" destmapid="17" startx="1" starty="1" startlevel="7" action="exit_north" savelocation="false" message="into Dungeon Deceit&#xA;" transport="foot"><retroActiveDest x="240" y="73" mapid="0"/></portal>
        <!-- Shame -->   <portal x="1" y="1" z="7" destmapid="22" startx="1" starty="1" startlevel="7" action="exit_east" savelocation="false" message="into Dungeon Shame&#xA;" transport="foot"><retroActiveDest x="58" y="102" mapid="0"/></portal>
        <!-- Hythloth --><portal x="1" y="1" z="7" destmapid="23" startx="1" starty="1" startlevel="7" action="exit_south" savelocation="false" message="into Dungeon Hythloth&#xA;" transport="foot"><retroActiveDest x="239" y="240" mapid="0"/></portal>
        <!-- Wrong -->   <portal x="1" y="1" z="7" destmapid="20" startx="1" starty="1" startlevel="7" action="exit_west" savelocation="false" message="into Dungeon Wrong&#xA;" transport="foot"><retroActiveDest x="126" y="20" mapid="0"/></portal>
        <!-- Despise --> <portal x="3" y="3" z="7" destmapid="18" startx="3" starty="3" startlevel="7" action="exit_north" savelocation="false" message="into Dungeon Despise&#xA;" transport="foot"><retroActiveDest x="91" y="67" mapid="0"/></portal>
        <!-- Wrong -->   <portal x="3" y="3" z="7" destmapid="20" startx="3" starty="3" startlevel="7" action="exit_east" savelocation="false" message="into Dungeon Wrong&#xA;" transport="foot"><retroActiveDest x="126" y="20" mapid="0"/></portal>
        <!-- Hythloth --><portal x="3" y="3" z="7" destmapid="23" startx="3" starty="3" startlevel="7" action="exit_south" savelocation="false" message="into Dungeon Hythloth&#xA;" transport="foot"><retroActiveDest x="239" y="240" mapid="0"/></portal>
        <!-- Covetous --><portal x="3" y="3" z="7" destmapid="21" startx="3" starty="3" startlevel="7" action="exit_west" savelocation="false" message="into Dungeon Covetous&#xA;" transport="foot"><retroActiveDest x="156" y="27" mapid="0"/></portal>
        <!-- Destard --> <portal x="7" y="7" z="7" destmapid="19" startx="7" starty="7" startlevel="7" action="exit_north" savelocation="false" message="into Dungeon Destard&#xA;" transport="foot"><retroActiveDest x="72" y="168" mapid="0"/></portal>
        <!-- Covetous --><portal x="7" y="7" z="7" destmapid="21" startx="7" starty="7" startlevel="7" action="exit_east" savelocation="false" message="into Dungeon Covetous&#xA;" transport="foot"><retroActiveDest x="156" y="27" mapid="0"/></portal>
        <!-- Hythloth --><portal x="7" y="7" z="7" destmapid="23" startx="7" starty="7" startlevel="7" action="exit_south" savelocation="false" message="into Dungeon Hythloth&#xA;" transport="foot"><retroActiveDest x="239" y="240" mapid="0"/></portal>
        <!-- Shame -->   <portal x="7" y="7" z="7" destmapid="22" startx="7" starty="7" startlevel="7" action="exit_west" savelocation="false" message="into Dungeon Shame&#xA;" transport="foot"><retroActiveDest x="58" y="102" mapid="0"/></portal>
    </map>
    <map id="24" type="dungeon" fname="abyss.dng" width="8" height="8" levels="8"
     borderbehavior="wrap" firstperson="true" music="7" tileset="dungeon" tilemap="dungeon">
        <dungeon name="The Great Stygian Abyss" rooms="64"/>
    </map>

    <!-- shrines -->
    <map id="25" type="shrine" fname="shrine.con" width="11" height="11" levels="1"
     borderbehavior="fixed" music="3" tileset="base" tilemap="base">
        <shrine virtue="Honesty" mantra="ahm"/> <!-- honesty -->
    </map>
    <map id="26" type="shrine" fname="shrine.con" width="11" height="11" levels="1"
     borderbehavior="fixed" music="3" tileset="base" tilemap="base">
        <shrine virtue="Compassion" mantra="mu"/> <!-- compassion -->
    </map>
    <map id="27" type="shrine" fname="shrine.con" width="11" height="11" levels="1"
     borderbehavior="fixed" music="3" tileset="base" tilemap="base">
        <shrine virtue="Valor" mantra="ra"/> <!-- valor -->
    </map>
    <map id="28" type="shrine" fname="shrine.con" width="11" height="11" levels="1"
     borderbehavior="fixed" music="3" tileset="base" tilemap="base">
        <shrine virtue="Justice" mantra="beh"/> <!-- justice -->
    </map>
    <map id="29" type="shrine" fname="shrine.con" width="11" height="11" levels="1"
     borderbehavior="fixed" music="3" tileset="base" tilemap="base">
        <shrine virtue="Sacrifice" mantra="cah"/> <!-- sacrifice -->
    </map>
    <map id="30" type="shrine" fname="shrine.con" width="11" height="11" levels="1"
     borderbehavior="fixed" music="3" tileset="base" tilemap="base">
        <shrine virtue="Honor" mantra="summ"/> <!-- honor -->
    </map>
    <map id="31" type="shrine" fname="shrine.con" width="11" height="11" levels="1"
     borderbehavior="fixed" music="3" tileset="base" tilemap="base">
        <shrine virtue="Spirituality" mantra="om"/> <!-- spirituality -->
    </map>
    <map id="32" type="shrine" fname="shrine.con" width="11" height="11" levels="1"
     borderbehavior="fixed" music="3" tileset="base" tilemap="base">
        <shrine virtue="Humility" mantra="lum"/> <!-- humility -->
    </map>

    <!-- combat maps -->
    <map id="33" type="combat" fname="brick.con" width="11" height="11" levels="1"
     borderbehavior="fixed" nolineofsight="true" music="8" tileset="base" tilemap="base"/>
    <map id="34" type="combat" fname="bridge.con" width="11" height="11" levels="1"
     borderbehavior="fixed" nolineofsight="true" music="8" tileset="base" tilemap="base"/>
    <map id="35" type="combat" fname="brush.con" width="11" height="11" levels="1"
     borderbehavior="fixed" nolineofsight="true" music="8" tileset="base" tilemap="base"/>
    <map id="36" type="combat" fname="camp.con" width="11" height="11" levels="1"
     borderbehavior="fixed" nolineofsight="true" music="8" tileset="base" tilemap="base"/>
    <map id="37" type="combat" fname="dng0.con" width="11" height="11" levels="1"
     borderbehavior="fixed" nolineofsight="true" music="8" tileset="base" tilemap="base"/>   <!-- Walls -->
    <map id="38" type="combat" fname="dng1.con" width="11" height="11" levels="1"
     borderbehavior="fixed" nolineofsight="true" music="8" tileset="base" tilemap="base"/>   <!-- Up ladder -->
    <map id="39" type="combat" fname="dng2.con" width="11" height="11" levels="1"
     borderbehavior="fixed" nolineofsight="true" music="8" tileset="base" tilemap="base"/>   <!-- Down ladder -->
    <map id="40" type="combat" fname="dng3.con" width="11" height="11" levels="1"
     borderbehavior="fixed" nolineofsight="true" music="8" tileset="base" tilemap="base"/>   <!-- Up-down ladder -->
    <map id="41" type="combat" fname="dng4.con" width="11" height="11" levels="1"
     borderbehavior="fixed" nolineofsight="true" music="8" tileset="base" tilemap="base"/>   <!-- Chest -->
    <map id="42" type="combat" fname="dng5.con" width="11" height="11" levels="1"
     borderbehavior="fixed" nolineofsight="true" music="8" tileset="base" tilemap="base"/>   <!-- Doorway -->
    <map id="43" type="combat" fname="dng6.con" width="11" height="11" levels="1"
     borderbehavior="fixed" nolineofsight="true" music="8" tileset="base" tilemap="base"/>   <!-- Secret Door -->
    <map id="44" type="combat" fname="dungeon.con" width="11" height="11" levels="1"
     borderbehavior="fixed" nolineofsight="true" music="8" tileset="base" tilemap="base"/>   <!-- Dungeon -->
    <map id="45" type="combat" fname="forest.con" width="11" height="11" levels="1"
     borderbehavior="fixed" nolineofsight="true" music="8" tileset="base" tilemap="base"/>
    <map id="46" type="combat" fname="grass.con" width="11" height="11" levels="1"
     borderbehavior="fixed" nolineofsight="true" music="8" tileset="base" tilemap="base"/>
    <map id="47" type="combat" fname="hill.con" width="11" height="11" levels="1"
     borderbehavior="fixed" nolineofsight="true" music="8" tileset="base" tilemap="base"/>
    <map id="48" type="combat" fname="inn.con" width="11" height="11" levels="1"
     borderbehavior="fixed" nolineofsight="true" music="8" tileset="base" tilemap="base"/>
    <map id="49" type="combat" fname="marsh.con" width="11" height="11" levels="1"
     borderbehavior="fixed" nolineofsight="true" music="8" tileset="base" tilemap="base"/>
    <map id="50" type="combat" fname="shipsea.con" width="11" height="11" levels="1"
     borderbehavior="fixed" nolineofsight="true" music="8" tileset="base" tilemap="base"/>
    <map id="51" type="combat" fname="shipship.con" width="11" height="11" levels="1"
     borderbehavior="fixed" nolineofsight="true" music="8" tileset="base" tilemap="base"/>
    <map id="52" type="combat" fname="shipshor.con" width="11" height="11" levels="1"
     borderbehavior="fixed" nolineofsight="true" music="8" tileset="base" tilemap="base"/>
    <map id="53" type="combat" fname="shore.con" width="11" height="11" levels="1"
     borderbehavior="fixed" nolineofsight="true" music="8" tileset="base" tilemap="base"/>
    <map id="54" type="combat" fname="shorship.con" width="11" height="11" levels="1"
     borderbehavior="fixed" nolineofsight="true" music="8" tileset="base" tilemap="base"/>
    <map id="55" type="combat" fname="camp.dng" width="11" height="11" levels="1"
     borderbehavior="fixed" nolineofsight="true" music="8" tileset="base" tilemap="base"/>

	<!-- Custom maps introduced under ScummVM-->
	<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="scummvm_map.xml"/>
</maps>