the boat works now
[supertux.git] / data / images / worldmap.strf
1  ;; -*- mode: scheme -*-
2 ;; (tile (id INT)
3 ;;       (directions TOP RIGHT DOWN LEFT) 
4 ;;
5 (supertux-tiles
6  (tile (id 8)
7        (images "worldmap/antarctica/ground.png")
8        (north #f)
9        (south #f)
10        (east  #f)
11        (west  #f)
12        (stop  #f))
13
14  (tile (id 9)
15        (images "worldmap/antarctica/water.png"))
16
17  (tile (id 11)
18        (images "worldmap/antarctica/snow1.png"))
19  (tile (id 12)
20        (images "worldmap/antarctica/snow2.png"))
21  (tile (id 13)
22        (images "worldmap/antarctica/snow3.png"))
23  (tile (id 14)
24        (images "worldmap/antarctica/snow4.png"))
25  (tile (id 15)
26        (images "worldmap/antarctica/snow5.png"))
27  (tile (id 16)
28        (images "worldmap/antarctica/snow6.png"))
29  (tile (id 17)
30        (images "worldmap/antarctica/snow7.png"))
31  (tile (id 18)
32        (images "worldmap/antarctica/snow8.png"))
33  (tile (id 19)
34        (images "worldmap/antarctica/snow9.png"))
35  (tile (id 20)
36        (images "worldmap/antarctica/snow10.png"))
37  (tile (id 21)
38        (images "worldmap/antarctica/snow11.png"))
39  (tile (id 22)
40        (images "worldmap/antarctica/snow12.png"))
41  (tile (id 23)
42        (images "worldmap/antarctica/snow13.png"))
43  (tile (id 24)
44        (images "worldmap/antarctica/wood1.png"))
45  (tile (id 25)
46        (images "worldmap/antarctica/wood2.png"))
47  (tile (id 26)
48        (images "worldmap/antarctica/wood3.png"))
49  (tile (id 27)
50        (images "worldmap/antarctica/wood4.png"))
51  (tile (id 28)
52        (images "worldmap/antarctica/wood5.png"))
53  (tile (id 29)
54        (images "worldmap/antarctica/wood6.png"))
55  (tile (id 30)
56        (images "worldmap/antarctica/wood7.png"))
57  (tile (id 31)
58        (images "worldmap/antarctica/wood8.png"))
59  (tile (id 32)
60        (images "worldmap/antarctica/wood9.png"))
61  (tile (id 33)
62        (images "worldmap/antarctica/wood10.png"))
63  (tile (id 34)
64        (images "worldmap/antarctica/wood11.png"))
65  (tile (id 35)
66        (images "worldmap/antarctica/wood12.png"))
67  (tile (id 36)
68        (images "worldmap/antarctica/wood13.png"))
69
70  (tile (id 37) 
71        (images "worldmap/antarctica/road_ne.png")
72        (stop  #f)
73        (north #t)
74        (south #f)
75        (west  #f)
76        (east  #t))
77
78  (tile (id 38)
79        (images "worldmap/antarctica/road_nsw.png")
80        (north #t)
81        (south #t)
82        (west  #t)
83        (east  #f)
84        (stop  #t))
85  (tile (id 39)
86        (images "worldmap/antarctica/road_sw.png")
87        (stop  #f)
88        (north #f)
89        (south #t)
90        (west  #t)
91        (east  #f))
92  (tile (id 40)
93        (images "worldmap/antarctica/road_we.png")
94        (north #f)
95        (south #f)
96        (west  #t)
97        (east  #t)
98        (stop  #f))
99  (tile (id 41)
100        (images "worldmap/antarctica/road_nes.png")
101        (north #t)
102        (south #t)
103        (west  #f)
104        (east  #t)
105        (stop  #t))
106  (tile (id 42)
107        (images "worldmap/antarctica/road_nw.png")
108        (stop  #f)
109        (north #t)
110        (south #f)
111        (west  #t)
112        (east  #f))
113  (tile (id 43)
114        (images "worldmap/antarctica/road_swe.png")
115        (north #f)
116        (south #t)
117        (west  #t)
118        (east  #t)
119        (stop  #t))
120  (tile (id 44)
121        (images "worldmap/antarctica/road_new.png")
122        (north #t)
123        (south #f)
124        (west  #t)
125        (east  #t)
126        (stop  #t))
127  (tile (id 45)
128        (images "worldmap/antarctica/road_nesw.png")
129        (north #t)
130        (south #t)
131        (west  #t)
132        (east  #t)
133        (stop  #t))
134  (tile (id 46)
135        (images "worldmap/antarctica/road_nws.png")
136        (north #t)
137        (south #t)
138        (west  #t)
139        (east  #f)
140        (stop  #t))
141  (tile (id 47)
142        (images "worldmap/antarctica/road_ns.png")
143        (north #t)
144        (south #t)
145        (west  #f)
146        (east  #f)
147        (stop  #f))
148  (tile (id 48)
149        (images "worldmap/antarctica/road_se.png")
150        (stop  #f)
151        (north #f)
152        (south #t)
153        (west  #f)
154        (east  #t))
155
156  ;; castle
157  (tile (id 49)
158        (images "worldmap/antarctica/castle1.png")
159        (north #f)
160        (south #f)
161        (west  #f)
162        (east  #f))
163  (tile (id 50)
164        (images "worldmap/antarctica/castle2.png")
165        (north #f)
166        (south #f)
167        (west  #f)
168        (east  #f))
169  (tile (id 51)
170        (images "worldmap/antarctica/castle3.png")
171        (north #f)
172        (south #f)
173        (west  #f)
174        (east  #f))
175
176  (tile (id 52)
177        (images "worldmap/antarctica/castle4.png")
178        (north #f)
179        (south #f)
180        (west  #f)
181        (east  #f))
182  (tile (id 53)
183        (images "worldmap/antarctica/castle5.png")
184        (north #f)
185        (south #f)
186        (west  #f)
187        (east  #f))
188  (tile (id 54)
189        (images "worldmap/antarctica/castle6.png")
190        (north #f)
191        (south #f)
192        (west  #f)
193        (east  #f))
194
195  (tile (id 55)
196        (images "worldmap/antarctica/castle7.png")
197        (north #f)
198        (south #f)
199        (west  #f)
200        (east  #f))
201  (tile (id 56)
202        (images "worldmap/antarctica/castle8.png")
203        (stop  #t)
204        (north #f)
205        (south #f)
206        (west  #f)
207        (east  #t))
208  (tile (id 57)
209        (images "worldmap/antarctica/castle9.png")
210        (stop  #f)
211        (north #f)
212        (south #f)
213        (west  #t)
214        (east  #t))
215
216  (tile (id 58)
217        (images "worldmap/antarctica/igloo1.png")
218        (stop #f)
219        (north #f)
220        (south #f)
221        (west  #f)
222        (east  #f))
223  (tile (id 59)
224        (images "worldmap/antarctica/igloo2.png")
225        (stop #t)
226        (north #f)
227        (south #t)
228        (west  #f)
229        (east  #f))
230
231  (tile (id 60)
232        (images "worldmap/antarctica/snowman.png")
233        (north #f)
234        (south #t)
235        (west  #f)
236        (east  #f))
237  
238  ;; Secret paths
239  (tile (id 61)
240        (images "worldmap/antarctica/road_nws.png")
241        (north #t)
242        (south #t)
243        (west  #t)
244        (east  #t))
245   
246   (tile (id 62)
247        (images "worldmap/antarctica/snow5.png")
248        (stop  #f)
249        (north #f)
250        (south #f)
251        (west  #t)
252        (east  #t))
253   
254   (tile (id 63)
255        (images "worldmap/antarctica/water.png")
256        (stop  #f)
257        (north #f)
258        (south #f)
259        (west  #t)
260        (east  #t))
261   
262   (tile (id 64)
263        (images "worldmap/antarctica/snow7.png")
264        (stop  #f)
265        (north #f)
266        (south #f)
267        (west  #t)
268        (east  #t))
269
270   ;;one-way vertical road
271   (tile (id 65)
272     (images "worldmap/antarctica/road_ns.png")
273     (north #t)
274     (south #t)
275     (west  #f)
276     (east  #f)
277     (stop #f)
278     (one-way "north-south"))
279   
280     ;;one-way horizontal road
281   (tile (id 66)
282     (images "worldmap/antarctica/road_we.png")
283     (north #f)
284     (south #f)
285     (west  #t)
286     (east  #t)
287     (stop #f)
288     (one-way "west-east"))
289   
290   ;; Another invisible road
291   (tile (id 67)
292      (images "worldmap/antarctica/snow9.png")
293      (stop  #t)
294      (north #f)
295      (south #f)
296      (west  #t)
297      (east  #f))
298           
299   ;; End of the line
300   (tile (id 68)
301      (images "worldmap/antarctica/road_n.png")
302           (stop #t)
303      (north #t)
304      (south #f)
305      (west  #f)
306      (east  #f))
307   
308   (tile (id 69)
309      (images "worldmap/antarctica/road_e.png")
310      (stop #t)
311      (north #f)
312      (south #f)
313      (west  #f)
314      (east  #t))
315   
316   (tile (id 70)
317      (images "worldmap/antarctica/road_s.png")
318      (stop #t)
319      (north #f)
320      (south #t)
321      (west  #f)
322      (east  #f))
323           
324   (tile (id 71)
325      (images "worldmap/antarctica/road_w.png")
326      (stop #t)
327      (north #f)
328      (south #f)
329      (west  #t)
330      (east  #f))
331
332 ;; Yet another invisible one
333 (tile (id 72)
334      (images "worldmap/antarctica/road_e.png")
335      (stop #t)
336      (north #f)
337      (south #f)
338      (west  #t)
339      (east  #t))
340
341 (tile (id 73)
342       (images "worldmap/antarctica/icebridge1.png")
343       (north #f)
344       (south #f)
345       (west  #t)
346       (east  #t)
347       (stop  #f))
348
349 (tile (id 74)
350       (images "worldmap/antarctica/icebridge2.png")
351       (north #f)
352       (south #f)
353       (west  #t)
354       (east  #t)
355       (stop  #f))
356
357 (tile (id 75)
358       (images "worldmap/antarctica/icebridge3.png")
359       (north #f)
360       (south #f)
361       (west  #t)
362       (east  #t)
363       (stop  #f))
364
365 (tile (id 76)
366       (images "worldmap/antarctica/castle10.png")
367       (north #f)
368       (south #f)
369       (west  #t)
370       (east  #t)
371       (stop  #f))
372
373 (tile (id 77)
374       (images "worldmap/antarctica/castle11.png")
375       (north #f)
376       (south #f)
377       (west  #t)
378       (east  #t)
379       (stop  #f))
380
381   (tile (id 78)
382     (images "worldmap/antarctica/water.png")
383     (editor-images
384       (region "worldmap/antarctica/water-editor.png" 0 0 32 32)
385     )
386     (north #f)
387     (south #f)
388     (west #t)
389     (east #t)
390   )
391
392   (tile (id 79)
393     (images "worldmap/antarctica/water.png")
394     (editor-images
395       (region "worldmap/antarctica/water-editor.png" 32 0 32 32)
396     )
397     (north #t)
398     (south #t)
399     (west #f)
400     (east #f)
401   )
402
403   (tile (id 80)
404     (images "worldmap/antarctica/water.png")
405     (editor-images
406       (region "worldmap/antarctica/water-editor.png" 64 0 32 32)
407     )
408     (north #f)
409     (south #t)
410     (west #f)
411     (east #t)
412   )
413
414   (tile (id 81)
415     (images "worldmap/antarctica/water.png")
416     (editor-images
417       (region "worldmap/antarctica/water-editor.png" 96 0 32 32)
418     )
419     (north #f)
420     (south #t)
421     (west #t)
422     (east #f)
423   )
424
425   (tile (id 82)
426     (images "worldmap/antarctica/water.png")
427     (editor-images
428       (region "worldmap/antarctica/water-editor.png" 0 32 32 32)
429     )
430     (north #t)
431     (south #t)
432     (west #f)
433     (east #t)
434   )
435
436   (tile (id 83)
437     (images "worldmap/antarctica/water.png")
438     (editor-images
439       (region "worldmap/antarctica/water-editor.png" 32 32 32 32)
440     )
441     (north #t)
442     (south #t)
443     (west #t)
444     (east #f)
445   )
446
447   (tile (id 84)
448     (images "worldmap/antarctica/water.png")
449     (editor-images
450       (region "worldmap/antarctica/water-editor.png" 64 32 32 32)
451     )
452     (north #t)
453     (south #f)
454     (west #f)
455     (east #t)
456   )
457
458   (tile (id 85)
459     (images "worldmap/antarctica/water.png")
460     (editor-images
461       (region "worldmap/antarctica/water-editor.png" 96 32 32 32)
462     )
463     (north #t)
464     (south #f)
465     (west #t)
466     (east #f)
467   )
468
469   (tile (id 86)
470     (images "worldmap/antarctica/water.png")
471     (editor-images
472       (region "worldmap/antarctica/water-editor.png" 0 64 32 32)
473     )
474     (north #t)
475     (south #f)
476     (west #t)
477     (east #t)
478   )
479
480   (tile (id 87)
481     (images "worldmap/antarctica/water.png")
482     (editor-images
483       (region "worldmap/antarctica/water-editor.png" 32 64 32 32)
484     )
485     (north #f)
486     (south #t)
487     (west #t)
488     (east #t)
489   )
490
491 (tile
492     (id 167)
493     (images
494       (region "worldmap/forest/castlemap.png" 0 0 32 32)
495     )
496     (solid #t))
497 (tile
498     (id 168)
499     (images
500       (region "worldmap/forest/castlemap.png" 32 0 32 32)
501     )
502     (solid #t))
503 (tile
504     (id 169)
505     (images
506       (region "worldmap/forest/castlemap.png" 64 0 32 32)
507     )
508     (solid #t))
509 (tile
510     (id 170)
511     (images
512       (region "worldmap/forest/castlemap.png" 96 0 32 32)
513     )
514     (solid #t))
515 (tile
516     (id 171)
517     (images
518       (region "worldmap/forest/castlemap.png" 128 0 32 32)
519     )
520     (solid #t))
521 (tile
522     (id 172)
523     (images
524       (region "worldmap/forest/castlemap.png" 160 0 32 32)
525     )
526     (solid #t))
527 (tile
528     (id 173)
529     (images
530       (region "worldmap/forest/castlemap.png" 192 0 32 32)
531     )
532     (solid #t))
533 (tile
534     (id 174)
535     (images
536       (region "worldmap/forest/castlemap.png" 224 0 32 32)
537     )
538     (solid #t))
539 (tile
540     (id 175)
541     (images
542       (region "worldmap/forest/castlemap.png" 256 0 32 32)
543     )
544     (solid #t))
545 (tile
546     (id 176)
547     (images
548       (region "worldmap/forest/castlemap.png" 288 0 32 32)
549     )
550     (solid #t))
551 (tile
552     (id 177)
553     (images
554       (region "worldmap/forest/castlemap.png" 320 0 32 32)
555     )
556     (solid #t))
557 (tile
558     (id 178)
559     (images
560       (region "worldmap/forest/castlemap.png" 342 0 32 32)
561     )
562     (solid #t))
563 (tile
564     (id 179)
565     (images
566       (region "worldmap/forest/castlemap.png" 374 0 32 32)
567     )
568     (solid #t))
569 (tile
570     (id 180)
571     (images
572       (region "worldmap/forest/castlemap.png" 0 32 32 32)
573     )
574     (solid #t))
575 (tile
576     (id 181)
577     (images
578       (region "worldmap/forest/castlemap.png" 32 32 32 32)
579     )
580     (solid #t))
581 (tile
582     (id 182)
583     (images
584       (region "worldmap/forest/castlemap.png" 64 32 32 32)
585     )
586     (solid #t))
587 (tile
588     (id 183)
589     (images
590       (region "worldmap/forest/castlemap.png" 96 32 32 32)
591     )
592     (solid #t))
593 (tile
594     (id 184)
595     (images
596       (region "worldmap/forest/castlemap.png" 128 32 32 32)
597     )
598     (solid #t))
599 (tile
600     (id 185)
601     (images
602       (region "worldmap/forest/castlemap.png" 160 32 32 32)
603     )
604     (solid #t))
605 (tile
606     (id 186)
607     (images
608       (region "worldmap/forest/castlemap.png" 192 32 32 32)
609     )
610     (solid #t))
611 (tile
612     (id 187)
613     (images
614       (region "worldmap/forest/castlemap.png" 224 32 32 32)
615     )
616     (solid #t))
617 (tile
618     (id 188)
619     (images
620       (region "worldmap/forest/castlemap.png" 256 32 32 32)
621     )
622     (solid #t))
623 (tile
624     (id 189)
625     (images
626       (region "worldmap/forest/castlemap.png" 288 32 32 32)
627     )
628     (solid #t))
629 (tile
630     (id 190)
631     (images
632       (region "worldmap/forest/castlemap.png" 360 32 32 32)
633     )
634     (solid #t))
635 (tile
636     (id 191)
637     (images
638       (region "worldmap/forest/castlemap.png" 352 32 32 32)
639     )
640     (solid #t))
641 (tile
642     (id 192)
643     (images
644       (region "worldmap/forest/castlemap.png" 384 32 32 32)
645     )
646     (solid #t))
647 (tile
648     (id 193)
649     (images
650       (region "worldmap/forest/castlemap.png" 0 64 32 32)
651     )
652     (solid #t))
653 (tile
654     (id 194)
655     (images
656       (region "worldmap/forest/castlemap.png" 32 64 32 32)
657     )
658     (solid #t))
659 (tile
660     (id 195)
661     (images
662       (region "worldmap/forest/castlemap.png" 64 64 32 32)
663     )
664     (solid #t))
665 (tile
666     (id 196)
667     (images
668       (region "worldmap/forest/castlemap.png" 96 64 32 32)
669     )
670     (solid #t))
671 (tile
672     (id 197)
673     (images
674       (region "worldmap/forest/castlemap.png" 128 64 32 32)
675     )
676     (solid #t))
677 (tile
678     (id 198)
679     (images
680       (region "worldmap/forest/castlemap.png" 160 64 32 32)
681     )
682     (solid #t))
683 (tile
684     (id 199)
685     (images
686       (region "worldmap/forest/castlemap.png" 192 64 32 32)
687     )
688     (solid #t))
689 (tile
690     (id 200)
691     (images
692       (region "worldmap/forest/castlemap.png" 224 64 32 32)
693     )
694     (solid #t))
695 (tile
696     (id 201)
697     (images
698       (region "worldmap/forest/castlemap.png" 256 64 32 32)
699   )         
700      (stop #f)
701      (north #f)
702      (south #t)
703      (west  #t)
704      (east  #f))
705 (tile
706     (id 202)
707     (images
708       (region "worldmap/forest/castlemap.png" 288 64 32 32)
709     )
710     (solid #t))
711 (tile
712     (id 203)
713     (images
714       (region "worldmap/forest/castlemap.png" 320 64 32 32)
715     )
716     (solid #t))
717 (tile
718     (id 204)
719     (images
720       (region "worldmap/forest/castlemap.png" 352 64 32 32)
721     )
722     (solid #t))
723 (tile
724     (id 205)
725     (images
726       (region "worldmap/forest/castlemap.png" 384 64 32 32)
727     )
728     (solid #t))
729 (tile
730     (id 206)
731     (images
732       (region "worldmap/forest/castlemap.png" 0 96 32 32)
733     )
734     (solid #t))
735 (tile
736     (id 207)
737     (images
738       (region "worldmap/forest/castlemap.png" 32 96 32 32)
739     )
740     (solid #t))
741 (tile
742     (id 208)
743     (images
744       (region "worldmap/forest/castlemap.png" 64 96 32 32)
745     )
746     (solid #t))
747 (tile
748     (id 209)
749     (images
750       (region "worldmap/forest/castlemap.png" 96 96 32 32)
751     )
752     (solid #t))
753 (tile
754     (id 210)
755     (images
756       (region "worldmap/forest/castlemap.png" 128 96 32 32)
757     )
758     (solid #t))
759 (tile
760     (id 211)
761     (images
762       (region "worldmap/forest/castlemap.png" 160 96 32 32)
763     )
764     (solid #t))
765 (tile
766     (id 212)
767     (images
768       (region "worldmap/forest/castlemap.png" 192 96 32 32)
769     )
770     (solid #t))
771 (tile
772     (id 213)
773     (images
774       (region "worldmap/forest/castlemap.png" 224 96 32 32)
775     )
776     (solid #t))
777 (tile
778     (id 214)
779     (images
780       (region "worldmap/forest/castlemap.png" 256 96 32 32)
781    )         
782      (stop #t)
783      (north #f)
784      (south #t)
785      (west  #f)
786      (east  #f))
787 (tile
788     (id 215)
789     (images
790       (region "worldmap/forest/castlemap.png" 288 96 32 32)
791     )
792     (solid #t))
793 (tile
794     (id 216)
795     (images
796       (region "worldmap/forest/castlemap.png" 320 96 32 32)
797     )
798     (solid #t))
799 (tile
800     (id 217)
801     (images
802       (region "worldmap/forest/castlemap.png" 352 96 32 32)
803     )
804     (solid #t))
805 (tile
806     (id 218)
807     (images
808       (region "worldmap/forest/castlemap.png" 384 96 32 32)
809     )
810     (solid #t))
811 (tile
812     (id 219)
813     (images
814       (region "worldmap/forest/castlemap.png" 0 128 32 32)
815     )
816     (solid #t))
817 (tile
818     (id 220)
819     (images
820       (region "worldmap/forest/castlemap.png" 32 128 32 32)
821     )
822     (solid #t))
823 (tile
824     (id 221)
825     (images
826       (region "worldmap/forest/castlemap.png" 64 128 32 32)
827     )
828     (solid #t))
829 (tile
830     (id 222)
831     (images
832       (region "worldmap/forest/castlemap.png" 96 128 32 32)
833     )
834     (solid #t))
835 (tile
836     (id 223)
837     (images
838       (region "worldmap/forest/castlemap.png" 128 128 32 32)
839     )
840     (solid #t))
841 (tile
842     (id 224)
843     (images
844       (region "worldmap/forest/castlemap.png" 160 128 32 32)
845     )
846     (solid #t))
847 (tile
848     (id 225)
849     (images
850       (region "worldmap/forest/castlemap.png" 192 128 32 32)
851     )
852     (solid #t))
853 (tile
854     (id 226)
855     (images
856       (region "worldmap/forest/castlemap.png" 224 128 32 32)
857     )
858     (solid #t))
859 (tile
860     (id 227)
861     (images
862       (region "worldmap/forest/castlemap.png" 256 128 32 32)
863  )         
864      (stop #f)
865      (north #t)
866      (south #t)
867      (west  #f)
868      (east  #f))
869 (tile
870     (id 228)
871     (images
872       (region "worldmap/forest/castlemap.png" 288 128 32 32)
873     )
874     (solid #t))
875 (tile
876     (id 229)
877     (images
878       (region "worldmap/forest/castlemap.png" 320 128 32 32)
879     )
880     (solid #t))
881 (tile
882     (id 230)
883     (images
884       (region "worldmap/forest/castlemap.png" 352 128 32 32)
885     )
886     (solid #t))
887 (tile
888     (id 231)
889     (images
890       (region "worldmap/forest/castlemap.png" 384 128 32 32)
891     )
892     (solid #t))
893 (tile
894     (id 232)
895     (images
896       (region "worldmap/forest/castlemap.png" 0 160 32 32)
897     )
898     (solid #t))
899 (tile
900     (id 233)
901     (images
902       (region "worldmap/forest/castlemap.png" 32 160 32 32)
903     )
904     (solid #t))
905 (tile
906     (id 234)
907     (images
908       (region "worldmap/forest/castlemap.png" 64 160 32 32)
909     )
910     (solid #t))
911 (tile
912     (id 235)
913     (images
914       (region "worldmap/forest/castlemap.png" 96 160 32 32)
915     )
916     (solid #t))
917 (tile
918     (id 236)
919     (images
920       (region "worldmap/forest/castlemap.png" 128 160 32 32)
921      )
922     (solid #t))
923 (tile
924     (id 237)
925     (images
926       (region "worldmap/forest/castlemap.png" 160 160 32 32)
927     )
928     (solid #t))
929 (tile
930     (id 238)
931     (images
932       (region "worldmap/forest/castlemap.png" 192 160 32 32)
933     )
934     (solid #t))
935 (tile
936     (id 239)
937     (images
938       (region "worldmap/forest/castlemap.png" 224 160 32 32)
939     )
940     (solid #t))
941 (tile
942     (id 240)
943     (images
944       (region "worldmap/forest/castlemap.png" 256 160 32 32)
945  )         
946      (stop #f)
947      (north #t)
948      (south #t)
949      (west  #f)
950      (east  #f))
951 (tile
952     (id 241)
953     (images
954       (region "worldmap/forest/castlemap.png" 288 160 32 32)
955     )
956     (solid #t))
957 (tile
958     (id 242)
959     (images
960       (region "worldmap/forest/castlemap.png" 320 160 32 32)
961     )
962     (solid #t))
963 (tile
964     (id 243)
965     (images
966       (region "worldmap/forest/castlemap.png" 352 160 32 32)
967     )
968     (solid #t))
969 (tile
970     (id 244)
971     (images
972       (region "worldmap/forest/castlemap.png" 384 160 32 32)
973     )
974     (solid #t))
975 (tile
976     (id 245)
977     (images
978       (region "worldmap/forest/castlemap.png" 0 192 32 32)
979     )
980     (solid #t))
981 (tile
982     (id 246)
983     (images
984       (region "worldmap/forest/castlemap.png" 32 192 32 32)
985    )
986     (solid #t))
987 (tile
988     (id 247)
989     (images
990       (region "worldmap/forest/castlemap.png" 64 192 32 32)
991     )
992     (solid #t))
993 (tile
994     (id 248)
995     (images
996       (region "worldmap/forest/castlemap.png" 96 192 32 32)
997  )         
998      (stop #t)
999      (north #f)
1000      (south #t)
1001      (west  #f)
1002      (east  #t))
1003 (tile
1004     (id 249)
1005     (images
1006       (region "worldmap/forest/castlemap.png" 128 192 32 32)
1007  )         
1008      (stop #f)
1009      (north #f)
1010      (south #f)
1011      (west  #t)
1012      (east  #t))
1013 (tile
1014     (id 250)
1015     (images
1016       (region "worldmap/forest/castlemap.png" 160 192 32 32)
1017    )         
1018      (stop #f)
1019      (north #f)
1020      (south #f)
1021      (west  #t)
1022      (east  #t))
1023 (tile
1024     (id 251)
1025     (images
1026       (region "worldmap/forest/castlemap.png" 192 192 32 32)
1027     )         
1028      (stop #f)
1029      (north #f)
1030      (south #t)
1031      (west  #t)
1032      (east  #f))
1033 (tile
1034     (id 252)
1035     (images
1036       (region "worldmap/forest/castlemap.png" 224 192 32 32)
1037     )
1038     (solid #t))
1039 (tile
1040     (id 253)
1041     (images
1042       (region "worldmap/forest/castlemap.png" 256 192 32 32)
1043  )         
1044      (stop #f)
1045      (north #t)
1046      (south #f)
1047      (west  #f)
1048      (east  #t))
1049 (tile
1050     (id 254)
1051     (images
1052       (region "worldmap/forest/castlemap.png" 288 192 32 32)
1053  )         
1054      (stop #f)
1055      (north #f)
1056      (south #t)
1057      (west  #t)
1058      (east  #f))
1059 (tile
1060     (id 255)
1061     (images
1062       (region "worldmap/forest/castlemap.png" 320 192 32 32)
1063     )
1064     (solid #t))
1065 (tile
1066     (id 256)
1067     (images
1068       (region "worldmap/forest/castlemap.png" 352 192 32 32)
1069     )
1070     (solid #t))
1071 (tile
1072     (id 257)
1073     (images
1074       (region "worldmap/forest/castlemap.png" 384 192 32 32)
1075     )
1076     (solid #t))
1077 (tile
1078     (id 258)
1079     (images
1080       (region "worldmap/forest/castlemap.png" 0 224 32 32)
1081     )
1082     (solid #t))
1083 (tile
1084     (id 259)
1085     (images
1086       (region "worldmap/forest/castlemap.png" 32 224 32 32)
1087     )
1088     (solid #t))
1089 (tile
1090     (id 260)
1091     (images
1092       (region "worldmap/forest/castlemap.png" 64 224 32 32)
1093     )
1094     (solid #t))
1095 (tile
1096     (id 261)
1097     (images
1098       (region "worldmap/forest/castlemap.png" 96 224 32 32)
1099   )         
1100      (stop #f)
1101      (north #t)
1102      (south #t)
1103      (west  #f)
1104      (east  #f))
1105 (tile
1106     (id 262)
1107     (images
1108       (region "worldmap/forest/castlemap.png" 128 224 32 32)
1109     )
1110     (solid #t))
1111 (tile
1112     (id 263)
1113     (images
1114       (region "worldmap/forest/castlemap.png" 160 224 32 32)
1115     )
1116     (solid #t))
1117 (tile
1118     (id 264)
1119     (images
1120       (region "worldmap/forest/castlemap.png" 192 224 32 32)
1121  )         
1122      (stop #f)
1123      (north #t)
1124      (south #t)
1125      (west  #f)
1126      (east  #f))
1127 (tile
1128     (id 265)
1129     (images
1130       (region "worldmap/forest/castlemap.png" 224 224 32 32)
1131     )
1132     (solid #t))
1133 (tile
1134     (id 266)
1135     (images
1136       (region "worldmap/forest/castlemap.png" 256 224 32 32)
1137     )
1138     (solid #t))
1139 (tile
1140     (id 267)
1141     (images
1142       (region "worldmap/forest/castlemap.png" 288 224 32 32)
1143  )         
1144      (stop #f)
1145      (north #t)
1146      (south #t)
1147      (west  #f)
1148      (east  #f))
1149 (tile
1150     (id 268)
1151     (images
1152       (region "worldmap/forest/castlemap.png" 320 224 32 32)
1153     )
1154     (solid #t))
1155 (tile
1156     (id 269)
1157     (images
1158       (region "worldmap/forest/castlemap.png" 352 224 32 32)
1159     )
1160     (solid #t))
1161 (tile
1162     (id 270)
1163     (images
1164       (region "worldmap/forest/castlemap.png" 384 224 32 32)
1165    )         
1166      (stop #f)
1167      (north #t)
1168      (south #t)
1169      (west  #f)
1170      (east  #f))
1171 (tile
1172     (id 271)
1173     (images
1174       (region "worldmap/forest/castlemap.png" 0 256 32 32)
1175     )
1176     (solid #t))
1177 (tile
1178     (id 272)
1179     (images
1180       (region "worldmap/forest/castlemap.png" 32 256 32 32)
1181     )
1182     (solid #t))
1183 (tile
1184     (id 273)
1185     (images
1186       (region "worldmap/forest/castlemap.png" 64 256 32 32)
1187     )
1188     (solid #t))
1189 (tile
1190     (id 274)
1191     (images
1192       (region "worldmap/forest/castlemap.png" 96 256 32 32)
1193  )         
1194      (stop #f)
1195      (north #t)
1196      (south #f)
1197      (west  #f)
1198      (east  #t))
1199 (tile
1200     (id 275)
1201     (images
1202       (region "worldmap/forest/castlemap.png" 128 256 32 32)
1203   )         
1204      (stop #f)
1205      (north #f)
1206      (south #t)
1207      (west  #t)
1208      (east  #f))
1209 (tile
1210     (id 276)
1211     (images
1212       (region "worldmap/forest/castlemap.png" 160 256 32 32)
1213     )
1214     (solid #t))
1215 (tile
1216     (id 277)
1217     (images
1218       (region "worldmap/forest/castlemap.png" 192 256 32 32)
1219   )         
1220      (stop #f)
1221      (north #t)
1222      (south #t)
1223      (west  #f)
1224      (east  #f))
1225 (tile
1226     (id 278)
1227     (images
1228       (region "worldmap/forest/castlemap.png" 224 256 32 32)
1229     )
1230     (solid #t))
1231 (tile
1232     (id 279)
1233     (images
1234       (region "worldmap/forest/castlemap.png" 256 256 32 32)
1235     )
1236     (solid #t))
1237 (tile
1238     (id 280)
1239     (images
1240       (region "worldmap/forest/castlemap.png" 288 256 32 32)
1241    )         
1242      (stop #f)
1243      (north #t)
1244      (south #t)
1245      (west  #f)
1246      (east  #f))
1247 (tile
1248     (id 281)
1249     (images
1250       (region "worldmap/forest/castlemap.png" 320 256 32 32)
1251     )
1252     (solid #t))
1253 (tile
1254     (id 282)
1255     (images
1256       (region "worldmap/forest/castlemap.png" 352 256 32 32)
1257     )
1258     (solid #t))
1259 (tile
1260     (id 283)
1261     (images
1262       (region "worldmap/forest/castlemap.png" 384 256 32 32)
1263     )
1264     (solid #t))
1265 (tile
1266     (id 284)
1267     (images
1268       (region "worldmap/forest/castlemap.png" 0 288 32 32)
1269     )
1270     (solid #t))
1271 (tile
1272     (id 285)
1273     (images
1274       (region "worldmap/forest/castlemap.png" 32 288 32 32)
1275     )
1276     (solid #t))
1277 (tile
1278     (id 286)
1279     (images
1280       (region "worldmap/forest/castlemap.png" 64 288 32 32)
1281     )
1282     (solid #t))
1283 (tile
1284     (id 287)
1285     (images
1286       (region "worldmap/forest/castlemap.png" 96 288 32 32)
1287     )
1288     (solid #t))
1289 (tile
1290     (id 288)
1291     (images
1292       (region "worldmap/forest/castlemap.png" 128 288 32 32)
1293   )         
1294      (stop #f)
1295      (north #t)
1296      (south #t)
1297      (west  #f)
1298      (east  #f))
1299 (tile
1300     (id 289)
1301     (images
1302       (region "worldmap/forest/castlemap.png" 160 288 32 32)
1303     )
1304     (solid #t))
1305 (tile
1306     (id 290)
1307     (images
1308       (region "worldmap/forest/castlemap.png" 192 288 32 32)
1309   )         
1310      (stop #f)
1311      (north #t)
1312      (south #t)
1313      (west  #f)
1314      (east  #f))
1315 (tile
1316     (id 291)
1317     (images
1318       (region "worldmap/forest/castlemap.png" 224 288 32 32)
1319     )
1320     (solid #t))
1321 (tile
1322     (id 292)
1323     (images
1324       (region "worldmap/forest/castlemap.png" 256 288 32 32)
1325  )         
1326      (stop #f)
1327      (north #t)
1328      (south #t)
1329      (west  #f)
1330      (east  #f))
1331 (tile
1332     (id 293)
1333     (images
1334       (region "worldmap/forest/castlemap.png" 288 288 32 32)
1335  )         
1336      (stop #f)
1337      (north #t)
1338      (south #t)
1339      (west  #f)
1340      (east  #f))
1341 (tile
1342     (id 294)
1343     (images
1344       (region "worldmap/forest/castlemap.png" 320 288 32 32)
1345     )
1346     (solid #t))
1347 (tile
1348     (id 295)
1349     (images
1350       (region "worldmap/forest/castlemap.png" 352 288 32 32)
1351     )
1352     (solid #t))
1353 (tile
1354     (id 296)
1355     (images
1356       (region "worldmap/forest/castlemap.png" 384 288 32 32)
1357     )
1358     (solid #t))
1359 (tile
1360     (id 297)
1361     (images
1362       (region "worldmap/forest/castlemap.png" 0 320 32 32)
1363     )
1364     (solid #t))
1365 (tile
1366     (id 298)
1367     (images
1368       (region "worldmap/forest/castlemap.png" 32 320 32 32)
1369     )
1370     (solid #t))
1371 (tile
1372     (id 299)
1373     (images
1374       (region "worldmap/forest/castlemap.png" 64 320 32 32)
1375     )
1376     (solid #t))
1377 (tile
1378     (id 300)
1379     (images
1380       (region "worldmap/forest/castlemap.png" 96 320 32 32)
1381     )
1382     (solid #t))
1383 (tile
1384     (id 301)
1385     (images
1386       (region "worldmap/forest/castlemap.png" 128 320 32 32)
1387   )         
1388      (stop #f)
1389      (north #t)
1390      (south #t)
1391      (west  #f)
1392      (east  #f))
1393 (tile
1394     (id 302)
1395     (images
1396       (region "worldmap/forest/castlemap.png" 160 320 32 32)
1397     )
1398     (solid #t))
1399 (tile
1400     (id 303)
1401     (images
1402       (region "worldmap/forest/castlemap.png" 192 320 32 32)
1403   )         
1404      (stop #f)
1405      (north #t)
1406      (south #f)
1407      (west  #f)
1408      (east  #t))
1409 (tile
1410     (id 304)
1411     (images
1412       (region "worldmap/forest/castlemap.png" 224 320 32 32)
1413   )         
1414      (stop #f)
1415      (north #f)
1416      (south #f)
1417      (west  #t)
1418      (east  #t))
1419 (tile
1420     (id 305)
1421     (images
1422       (region "worldmap/forest/castlemap.png" 256 320 32 32)
1423   )         
1424      (stop #f)
1425      (north #f)
1426      (south #f)
1427      (west  #t)
1428      (east  #t))
1429 (tile
1430     (id 306)
1431     (images
1432       (region "worldmap/forest/castlemap.png" 288 320 32 32)
1433   )         
1434      (stop #f)
1435      (north #t)
1436      (south #f)
1437      (west  #t)
1438      (east  #f))
1439 (tile
1440     (id 307)
1441     (images
1442       (region "worldmap/forest/castlemap.png" 320 320 32 32)
1443     )
1444     (solid #t))
1445 (tile
1446     (id 308)
1447     (images
1448       (region "worldmap/forest/castlemap.png" 352 320 32 32)
1449     )
1450     (solid #t))
1451 (tile
1452     (id 309)
1453     (images
1454       (region "worldmap/forest/castlemap.png" 384 320 32 32)
1455     )
1456     (solid #t))
1457 (tile
1458     (id 310)
1459     (images
1460       (region "worldmap/forest/castlemap.png" 0 352 32 32)
1461  )         
1462      (stop #f)
1463      (north #t)
1464      (south #t)
1465      (west  #f)
1466      (east  #f))
1467 (tile
1468     (id 311)
1469     (images
1470       (region "worldmap/forest/castlemap.png" 32 352 32 32)
1471     )
1472     (solid #t))
1473 (tile
1474     (id 312)
1475     (images
1476       (region "worldmap/forest/castlemap.png" 64 352 32 32)
1477     )
1478     (solid #t))
1479 (tile
1480     (id 313)
1481     (images
1482       (region "worldmap/forest/castlemap.png" 96 352 32 32)
1483     )
1484     (solid #t))
1485 (tile
1486     (id 314)
1487     (images
1488       (region "worldmap/forest/castlemap.png" 128 352 32 32)
1489   )         
1490      (stop #f)
1491      (north #t)
1492      (south #t)
1493      (west  #f)
1494      (east  #f))
1495 (tile
1496     (id 315)
1497     (images
1498       (region "worldmap/forest/castlemap.png" 160 352 32 32)
1499     )
1500     (solid #t))
1501 (tile
1502     (id 316)
1503     (images
1504       (region "worldmap/forest/castlemap.png" 192 352 32 32)
1505     )
1506     (solid #t))
1507 (tile
1508     (id 317)
1509     (images
1510       (region "worldmap/forest/castlemap.png" 224 352 32 32)
1511     )
1512     (solid #t))
1513 (tile
1514     (id 318)
1515     (images
1516       (region "worldmap/forest/castlemap.png" 256 352 32 32)
1517     )
1518     (solid #t))
1519 (tile
1520     (id 319)
1521     (images
1522       (region "worldmap/forest/castlemap.png" 288 352 32 32)
1523     )
1524     (solid #t))
1525 (tile
1526     (id 320)
1527     (images
1528       (region "worldmap/forest/castlemap.png" 320 352 32 32)
1529     )
1530     (solid #t))
1531 (tile
1532     (id 321)
1533     (images
1534       (region "worldmap/forest/castlemap.png" 352 352 32 32)
1535     )
1536     (solid #t))
1537 (tile
1538     (id 322)
1539     (images
1540       (region "worldmap/forest/castlemap.png" 384 352 32 32)
1541     )
1542     (solid #t))
1543 (tile
1544     (id 323)
1545     (images
1546       (region "worldmap/forest/castlemap.png" 0 384 32 32)
1547  )         
1548      (stop #f)
1549      (north #t)
1550      (south #t)
1551      (west  #f)
1552      (east  #f))
1553 (tile
1554     (id 324)
1555     (images
1556       (region "worldmap/forest/castlemap.png" 32 384 32 32)
1557     )
1558     (solid #t))
1559 (tile
1560     (id 325)
1561     (images
1562       (region "worldmap/forest/castlemap.png" 64 384 32 32)
1563     )
1564     (solid #t))
1565 (tile
1566     (id 326)
1567     (images
1568       (region "worldmap/forest/castlemap.png" 96 384 32 32)
1569     )
1570     (solid #t))
1571 (tile
1572     (id 327)
1573     (images
1574       (region "worldmap/forest/castlemap.png" 128 384 32 32)
1575   )         
1576      (stop #f)
1577      (north #t)
1578      (south #t)
1579      (west  #f)
1580      (east  #f))
1581 (tile
1582     (id 328)
1583     (images
1584       (region "worldmap/forest/castlemap.png" 160 384 32 32)
1585     )
1586     (solid #t))
1587 (tile
1588     (id 329)
1589     (images
1590       (region "worldmap/forest/castlemap.png" 192 384 32 32)
1591     )
1592     (solid #t))
1593 (tile
1594     (id 330)
1595     (images
1596       (region "worldmap/forest/castlemap.png" 224 384 32 32)
1597     )
1598     (solid #t))
1599 (tile
1600     (id 331)
1601     (images
1602       (region "worldmap/forest/castlemap.png" 256 384 32 32)
1603     )
1604     (solid #t))
1605 (tile
1606     (id 332)
1607     (images
1608       (region "worldmap/forest/castlemap.png" 288 384 32 32)
1609     )
1610     (solid #t))
1611 (tile
1612     (id 333)
1613     (images
1614       (region "worldmap/forest/castlemap.png" 320 384 32 32)
1615     )
1616     (solid #t))
1617 (tile
1618     (id 334)
1619     (images
1620       (region "worldmap/forest/castlemap.png" 352 384 32 32)
1621     )
1622     (solid #t))
1623 (tile
1624     (id 335)
1625     (images
1626       (region "worldmap/forest/castlemap.png" 384 384 32 32)
1627     )
1628     (solid #t))
1629 (tile
1630     (id 336)
1631     (images
1632       (region "worldmap/forest/castlemap.png" 0 416 32 32)
1633     )
1634     (solid #t))
1635 (tile
1636     (id 337)
1637     (images
1638       (region "worldmap/forest/castlemap.png" 32 416 32 32)
1639     )
1640     (solid #t))
1641 (tile
1642     (id 338)
1643     (images
1644       (region "worldmap/forest/castlemap.png" 64 416 32 32)
1645     )
1646     (solid #t))
1647 (tile
1648     (id 339)
1649     (images
1650       (region "worldmap/forest/castlemap.png" 96 416 32 32)
1651     )
1652     (solid #t))
1653 (tile
1654     (id 340)
1655     (images
1656       (region "worldmap/forest/castlemap.png" 128 416 32 32)
1657   )         
1658      (stop #f)
1659      (north #t)
1660      (south #f)
1661      (west  #f)
1662      (east  #t))
1663 (tile
1664     (id 341)
1665     (images
1666       (region "worldmap/forest/castlemap.png" 160 416 32 32)
1667   )         
1668      (stop #f)
1669      (north #f)
1670      (south #f)
1671      (west  #t)
1672      (east  #t))
1673 (tile
1674     (id 342)
1675     (images
1676       (region "worldmap/forest/castlemap.png" 192 416 32 32)
1677     )         
1678      (stop #f)
1679      (north #f)
1680      (south #f)
1681      (west  #t)
1682      (east  #t))
1683 (tile
1684     (id 343)
1685     (images
1686       (region "worldmap/forest/castlemap.png" 224 416 32 32)
1687     )         
1688      (stop #f)
1689      (north #f)
1690      (south #t)
1691      (west  #t)
1692      (east  #f))
1693 (tile
1694     (id 344)
1695     (images
1696       (region "worldmap/forest/castlemap.png" 256 416 32 32)
1697     )
1698     (solid #t))
1699 (tile
1700     (id 345)
1701     (images
1702       (region "worldmap/forest/castlemap.png" 288 416 32 32)
1703     )
1704     (solid #t))
1705 (tile
1706     (id 346)
1707     (images
1708       (region "worldmap/forest/castlemap.png" 320 416 32 32)
1709     )
1710     (solid #t))
1711 (tile
1712     (id 347)
1713     (images
1714       (region "worldmap/forest/castlemap.png" 352 416 32 32)
1715     )
1716     (solid #t))
1717 (tile
1718     (id 348)
1719     (images
1720       (region "worldmap/forest/castlemap.png" 384 416 32 32)
1721     )
1722     (solid #t))
1723 (tile
1724     (id 349)
1725     (images
1726       (region "worldmap/forest/castlemap.png" 0 448 32 32)
1727     )
1728     (solid #t))
1729 (tile
1730     (id 350)
1731     (images
1732       (region "worldmap/forest/castlemap.png" 32 448 32 32)
1733     )
1734     (solid #t))
1735 (tile
1736     (id 351)
1737     (images
1738       (region "worldmap/forest/castlemap.png" 64 448 32 32)
1739     )
1740     (solid #t))
1741 (tile
1742     (id 352)
1743     (images
1744       (region "worldmap/forest/castlemap.png" 96 448 32 32)
1745     )
1746     (solid #t))
1747 (tile
1748     (id 353)
1749     (images
1750       (region "worldmap/forest/castlemap.png" 128 448 32 32)
1751     )
1752     (solid #t))
1753 (tile
1754     (id 354)
1755     (images
1756       (region "worldmap/forest/castlemap.png" 160 448 32 32)
1757     )
1758     (solid #t))
1759 (tile
1760     (id 355)
1761     (images
1762       (region "worldmap/forest/castlemap.png" 192 448 32 32)
1763     )
1764     (solid #t))
1765 (tile
1766     (id 356)
1767     (images
1768       (region "worldmap/forest/castlemap.png" 224 448 32 32)
1769     )         
1770      (stop #f)
1771      (north #t)
1772      (south #t)
1773      (west  #f)
1774      (east  #t))
1775 (tile
1776     (id 357)
1777     (images
1778       (region "worldmap/forest/castlemap.png" 256 448 32 32)
1779     )
1780     (solid #t))
1781 (tile
1782     (id 358)
1783     (images
1784       (region "worldmap/forest/castlemap.png" 288 448 32 32)
1785     )
1786     (solid #t))
1787 (tile
1788     (id 359)
1789     (images
1790       (region "worldmap/forest/castlemap.png" 320 448 32 32)
1791     )
1792     (solid #t))
1793 (tile
1794     (id 360)
1795     (images
1796       (region "worldmap/forest/castlemap.png" 352 448 32 32)
1797     )
1798     (solid #t))
1799 (tile
1800     (id 361)
1801     (images
1802       (region "worldmap/forest/castlemap.png" 384 448 32 32)
1803     )
1804     (solid #t))
1805 (tile
1806     (id 362)
1807     (images
1808       (region "worldmap/forest/castlemap.png" 0 480 32 32)
1809     )
1810     (solid #t))
1811 (tile
1812     (id 363)
1813     (images
1814       (region "worldmap/forest/castlemap.png" 32 480 32 32)
1815     )
1816     (solid #t))
1817 (tile
1818     (id 364)
1819     (images
1820       (region "worldmap/forest/castlemap.png" 64 480 32 32)
1821     )
1822     (solid #t))
1823 (tile
1824     (id 365)
1825     (images
1826       (region "worldmap/forest/castlemap.png" 96 480 32 32)
1827     )
1828     (solid #t))
1829 (tile
1830     (id 366)
1831     (images
1832       (region "worldmap/forest/castlemap.png" 128 480 32 32)
1833     )
1834     (solid #t))
1835 (tile
1836     (id 367)
1837     (images
1838       (region "worldmap/forest/castlemap.png" 160 480 32 32)
1839     )
1840     (solid #t))
1841 (tile
1842     (id 368)
1843     (images
1844       (region "worldmap/forest/castlemap.png" 192 480 32 32)
1845     )
1846     (solid #t))
1847 (tile
1848     (id 369)
1849     (images
1850       (region "worldmap/forest/castlemap.png" 224 480 32 32)
1851        )         
1852      (stop #f)
1853      (north #t)
1854      (south #t)
1855      (west  #f)
1856      (east  #t))
1857 (tile
1858     (id 370)
1859     (images
1860       (region "worldmap/forest/castlemap.png" 256 480 32 32)
1861     )
1862     (solid #t))
1863 (tile
1864     (id 371)
1865     (images
1866       (region "worldmap/forest/castlemap.png" 288 480 32 32)
1867     )
1868     (solid #t))
1869 (tile
1870     (id 372)
1871     (images
1872       (region "worldmap/forest/castlemap.png" 320 480 32 32)
1873     )
1874     (solid #t))
1875 (tile
1876     (id 373)
1877     (images
1878       (region "worldmap/forest/castlemap.png" 352 480 32 32)
1879     )
1880     (solid #t))
1881 (tile
1882     (id 374)
1883     (images
1884       (region "worldmap/forest/castlemap.png" 384 480 32 32)
1885     )
1886     (solid #t))
1887 (tile
1888     (id 376)
1889     (images
1890       (region "worldmap/forest/castlemap.png" 0 512 32 32)
1891     )
1892     (solid #t))
1893 (tile
1894     (id 377)
1895     (images
1896       (region "worldmap/forest/castlemap.png" 32 512 32 32)
1897     )
1898     (solid #t))
1899 (tile
1900     (id 378)
1901     (images
1902       (region "worldmap/forest/castlemap.png" 64 512 32 32)
1903     )
1904     (solid #t))
1905 (tile
1906     (id 379)
1907     (images
1908       (region "worldmap/forest/castlemap.png" 96 512 32 32)
1909     )
1910     (solid #t))
1911 (tile
1912     (id 380)
1913     (images
1914       (region "worldmap/forest/castlemap.png" 128 512 32 32)
1915     )
1916     (solid #t))
1917 (tile
1918     (id 381)
1919     (images
1920       (region "worldmap/forest/castlemap.png" 160 512 32 32)
1921     )
1922     (solid #t))
1923 (tile
1924     (id 382)
1925     (images
1926       (region "worldmap/forest/castlemap.png" 192 512 32 32)
1927     )
1928     (solid #t))
1929
1930 (tile
1931     (id 383)
1932     (images
1933       (region "worldmap/forest/castlemap.png" 224 512 32 32)
1934     )         
1935      (stop #f)
1936      (north #t)
1937      (south #t)
1938      (west  #f)
1939      (east  #t))
1940 (tile
1941     (id 384)
1942     (images
1943       (region "worldmap/forest/castlemap.png" 256 512 32 32)
1944     )
1945     (solid #t))
1946 (tile
1947     (id 385)
1948     (images
1949       (region "worldmap/forest/castlemap.png" 288 512 32 32)
1950     )
1951     (solid #t))
1952 (tile
1953     (id 386)
1954     (images
1955       (region "worldmap/forest/castlemap.png" 320 512 32 32)
1956     )
1957     (solid #t))
1958 (tile
1959     (id 387)
1960     (images
1961       (region "worldmap/forest/castlemap.png" 352 512 32 32)
1962     )
1963     (solid #t))
1964 (tile
1965     (id 388)
1966     (images
1967       (region "worldmap/forest/castlemap.png" 384 512 32 32)
1968     )
1969     (solid #t))
1970 (tile
1971     (id 389)
1972     (images
1973       (region "worldmap/forest/castlemap.png" 0 544 32 32)
1974     )
1975     (solid #t))
1976 (tile
1977     (id 390)
1978     (images
1979       (region "worldmap/forest/castlemap.png" 32 544 32 32)
1980     )
1981     (solid #t))
1982 (tile
1983     (id 391)
1984     (images
1985       (region "worldmap/forest/castlemap.png" 64 544 32 32)
1986     )
1987     (solid #t))
1988 (tile
1989     (id 392)
1990     (images
1991       (region "worldmap/forest/castlemap.png" 96 544 32 32)
1992     )
1993     (solid #t))
1994 (tile
1995     (id 393)
1996     (images
1997       (region "worldmap/forest/castlemap.png" 128 544 32 32)
1998     )
1999     (solid #t))
2000 (tile
2001     (id 394)
2002     (images
2003       (region "worldmap/forest/castlemap.png" 160 544 32 32)
2004     )
2005     (solid #t))
2006 (tile
2007     (id 395)
2008     (images
2009       (region "worldmap/forest/castlemap.png" 192 544 32 32)
2010     )
2011     (solid #t))
2012 (tile
2013     (id 396)
2014     (images
2015       (region "worldmap/forest/castlemap.png" 224 544 32 32)
2016     )     
2017      (stop #f)
2018      (north #t)
2019      (south #t)
2020      (west  #f)
2021      (east  #t))
2022 (tile
2023     (id 397)
2024     (images
2025       (region "worldmap/forest/castlemap.png" 256 544 32 32)
2026     )
2027     (solid #t))
2028 (tile
2029     (id 3985)
2030     (images
2031       (region "worldmap/forest/castlemap.png" 288 544 32 32)
2032     )
2033     (solid #t))
2034 (tile
2035     (id 399)
2036     (images
2037       (region "worldmap/forest/castlemap.png" 320 544 32 32)
2038     )
2039     (solid #t))
2040 (tile
2041     (id 400)
2042     (images
2043       (region "worldmap/forest/castlemap.png" 352 544 32 32)
2044     )
2045     (solid #t))
2046 (tile
2047     (id 401)
2048     (images
2049       (region "worldmap/forest/castlemap.png" 384 544 32 32)
2050     )
2051     (solid #t))
2052 (tile
2053     (id 402)
2054     (images
2055       (region "worldmap/forest/forestwood.png" 0 0 32 32)
2056     )  (north #f)
2057        (south #t)
2058        (east  #t)
2059        (west  #f)
2060        (stop  #f))
2061 (tile
2062     (id 403)
2063     (images
2064       (region "worldmap/forest/forestwood.png" 32 0 32 32)
2065     )  (north #t)
2066        (south #t)
2067        (east  #t)
2068        (west  #f)
2069        (stop  #t))
2070 (tile
2071     (id 404)
2072     (images
2073       (region "worldmap/forest/forestwood.png" 64 0 32 32)
2074     )  (north #t)
2075        (south #f)
2076        (east  #t)
2077        (west  #f)
2078        (stop  #f))
2079 (tile
2080     (id 405)
2081     (images
2082       (region "worldmap/forest/forestwood.png" 96 0 32 32)
2083     )  (north #f)
2084        (south #t)
2085        (east  #f)
2086        (west  #t)
2087        (stop  #f))
2088 (tile
2089     (id 406)
2090     (images
2091       (region "worldmap/forest/forestwood.png" 128 0 32 32)
2092     )  (north #f)
2093        (south #f)
2094        (east  #t)
2095        (west  #t)
2096        (stop  #f))
2097 (tile
2098     (id 407)
2099     (images
2100       (region "worldmap/forest/forestwood.png" 0 32 32 32)
2101     )  (north #f)
2102        (south #t)
2103        (east  #t)
2104        (west  #t)
2105        (stop  #t))
2106 (tile
2107     (id 408)
2108     (images
2109       (region "worldmap/forest/forestwood.png" 32 32 32 32)
2110     )  (north #t)
2111        (south #t)
2112        (east  #f)
2113        (west  #t)
2114        (stop  #t))
2115 (tile
2116     (id 409)
2117     (images
2118       (region "worldmap/forest/forestwood.png" 64 32 32 32)
2119     )  (north #t)
2120        (south #t)
2121        (east  #f)
2122        (west  #f)
2123        (stop  #f))
2124 (tile
2125     (id 410)
2126     (images
2127       (region "worldmap/forest/forestwood.png" 96 32 32 32)
2128     )  (north #t)
2129        (south #t)
2130        (east  #t)
2131        (west  #f)
2132        (stop  #t))
2133 (tile
2134     (id 411)
2135     (images
2136       (region "worldmap/forest/forestwood.png" 128 32 32 32)
2137     )  (north #t)
2138        (south #f)
2139        (east  #t)
2140        (west  #f)
2141        (stop  #f))
2142 (tile
2143     (id 412)
2144     (images
2145       (region "worldmap/forest/forestwood.png" 0 64 32 32)
2146      ) (north #t)
2147        (south #f)
2148        (east  #t)
2149        (west  #t)
2150        (stop  #t)
2151 )
2152 (tile
2153     (id 413)
2154     (images
2155       (region "worldmap/forest/forestwood.png" 32 64 32 32)
2156      ) (north #t)
2157        (south #f)
2158        (east  #f)
2159        (west  #t)
2160        (stop  #f)
2161 )
2162 (tile
2163     (id 414)
2164     (images
2165       (region "worldmap/forest/forestwood.png" 64 64 32 32)
2166     )
2167     (solid #t))
2168 (tile
2169     (id 415)
2170     (images
2171       (region "worldmap/forest/forestwood.png" 96 64 32 32)
2172     )
2173     (solid #t))
2174 (tile
2175     (id 416)
2176     (images
2177       (region "worldmap/forest/forestwood.png" 128 64 32 32)
2178     )
2179     (solid #t))
2180 (tile
2181     (id 417)
2182     (images
2183       (region "worldmap/forest/forestwood.png" 0 96 32 32)
2184     )
2185     (solid #t))
2186 (tile
2187     (id 418)
2188     (images
2189       (region "worldmap/forest/forestwood.png" 32 96 32 32)
2190     )
2191     (solid #t))
2192 (tile
2193     (id 419)
2194     (images
2195       (region "worldmap/forest/forestwood.png" 64 96 32 32)
2196     )
2197     (solid #t))
2198 (tile
2199     (id 420)
2200     (images
2201       (region "worldmap/forest/forestwood.png" 96 96 32 32)
2202     )
2203     (solid #t))
2204 (tile
2205     (id 421)
2206     (images
2207       (region "worldmap/forest/forestwood.png" 128 96 32 32)
2208     )
2209     (solid #t))
2210 (tile
2211     (id 422)
2212     (images
2213       (region "worldmap/forest/forestwood.png" 0 128 32 32)
2214     )
2215     (solid #t))
2216 (tile
2217     (id 423)
2218     (images
2219       (region "worldmap/forest/forestwood.png" 32 128 32 32)
2220     )
2221     (solid #t))
2222 (tile
2223     (id 424)
2224     (images
2225       (region "worldmap/forest/forestwood.png" 64 128 32 32)
2226     )
2227     (solid #t))
2228 (tile
2229     (id 425)
2230     (images
2231       (region "worldmap/forest/forestwood.png" 96 128 32 32)
2232     )
2233     (solid #t))
2234
2235 (tile(id 426)(images
2236 (region "worldmap/forest/snowforest.png" 0 0 32 32))
2237 (solid #t))
2238 (tile(id 427)(images
2239 (region "worldmap/forest/snowforest.png" 32 0 32 32))
2240 (solid #t))
2241 (tile(id 428)(images
2242 (region "worldmap/forest/snowforest.png" 64 0 32 32))
2243 (solid #t))
2244 (tile(id 429)(images
2245 (region "worldmap/forest/snowforest.png" 96 0 32 32))
2246 (solid #t))
2247 (tile(id 430)(images
2248 (region "worldmap/forest/snowforest.png" 128 0 32 32))
2249 (solid #t))
2250 (tile(id 431)(images
2251 (region "worldmap/forest/snowforest.png" 160 0 32 32))
2252 (solid #t))
2253 (tile(id 432)(images
2254 (region "worldmap/forest/snowforest.png" 192 0 32 32))
2255 (solid #t))
2256 (tile(id 433)(images
2257 (region "worldmap/forest/snowforest.png" 224 0 32 32))
2258 (solid #t))
2259 (tile(id 434)(images
2260 (region "worldmap/forest/snowforest.png" 256 0 32 32))
2261 (solid #t))
2262 (tile(id 435)(images
2263 (region "worldmap/forest/snowforest.png" 0 32 32 32))
2264 (solid #t))
2265 (tile(id 436)(images
2266 (region "worldmap/forest/snowforest.png" 32 32 32 32))
2267 (solid #t))
2268 (tile(id 437)(images
2269 (region "worldmap/forest/snowforest.png" 64 32 32 32))
2270 (solid #t))
2271 (tile(id 438)(images
2272 (region "worldmap/forest/snowforest.png" 96 32 32 32))
2273 (solid #t))
2274 (tile(id 439)(images
2275 (region "worldmap/forest/snowforest.png" 128 32 32 32))
2276 (solid #t))
2277 (tile(id 440)(images
2278 (region "worldmap/forest/snowforest.png" 160 32 32 32))
2279 (solid #t))
2280 (tile(id 441)(images
2281 (region "worldmap/forest/snowforest.png" 192 32 32 32))
2282 (solid #t))
2283 (tile(id 442)(images
2284 (region "worldmap/forest/snowforest.png" 224 32 32 32))
2285 (solid #t))
2286 (tile(id 443)(images
2287 (region "worldmap/forest/snowforest.png" 256 32 32 32))
2288 (solid #t))
2289 (tile(id 444)(images
2290 (region "worldmap/forest/snowforest.png" 0 64 32 32))
2291 (solid #t))
2292 (tile(id 445)(images
2293 (region "worldmap/forest/snowforest.png" 32 64 32 32))
2294 (solid #t))
2295 (tile(id 446)(images
2296 (region "worldmap/forest/snowforest.png" 64 64 32 32))
2297 (solid #t))
2298 (tile(id 447)(images
2299 (region "worldmap/forest/snowforest.png" 96 64 32 32))
2300 (solid #t))
2301 (tile(id 448)(images
2302 (region "worldmap/forest/snowforest.png" 128 64 32 32))
2303 (solid #t))
2304 (tile(id 449)(images
2305 (region "worldmap/forest/snowforest.png" 160 64 32 32))
2306 (solid #t))
2307 (tile(id 450)(images
2308 (region "worldmap/forest/snowforest.png" 192 64 32 32))
2309 (solid #t))
2310 (tile(id 451)(images
2311 (region "worldmap/forest/snowforest.png" 224 64 32 32))
2312 (solid #t))
2313 (tile(id 452)(images
2314 (region "worldmap/forest/snowforest.png" 256 64 32 32))
2315 (solid #t))
2316 (tile(id 453)(images
2317 (region "worldmap/forest/snowforest.png" 0 96 32 32))
2318 (solid #t))
2319 (tile(id 454)(images
2320 (region "worldmap/forest/snowforest.png" 32 96 32 32))
2321 (solid #t))
2322 (tile(id 455)(images
2323 (region "worldmap/forest/snowforest.png" 64 96 32 32))
2324 (solid #t))
2325 (tile(id 456)(images
2326 (region "worldmap/forest/snowforest.png" 96 96 32 32))
2327 (solid #t))
2328 (tile(id 457)(images
2329 (region "worldmap/forest/snowforest.png" 128 96 32 32))
2330 (solid #t))
2331 (tile(id 458)(images
2332 (region "worldmap/forest/snowforest.png" 160 96 32 32))
2333 (solid #t))
2334 (tile(id 459)(images
2335 (region "worldmap/forest/snowforest.png" 192 96 32 32))
2336 (solid #t))
2337 (tile(id 460)(images
2338 (region "worldmap/forest/snowforest.png" 224 96 32 32))
2339 (solid #t))
2340 (tile(id 461)(images
2341 (region "worldmap/forest/snowforest.png" 256 96 32 32))
2342 (solid #t))
2343 (tile(id 462)(images
2344 (region "worldmap/forest/snowforest.png" 0 128 32 32))
2345 (solid #t))
2346 (tile(id 463)(images
2347 (region "worldmap/forest/snowforest.png" 32 128 32 32))
2348 (solid #t))
2349 (tile(id 464)(images
2350 (region "worldmap/forest/snowforest.png" 64 128 32 32))
2351 (solid #t))
2352 (tile(id 465)(images
2353 (region "worldmap/forest/snowforest.png" 96 128 32 32))
2354 (solid #t))
2355 (tile(id 466)(images
2356 (region "worldmap/forest/snowforest.png" 128 128 32 32))
2357 (solid #t))
2358 (tile(id 467)(images
2359 (region "worldmap/forest/snowforest.png" 160 128 32 32))
2360 (solid #t))
2361 (tile(id 468)(images
2362 (region "worldmap/forest/snowforest.png" 192 128 32 32))
2363 (solid #t))
2364 (tile(id 469)(images
2365 (region "worldmap/forest/snowforest.png" 224 128 32 32))
2366 (solid #t))
2367 (tile(id 470)(images
2368 (region "worldmap/forest/snowforest.png" 256 128 32 32))
2369 (solid #t))
2370 (tile(id 471)(images
2371 (region "worldmap/forest/snowforest.png" 0 160 32 32))
2372 (solid #t))
2373 (tile(id 472)(images
2374 (region "worldmap/forest/snowforest.png" 32 160 32 32))
2375 (solid #t))
2376 (tile(id 473)(images
2377 (region "worldmap/forest/snowforest.png" 64 160 32 32))
2378 (solid #t))
2379 (tile(id 474)(images
2380 (region "worldmap/forest/snowforest.png" 96 160 32 32))
2381 (solid #t))
2382 (tile(id 475)(images
2383 (region "worldmap/forest/snowforest.png" 128 160 32 32))
2384 (solid #t))
2385 (tile(id 476)(images
2386 (region "worldmap/forest/snowforest.png" 160 160 32 32))
2387 (solid #t))
2388 (tile(id 477)(images
2389 (region "worldmap/forest/snowforest.png" 192 160 32 32))
2390 (solid #t))
2391 (tile(id 478)(images
2392 (region "worldmap/forest/snowforest.png" 224 160 32 32))
2393 (solid #t))
2394 (tile(id 479)(images
2395 (region "worldmap/forest/snowforest.png" 256 160 32 32))
2396 (solid #t))
2397 (tile(id 480)(images
2398 (region "worldmap/forest/snowforest.png" 0 192 32 32))
2399 (solid #t))
2400 (tile(id 481)(images
2401 (region "worldmap/forest/snowforest.png" 32 192 32 32))
2402 (solid #t))
2403 (tile(id 482)(images
2404 (region "worldmap/forest/snowforest.png" 64 192 32 32))
2405 (solid #t))
2406 (tile(id 483)(images
2407 (region "worldmap/forest/snowforest.png" 96 192 32 32))
2408 (solid #t))
2409 (tile(id 484)(images
2410 (region "worldmap/forest/snowforest.png" 128 192 32 32))
2411 (solid #t))
2412 (tile(id 485)(images
2413 (region "worldmap/forest/snowforest.png" 160 192 32 32))
2414 (solid #t))
2415 (tile(id 486)(images
2416 (region "worldmap/forest/snowforest.png" 192 192 32 32))
2417 (solid #t))
2418 (tile(id 487)(images
2419 (region "worldmap/forest/snowforest.png" 224 192 32 32))
2420 (solid #t))
2421 (tile(id 488)(images
2422 (region "worldmap/forest/snowforest.png" 256 192 32 32))
2423 (solid #t))
2424 (tile(id 489)(images
2425 (region "worldmap/forest/snowforest.png" 0 224 32 32))
2426 (solid #t))
2427 (tile(id 490)(images
2428 (region "worldmap/forest/snowforest.png" 32 224 32 32))
2429 (solid #t))
2430 (tile(id 491)(images
2431 (region "worldmap/forest/snowforest.png" 64 224 32 32))
2432 (solid #t))
2433 (tile(id 492)(images
2434 (region "worldmap/forest/snowforest.png" 96 224 32 32))
2435 (solid #t))
2436 (tile(id 493)(images
2437 (region "worldmap/forest/snowforest.png" 128 224 32 32))
2438 (solid #t))
2439 (tile(id 494)(images
2440 (region "worldmap/forest/snowforest.png" 160 224 32 32))
2441 (solid #t))
2442 (tile(id 495)(images
2443 (region "worldmap/forest/snowforest.png" 192 224 32 32))
2444 (solid #t))
2445 (tile(id 496)(images
2446 (region "worldmap/forest/snowforest.png" 224 224 32 32))
2447 (solid #t))
2448 (tile(id 497)(images
2449 (region "worldmap/forest/snowforest.png" 256 224 32 32))
2450 (solid #t))
2451 (tile(id 498)(images
2452 (region "worldmap/forest/snowforest.png" 0 256 32 32))
2453 (solid #t))
2454 (tile(id 499)(images
2455 (region "worldmap/forest/snowforest.png" 32 256 32 32))
2456 (solid #t))
2457 (tile(id 500)(images
2458 (region "worldmap/forest/snowforest.png" 64 256 32 32))
2459 (solid #t))
2460 (tile(id 501)(images
2461 (region "worldmap/forest/snowforest.png" 96 256 32 32))
2462 (solid #t))
2463 (tile(id 502)(images
2464 (region "worldmap/forest/snowforest.png" 128 256 32 32))
2465 (solid #t))
2466 (tile(id 503)(images
2467 (region "worldmap/forest/snowforest.png" 160 256 32 32))
2468 (solid #t))
2469 (tile(id 504)(images
2470 (region "worldmap/forest/snowforest.png" 192 256 32 32))
2471 (solid #t))
2472 (tile(id 505)(images
2473 (region "worldmap/forest/snowforest.png" 224 256 32 32))
2474 (solid #t))
2475 (tile(id 506)(images
2476 (region "worldmap/forest/snowforest.png" 256 256 32 32))
2477 (solid #t))
2478 (tile(id 507)(images
2479 (region "worldmap/forest/snowforest.png" 0 288 32 32))
2480 (solid #t))
2481 (tile(id 508)(images
2482 (region "worldmap/forest/snowforest.png" 32 288 32 32))
2483 (solid #t))
2484 (tile(id 509)(images
2485 (region "worldmap/forest/snowforest.png" 64 288 32 32))
2486 (solid #t))
2487 (tile(id 510)(images
2488 (region "worldmap/forest/snowforest.png" 96 288 32 32))
2489 (solid #t))
2490 (tile(id 511)(images
2491 (region "worldmap/forest/snowforest.png" 128 288 32 32))
2492 (solid #t))
2493 (tile(id 512)(images
2494 (region "worldmap/forest/snowforest.png" 160 288 32 32))
2495 (solid #t))
2496 (tile(id 513)(images
2497 (region "worldmap/forest/snowforest.png" 192 288 32 32))
2498 (solid #t))
2499 (tile(id 514)(images
2500 (region "worldmap/forest/snowforest.png" 224 288 32 32))
2501 (solid #t))
2502 (tile(id 515)(images
2503 (region "worldmap/forest/snowforest.png" 256 288 32 32))
2504 (solid #t))
2505 (tile(id 516)(images
2506 (region "worldmap/forest/snowforest.png" 0 320 32 32))
2507 (solid #t))
2508 (tile(id 517)(images
2509 (region "worldmap/forest/snowforest.png" 32 320 32 32))
2510 (solid #t))
2511 (tile(id 518)(images
2512 (region "worldmap/forest/snowforest.png" 64 320 32 32))
2513 (solid #t))
2514 (tile(id 519)(images
2515 (region "worldmap/forest/snowforest.png" 96 320 32 32))
2516 (solid #t))
2517 (tile(id 520)(images
2518 (region "worldmap/forest/snowforest.png" 128 320 32 32))
2519 (solid #t))
2520 (tile(id 521)(images
2521 (region "worldmap/forest/snowforest.png" 160 320 32 32))
2522 (solid #t))
2523 (tile(id 522)(images
2524 (region "worldmap/forest/snowforest.png" 192 320 32 32))
2525 (solid #t))
2526 (tile(id 523)(images
2527 (region "worldmap/forest/snowforest.png" 224 320 32 32))
2528 (solid #t))
2529 (tile(id 524)(images
2530 (region "worldmap/forest/snowforest.png" 256 320 32 32))
2531 (solid #t))
2532 (tile(id 525)(images
2533 (region "worldmap/forest/snowforest.png" 0 352 32 32))
2534 (solid #t))
2535 (tile(id 526)(images
2536 (region "worldmap/forest/snowforest.png" 32 352 32 32))
2537 (solid #t))
2538 (tile(id 527)(images
2539 (region "worldmap/forest/snowforest.png" 64 352 32 32))
2540 (solid #t))
2541 (tile(id 528)(images
2542 (region "worldmap/forest/snowforest.png" 96 352 32 32))
2543 (solid #t))
2544 (tile(id 529)(images
2545 (region "worldmap/forest/snowforest.png" 128 352 32 32))
2546 (solid #t))
2547 (tile(id 530)(images
2548 (region "worldmap/forest/snowforest.png" 160 352 32 32))
2549 (solid #t))
2550 (tile(id 531)(images
2551 (region "worldmap/forest/snowforest.png" 192 352 32 32))
2552 (solid #t))
2553 (tile(id 532)(images
2554 (region "worldmap/forest/snowforest.png" 224 352 32 32))
2555 (solid #t))
2556 (tile(id 533)(images
2557 (region "worldmap/forest/snowforest.png" 256 352 32 32))
2558 (solid #t))
2559 (tile(id 534)(images
2560 (region "worldmap/forest/snowforest.png" 0 384 32 32))
2561 (solid #t))
2562 (tile(id 535)(images
2563 (region "worldmap/forest/snowforest.png" 32 384 32 32))
2564 (solid #t))
2565 (tile(id 536)(images
2566 (region "worldmap/forest/snowforest.png" 64 384 32 32))
2567 (solid #t))
2568 (tile(id 537)(images
2569 (region "worldmap/forest/snowforest.png" 96 384 32 32))
2570 (solid #t))
2571 (tile(id 538)(images
2572 (region "worldmap/forest/snowforest.png" 128 384 32 32))
2573 (solid #t))
2574 (tile(id 539)(images
2575 (region "worldmap/forest/snowforest.png" 160 384 32 32))
2576 (solid #t))
2577 (tile(id 540)(images
2578 (region "worldmap/forest/snowforest.png" 192 384 32 32))
2579 (solid #t))
2580 (tile(id 541)(images
2581 (region "worldmap/forest/snowforest.png" 224 384 32 32))
2582 (solid #t))
2583 (tile(id 542)(images
2584 (region "worldmap/forest/snowforest.png" 256 384 32 32))
2585 (solid #t))
2586 (tile(id 543)(images
2587 (region "worldmap/forest/snowforest.png" 0 416 32 32))
2588 (solid #t))
2589 (tile(id 544)(images
2590 (region "worldmap/forest/snowforest.png" 32 416 32 32))
2591 (solid #t))
2592 (tile(id 545)(images
2593 (region "worldmap/forest/snowforest.png" 96 416 32 32))
2594 (solid #t))
2595 (tile(id 547)(images
2596 (region "worldmap/forest/snowforest.png" 128 416 32 32))
2597 (solid #t))
2598 (tile(id 548)(images
2599 (region "worldmap/forest/snowforest.png" 160 416 32 32))
2600 (solid #t))
2601 (tile(id 549)(images
2602 (region "worldmap/forest/snowforest.png" 192 416 32 32))
2603 (solid #t))
2604 (tile(id 550)(images
2605 (region "worldmap/forest/snowforest.png" 224 416 32 32))
2606 (solid #t))
2607 (tile(id 551)(images
2608 (region "worldmap/forest/snowforest.png" 256 416 32 32))
2609 (solid #t))
2610 (tile(id 552)(images
2611 (region "worldmap/forest/cropcircle.png" 0 0 32 32))
2612 (solid #t))
2613 (tile(id 553)(images
2614 (region "worldmap/forest/cropcircle.png" 32 0 32 32))
2615 (solid #t))
2616 (tile(id 554)(images
2617 (region "worldmap/forest/cropcircle.png" 64 0 32 32))
2618 (solid #t))
2619 (tile(id 555)(images
2620 (region "worldmap/forest/cropcircle.png" 0 32 32 32))
2621 (solid #t))
2622 (tile(id 556)(images
2623 (region "worldmap/forest/cropcircle.png" 32 32 32 32))
2624 (solid #t))
2625 (tile(id 557)(images
2626 (region "worldmap/forest/cropcircle.png" 64 32 32 32))
2627 (solid #t))
2628 (tile(id 558)(images
2629 (region "worldmap/forest/ghostforest.png" 0 0 32 32))
2630 (solid #t))
2631 (tile(id 559)(images
2632 (region "worldmap/forest/ghostforest.png" 32 0 32 32))
2633 (solid #t))
2634 (tile(id 560)(images
2635 (region "worldmap/forest/ghostforest.png" 64 0 32 32))
2636 (solid #t))
2637 (tile(id 561)(images
2638 (region "worldmap/forest/ghostforest.png" 96 0 32 32))
2639 (solid #t))
2640 (tile(id 562)(images
2641 (region "worldmap/forest/ghostforest.png" 128 0 32 32))
2642 (solid #t))
2643 (tile(id 563)(images
2644 (region "worldmap/forest/ghostforest.png" 160 0 32 32))
2645 (solid #t))
2646 (tile(id 564)(images
2647 (region "worldmap/forest/ghostforest.png" 192 0 32 32))
2648 (solid #t))
2649 (tile(id 565)(images
2650 (region "worldmap/forest/ghostforest.png" 224 0 32 32))
2651 (solid #t))
2652 (tile(id 566)(images
2653 (region "worldmap/forest/ghostforest.png" 256 0 32 32))
2654 (solid #t))
2655 (tile(id 567)(images
2656 (region "worldmap/forest/ghostforest.png" 0 32 32 32))
2657 (solid #t))
2658 (tile(id 568)(images
2659 (region "worldmap/forest/ghostforest.png" 32 32 32 32))
2660 (solid #t))
2661 (tile(id 569)(images
2662 (region "worldmap/forest/ghostforest.png" 64 32 32 32))
2663 (solid #t))
2664 (tile(id 570)(images
2665 (region "worldmap/forest/ghostforest.png" 96 32 32 32))
2666 (solid #t))
2667 (tile(id 571)(images
2668 (region "worldmap/forest/ghostforest.png" 128 32 32 32))
2669 (solid #t))
2670 (tile(id 572)(images
2671 (region "worldmap/forest/ghostforest.png" 160 32 32 32))
2672 (solid #t))
2673 (tile(id 573)(images
2674 (region "worldmap/forest/ghostforest.png" 192 32 32 32))
2675 (solid #t))
2676 (tile(id 574)(images
2677 (region "worldmap/forest/ghostforest.png" 224 32 32 32))
2678 (solid #t))
2679 (tile(id 575)(images
2680 (region "worldmap/forest/ghostforest.png" 256 32 32 32))
2681 (solid #t))
2682 (tile(id 576)(images
2683 (region "worldmap/forest/ghostforest.png" 0 64 32 32))
2684 (solid #t))
2685 (tile(id 577)(images
2686 (region "worldmap/forest/ghostforest.png" 32 64 32 32))
2687 (solid #t))
2688 (tile(id 578)(images
2689 (region "worldmap/forest/ghostforest.png" 64 64 32 32))
2690 (solid #t))
2691 (tile(id 579)(images
2692 (region "worldmap/forest/ghostforest.png" 96 64 32 32))
2693 (solid #t))
2694 (tile(id 580)(images
2695 (region "worldmap/forest/ghostforest.png" 128 64 32 32))
2696 (solid #t))
2697 (tile(id 581)(images
2698 (region "worldmap/forest/ghostforest.png" 160 64 32 32))
2699 (solid #t))
2700 (tile(id 582)(images
2701 (region "worldmap/forest/ghostforest.png" 192 64 32 32))
2702 (solid #t))
2703 (tile(id 583)(images
2704 (region "worldmap/forest/ghostforest.png" 224 64 32 32))
2705 (solid #t))
2706 (tile(id 584)(images
2707 (region "worldmap/forest/ghostforest.png" 256 64 32 32))
2708 (solid #t))
2709 (tile(id 585)(images
2710 (region "worldmap/forest/ghostforest.png" 0 96 32 32))
2711 (solid #t))
2712 (tile(id 586)(images
2713 (region "worldmap/forest/ghostforest.png" 32 96 32 32))
2714 (solid #t))
2715 (tile(id 587)(images
2716 (region "worldmap/forest/ghostforest.png" 64 96 32 32))
2717 (solid #t))
2718 (tile(id 588)(images
2719 (region "worldmap/forest/ghostforest.png" 96 96 32 32))
2720 (solid #t))
2721 (tile(id 589)(images
2722 (region "worldmap/forest/ghostforest.png" 128 96 32 32))
2723 (solid #t))
2724 (tile(id 590)(images
2725 (region "worldmap/forest/ghostforest.png" 160 96 32 32))
2726 (solid #t))
2727 (tile(id 591)(images
2728 (region "worldmap/forest/ghostforest.png" 192 96 32 32))
2729 (solid #t))
2730 (tile(id 592)(images
2731 (region "worldmap/forest/ghostforest.png" 224 96 32 32))
2732 (solid #t))
2733 (tile(id 593)(images
2734 (region "worldmap/forest/ghostforest.png" 256 96 32 32))
2735 (solid #t))
2736 (tile(id 594)(images
2737 (region "worldmap/forest/ghostforest.png" 0 128 32 32))
2738 (solid #t))
2739 (tile(id 595)(images
2740 (region "worldmap/forest/ghostforest.png" 32 128 32 32))
2741 (solid #t))
2742 (tile(id 596)(images
2743 (region "worldmap/forest/ghostforest.png" 64 128 32 32))
2744 (solid #t))
2745 (tile(id 597)(images
2746 (region "worldmap/forest/ghostforest.png" 96 128 32 32))
2747 (solid #t))
2748 (tile(id 598)(images
2749 (region "worldmap/forest/ghostforest.png" 128 128 32 32))
2750 (solid #t))
2751 (tile(id 599)(images
2752 (region "worldmap/forest/ghostforest.png" 160 128 32 32))
2753 (solid #t))
2754 (tile(id 600)(images
2755 (region "worldmap/forest/ghostforest.png" 192 128 32 32))
2756 (solid #t))
2757 (tile(id 601)(images
2758 (region "worldmap/forest/ghostforest.png" 256 128 32 32))
2759 (solid #t))
2760 (tile(id 602)(images
2761 (region "worldmap/forest/ghostforest.png" 0 160 32 32))
2762 (solid #t))
2763 (tile(id 603)(images
2764 (region "worldmap/forest/ghostforest.png" 32 160 32 32))
2765 (solid #t))
2766 (tile(id 604)(images
2767 (region "worldmap/forest/ghostforest.png" 64 160 32 32))
2768 (solid #t))
2769 (tile(id 605)(images
2770 (region "worldmap/forest/ghostforest.png" 96 160 32 32))
2771 (solid #t))
2772 (tile(id 606)(images
2773 (region "worldmap/forest/ghostforest.png" 128 160 32 32))
2774 (solid #t))
2775 (tile(id 607)(images
2776 (region "worldmap/forest/ghostforest.png" 160 160 32 32))
2777 (solid #t))
2778 (tile(id 608)(images
2779 (region "worldmap/forest/ghostforest.png" 192 160 32 32))
2780 (solid #t))
2781 (tile(id 609)(images
2782 (region "worldmap/forest/ghostforest.png" 224 160 32 32))
2783 (solid #t))
2784 (tile(id 610)(images
2785 (region "worldmap/forest/ghostforest.png" 256 160 32 32))
2786 (solid #t))
2787 (tile(id 611)(images
2788 (region "worldmap/forest/ghostforest.png" 0 192 32 32))
2789 (solid #t))
2790 (tile(id 612)(images
2791 (region "worldmap/forest/ghostforest.png" 32 192 32 32))
2792 (solid #t))
2793 (tile(id 613)(images
2794 (region "worldmap/forest/ghostforest.png" 64 192 32 32))
2795 (solid #t))
2796 (tile(id 614)(images
2797 (region "worldmap/forest/ghostforest.png" 96 192 32 32))
2798 (solid #t))
2799 (tile(id 615)(images
2800 (region "worldmap/forest/ghostforest.png" 128 192 32 32))
2801 (solid #t))
2802 (tile(id 616)(images
2803 (region "worldmap/forest/ghostforest.png" 160 192 32 32))
2804 (solid #t))
2805 (tile(id 617)(images
2806 (region "worldmap/forest/ghostforest.png" 192 192 32 32))
2807 (solid #t))
2808 (tile(id 618)(images
2809 (region "worldmap/forest/ghostforest.png" 224 192 32 32))
2810 (solid #t))
2811 (tile(id 619)(images
2812 (region "worldmap/forest/ghostforest.png" 256 192 32 32))
2813 (solid #t))
2814 (tile(id 620)(images
2815 (region "worldmap/forest/ghostforest.png" 0 224 32 32))
2816   (stop #f)
2817      (north #f)
2818      (south #f)
2819      (west  #t)
2820      (east  #t))
2821 (tile(id 621)(images
2822 (region "worldmap/forest/ghostforest.png" 32 224 32 32))
2823   (stop #f)
2824      (north #f)
2825      (south #f)
2826      (west  #t)
2827      (east  #t))
2828 (tile(id 622)(images
2829 (region "worldmap/forest/ghostforest.png" 64 224 32 32))
2830 (solid #t))
2831 (tile(id 623)(images
2832 (region "worldmap/forest/ghostforest.png" 96 224 32 32))
2833 (solid #t))
2834 (tile(id 624)(images
2835 (region "worldmap/forest/ghostforest.png" 128 224 32 32))
2836 (solid #t))
2837 (tile(id 625)(images
2838 (region "worldmap/forest/ghostforest.png" 160 224 32 32))
2839 (solid #t))
2840 (tile(id 626)(images
2841 (region "worldmap/forest/ghostforest.png" 192 224 32 32))
2842 (solid #t))
2843 (tile(id 627)(images
2844 (region "worldmap/forest/ghostforest.png" 224 224 32 32))
2845 (solid #t))
2846 (tile(id 628)(images
2847 (region "worldmap/forest/ghostforest.png" 256 224 32 32))
2848 (solid #t))
2849 (tile(id 629)(images
2850 (region "worldmap/forest/ghostforest.png" 0 256 32 32))
2851 (solid #t))
2852 (tile(id 630)(images
2853 (region "worldmap/forest/ghostforest.png" 32 256 32 32))
2854 (solid #t))
2855 (tile(id 631)(images
2856 (region "worldmap/forest/ghostforest.png" 64 256 32 32))
2857 (solid #t))
2858 (tile(id 632)(images
2859 (region "worldmap/forest/ghostforest.png" 96 256 32 32))
2860 (solid #t))
2861 (tile(id 633)(images
2862 (region "worldmap/forest/ghostforest.png" 128 256 32 32))
2863 (solid #t))
2864 (tile(id 634)(images
2865 (region "worldmap/forest/ghostforest.png" 160 256 32 32))
2866 (solid #t))
2867 (tile(id 635)(images
2868 (region "worldmap/forest/ghostforest.png" 192 256 32 32))
2869 (solid #t))
2870 (tile(id 636)(images
2871 (region "worldmap/forest/ghostforest.png" 224 256 32 32))
2872 (solid #t))
2873 (tile(id 637)(images
2874 (region "worldmap/forest/ghostforest.png" 256 256 32 32))
2875 (solid #t))
2876 (tile(id 638)(images
2877 (region "worldmap/forest/ghostforest.png" 0 288 32 32))
2878 (solid #t))
2879 (tile(id 639)(images
2880 (region "worldmap/forest/ghostforest.png" 32 288 32 32))
2881 (solid #t))
2882 (tile(id 640)(images
2883 (region "worldmap/forest/ghostforest.png" 64 288 32 32))
2884 (solid #t))
2885 (tile(id 641)(images
2886 (region "worldmap/forest/ghostforest.png" 96 288 32 32))
2887 (solid #t))
2888 (tile(id 642)(images
2889 (region "worldmap/forest/ghostforest.png" 128 288 32 32))
2890 (solid #t))
2891 (tile(id 643)(images
2892 (region "worldmap/forest/ghostforest.png" 160 288 32 32))
2893 (solid #t))
2894 (tile(id 644)(images
2895 (region "worldmap/forest/ghostforest.png" 192 288 32 32))
2896 (solid #t))
2897 (tile(id 645)(images
2898 (region "worldmap/forest/ghostforest.png" 224 288 32 32))
2899 (solid #t))
2900 (tile(id 646)(images
2901 (region "worldmap/forest/ghostforest.png" 256 288 32 32))
2902 (solid #t))
2903 (tile(id 647)(images
2904 (region "worldmap/forest/ghostforest.png" 0 320 32 32))
2905 (solid #t))
2906 (tile(id 648)(images
2907 (region "worldmap/forest/ghostforest.png" 32 320 32 32))
2908 (solid #t))
2909 (tile(id 649)(images
2910 (region "worldmap/forest/ghostforest.png" 64 320 32 32))
2911 (solid #t))
2912 (tile(id 650)(images
2913 (region "worldmap/forest/ghostforest.png" 96 320 32 32))
2914 (solid #t))
2915 (tile(id 651)(images
2916 (region "worldmap/forest/ghostforest.png" 128 320 32 32))
2917 (solid #t))
2918 (tile(id 652)(images
2919 (region "worldmap/forest/ghostforest.png" 160 320 32 32))
2920 (solid #t))
2921 (tile(id 653)(images
2922 (region "worldmap/forest/ghostforest.png" 192 320 32 32))
2923 (solid #t))
2924 (tile(id 654)(images
2925 (region "worldmap/forest/ghostforest.png" 224 320 32 32))
2926 (solid #t))
2927 (tile(id 655)(images
2928 (region "worldmap/forest/ghostforest.png" 256 320 32 32))
2929 (solid #t))
2930 (tile(id 656)(images
2931 (region "worldmap/forest/ghostforest.png" 0 352 32 32))
2932 (solid #t))
2933 (tile(id 657)(images
2934 (region "worldmap/forest/ghostforest.png" 32 352 32 32))
2935 (solid #t))
2936 (tile(id 658)(images
2937 (region "worldmap/forest/ghostforest.png" 64 352 32 32))
2938 (solid #t))
2939 (tile(id 659)(images
2940 (region "worldmap/forest/ghostforest.png" 96 352 32 32))
2941 (solid #t))
2942 (tile(id 660)(images
2943 (region "worldmap/forest/ghostforest.png" 128 352 32 32))
2944 (solid #t))
2945 (tile(id 661)(images
2946 (region "worldmap/forest/ghostforest.png" 160 352 32 32))
2947 (solid #t))
2948 (tile(id 662)(images
2949 (region "worldmap/forest/ghostforest.png" 192 352 32 32))
2950 (solid #t))
2951 (tile(id 663)(images
2952 (region "worldmap/forest/ghostforest.png" 224 352 32 32))
2953 (solid #t))
2954 (tile(id 664)(images
2955 (region "worldmap/forest/ghostforest.png" 256 352 32 32))
2956 (solid #t))
2957 (tile(id 665)(images
2958 (region "worldmap/forest/ghostforest.png" 0 384 32 32))
2959 (solid #t))
2960 (tile(id 666)(images
2961 (region "worldmap/forest/ghostforest.png" 32 384 32 32))
2962 (solid #t))
2963 (tile(id 667)(images
2964 (region "worldmap/forest/ghostforest.png" 64 384 32 32))
2965 (solid #t))
2966 (tile(id 668)(images
2967 (region "worldmap/forest/ghostforest.png" 96 384 32 32))
2968 (solid #t))
2969 (tile(id 669)(images
2970 (region "worldmap/forest/ghostforest.png" 128 384 32 32))
2971 (solid #t))
2972 (tile(id 670)(images
2973 (region "worldmap/forest/ghostforest.png" 160 384 32 32))
2974 (solid #t))
2975 (tile(id 671)(images
2976 (region "worldmap/forest/ghostforest.png" 192 384 32 32))
2977 (solid #t))
2978 (tile(id 672)(images
2979 (region "worldmap/forest/ghostforest.png" 224 384 32 32))
2980 (solid #t))
2981 (tile(id 673)(images
2982 (region "worldmap/forest/ghostforest.png" 256 384 32 32))
2983 (solid #t))
2984 (tile(id 674)(images
2985 (region "worldmap/forest/ghostforest.png" 0 416 32 32))
2986 (solid #t))
2987 (tile(id 675)(images
2988 (region "worldmap/forest/ghostforest.png" 32 416 32 32))
2989 (solid #t))
2990 (tile(id 676)(images
2991 (region "worldmap/forest/ghostforest.png" 64 416 32 32))
2992 (solid #t))
2993 (tile(id 677)(images
2994 (region "worldmap/forest/ghostforest.png" 96 416 32 32))
2995 (solid #t))
2996 (tile(id 678)(images
2997 (region "worldmap/forest/ghostforest.png" 128 416 32 32))
2998 (solid #t))
2999 (tile(id 679)(images
3000 (region "worldmap/forest/ghostforest.png" 160 416 32 32))
3001 (solid #t))
3002 (tile(id 680)(images
3003 (region "worldmap/forest/ghostforest.png" 192 416 32 32))
3004 (solid #t))
3005 (tile(id 681)(images
3006 (region "worldmap/forest/ghostforest.png" 224 416 32 32))
3007 (solid #t))
3008 (tile(id 682)(images
3009 (region "worldmap/forest/ghostforest.png" 256 416 32 32))
3010 (solid #t))
3011 (tile(id 683)(images
3012 (region "worldmap/forest/stream.png" 0 0 32 32))
3013 (solid #t))
3014 (tile(id 684)(images
3015 (region "worldmap/forest/stream.png" 32 0 32 32))
3016 (solid #t))
3017 (tile(id 685)(images
3018 (region "worldmap/forest/stream.png" 64 0 32 32))
3019 (solid #t))
3020 (tile(id 686)(images
3021 (region "worldmap/forest/stream.png" 96 0 32 32))
3022 (solid #t))
3023 (tile(id 687)(images
3024 (region "worldmap/forest/stream.png" 128 0 32 32))
3025 (solid #t))
3026
3027 (tile(id 688)(images
3028 (region "worldmap/forest/stream.png" 0 32 32 32))
3029 (solid #t))
3030 (tile(id 689)(images
3031 (region "worldmap/forest/stream.png" 32 32 32 32))
3032 (solid #t))
3033 (tile(id 690)(images
3034 (region "worldmap/forest/stream.png" 64 32 32 32))
3035 (solid #t))
3036 (tile(id 691)(images
3037 (region "worldmap/forest/stream.png" 96 32 32 32))
3038 (solid #t))
3039 (tile(id 692)(images
3040 (region "worldmap/forest/stream.png" 128 32 32 32))
3041 (solid #t))
3042
3043 (tile(id 693)(images
3044 (region "worldmap/forest/stream.png" 0 64 32 32))
3045 (solid #t))
3046 (tile(id 694)(images
3047 (region "worldmap/forest/stream.png" 32 64 32 32))
3048 (solid #t))
3049 (tile(id 695)(images
3050 (region "worldmap/forest/stream.png" 64 64 32 32))
3051 (solid #t))
3052 (tile(id 696)(images
3053 (region "worldmap/forest/stream.png" 96 64 32 32))
3054 (solid #t))
3055 (tile(id 697)(images
3056 (region "worldmap/forest/stream.png" 128 64 32 32))
3057 (solid #t))
3058
3059 (tile(id 698)(images
3060 (region "worldmap/forest/stream.png" 0 96 32 32))
3061 (solid #t))
3062 (tile(id 699)(images
3063 (region "worldmap/forest/stream.png" 32 96 32 32))
3064 (solid #t))
3065
3066
3067 (tile(id 700)(images
3068 (region "worldmap/forest/stream.png" 64 96 32 32))
3069 (north #f)
3070 (south #f)
3071 (east  #t)
3072 (west  #t)
3073 (stop  #f))
3074
3075
3076 (tile(id 701)(images
3077 (region "worldmap/forest/stream.png" 96 96 32 32))
3078 (north #f)
3079 (south #f)
3080 (east  #t)
3081 (west  #t)
3082 (stop  #f))
3083 (tile(id 702)(images
3084 (region "worldmap/forest/stream.png" 128 96 32 32))
3085 (solid #t))
3086
3087 (tile(id 703)(images
3088 (region "worldmap/forest/stream.png" 0 128 32 32))
3089 (solid #t))
3090 (tile(id 704)(images
3091 (region "worldmap/forest/stream.png" 32 128 32 32))
3092 (solid #t))
3093 (tile(id 705)(images
3094 (region "worldmap/forest/stream.png" 64 128 32 32))
3095 (solid #t))
3096 (tile(id 706)(images
3097 (region "worldmap/forest/stream.png" 96 128 32 32))
3098 (solid #t))
3099 (tile(id 707)(images
3100 (region "worldmap/forest/stream.png" 128 128 32 32))
3101 (solid #t))
3102
3103 (tile
3104     (id 708)
3105     (images
3106       (region "worldmap/forest/ghostwood.png" 0 0 32 32)
3107     )  (north #f)
3108        (south #t)
3109        (east  #t)
3110        (west  #f)
3111        (stop  #f))
3112 (tile
3113     (id 709)
3114     (images
3115       (region "worldmap/forest/ghostwood.png" 32 0 32 32)
3116     )  (north #t)
3117        (south #t)
3118        (east  #t)
3119        (west  #f)
3120        (stop  #t))
3121 (tile
3122     (id 710)
3123     (images
3124       (region "worldmap/forest/ghostwood.png" 64 0 32 32)
3125     )  (north #f)
3126        (south #t)
3127        (east  #t)
3128        (west  #f)
3129        (stop  #f))
3130 (tile
3131     (id 711)
3132     (images
3133       (region "worldmap/forest/ghostwood.png" 96 0 32 32)
3134     )  (north #f)
3135        (south #t)
3136        (east  #f)
3137        (west  #t)
3138        (stop  #f))
3139 (tile
3140     (id 712)
3141     (images
3142       (region "worldmap/forest/ghostwood.png" 128 0 32 32)
3143     )  (north #f)
3144        (south #f)
3145        (east  #t)
3146        (west  #t)
3147        (stop  #f))
3148 (tile
3149     (id 713)
3150     (images
3151       (region "worldmap/forest/ghostwood.png" 0 32 32 32)
3152     )  (north #f)
3153        (south #t)
3154        (east  #t)
3155        (west  #t)
3156        (stop  #t))
3157 (tile
3158     (id 714)
3159     (images
3160       (region "worldmap/forest/ghostwood.png" 32 32 32 32)
3161     )  (north #t)
3162        (south #t)
3163        (east  #f)
3164        (west  #t)
3165        (stop  #t))
3166 (tile
3167     (id 715)
3168     (images
3169       (region "worldmap/forest/ghostwood.png" 64 32 32 32)
3170     )  (north #t)
3171        (south #t)
3172        (east  #f)
3173        (west  #f)
3174        (stop  #f))
3175 (tile
3176     (id 716)
3177     (images
3178       (region "worldmap/forest/ghostwood.png" 96 32 32 32)
3179     )  (north #t)
3180        (south #t)
3181        (east  #t)
3182        (west  #f)
3183        (stop  #t))
3184 (tile
3185     (id 717)
3186     (images
3187       (region "worldmap/forest/ghostwood.png" 128 32 32 32)
3188     )  (north #t)
3189        (south #f)
3190        (east  #t)
3191        (west  #f)
3192        (stop  #f))
3193 (tile
3194     (id 718)
3195     (images
3196       (region "worldmap/forest/ghostwood.png" 0 64 32 32)
3197      ) (north #t)
3198        (south #f)
3199        (east  #t)
3200        (west  #t)
3201        (stop  #t)
3202 )
3203 (tile
3204  (id 719)
3205  (images
3206   (region "worldmap/forest/ghostwood.png" 32 64 32 32)
3207  )
3208  (north #t)
3209  (south #f)
3210  (east  #f)
3211  (west  #t)
3212  (stop  #f)
3213 )
3214 (tile
3215     (id 720)
3216     (images
3217       (region "worldmap/forest/ghostwood.png" 64 64 32 32)
3218     )
3219     (solid #t))
3220 (tile
3221     (id 721)
3222     (images
3223       (region "worldmap/forest/ghostwood.png" 96 64 32 32)
3224     )
3225     (solid #t))
3226 (tile
3227     (id 722)
3228     (images
3229       (region "worldmap/forest/ghostwood.png" 128 64 32 32)
3230     )
3231     (solid #t))
3232 (tile
3233     (id 723)
3234     (images
3235       (region "worldmap/forest/ghostwood.png" 0 64 32 32)
3236     )
3237     (solid #t))
3238 (tile
3239     (id 724)
3240     (images
3241       (region "worldmap/forest/ghostwood.png" 32 96 32 32)
3242     )
3243     (solid #t))
3244 (tile
3245     (id 725)
3246     (images
3247       (region "worldmap/forest/ghostwood.png" 64 96 32 32)
3248     )
3249     (solid #t))
3250 (tile
3251     (id 726)
3252     (images
3253       (region "worldmap/forest/ghostwood.png" 96 96 32 32)
3254     )
3255     (solid #t))
3256 (tile
3257     (id 727)
3258     (images
3259       (region "worldmap/forest/ghostwood.png" 128 96 32 32)
3260     )
3261     (solid #t))
3262
3263 (tile
3264     (id 728)
3265     (images
3266       (region "worldmap/forest/ghostwood.png" 32 128 32 32)
3267     )
3268     (solid #t))
3269 (tile
3270     (id 730)
3271     (images
3272       (region "worldmap/forest/ghostwood.png" 64 128 32 32)
3273     )
3274     (solid #t))
3275 (tile
3276     (id 731)
3277     (images
3278       (region "worldmap/forest/ghostwood.png" 96 128 32 32)
3279     )
3280     (solid #t))
3281 (tile
3282     (id 732)
3283     (images
3284       (region "worldmap/forest/ghostwood.png" 128 128 32 32)
3285     )
3286     (solid #t))
3287 (tile(id 733)(images
3288 (region "worldmap/forest/icestream.png" 0 0 32 32))
3289 (solid #t))
3290 (tile(id 734)(images
3291 (region "worldmap/forest/icestream.png" 32 0 32 32))
3292 (solid #t))
3293 (tile(id 735)(images
3294 (region "worldmap/forest/icestream.png" 64 0 32 32))
3295 (solid #t))
3296 (tile(id 736)(images
3297 (region "worldmap/forest/icestream.png" 96 0 32 32))
3298 (solid #t))
3299 (tile(id 737)(images
3300 (region "worldmap/forest/icestream.png" 128 0 32 32))
3301 (solid #t))
3302 (tile(id 738)(images
3303 (region "worldmap/forest/icestream.png" 0 32 32 32))
3304 (solid #t))
3305 (tile(id 739)(images
3306 (region "worldmap/forest/icestream.png" 32 32 32 32))
3307 (solid #t))
3308 (tile(id 740)(images
3309 (region "worldmap/forest/icestream.png" 64 32 32 32))
3310 (solid #t))
3311 (tile(id 741)(images
3312 (region "worldmap/forest/icestream.png" 96 32 32 32))
3313 (solid #t))
3314 (tile(id 742)(images
3315 (region "worldmap/forest/icestream.png" 128 32 32 32))
3316 (solid #t))
3317 (tile(id 743)(images
3318 (region "worldmap/forest/icestream.png" 0 64 32 32))
3319 (solid #t))
3320 (tile(id 744)(images
3321 (region "worldmap/forest/icestream.png" 32 64 32 32))
3322 (solid #t))
3323 (tile(id 745)(images
3324 (region "worldmap/forest/icestream.png" 64 64 32 32))
3325 (solid #t))
3326 (tile(id 746)(images
3327 (region "worldmap/forest/icestream.png" 96 64 32 32))
3328 (solid #t))
3329 (tile(id 747)(images
3330 (region "worldmap/forest/icestream.png" 128 64 32 32))
3331 (solid #t))
3332 (tile(id 748)(images
3333 (region "worldmap/forest/icestream.png" 0 96 32 32))
3334 (solid #t))
3335 (tile(id 749)(images
3336 (region "worldmap/forest/icestream.png" 32 96 32 32))
3337 (solid #t))
3338 (tile(id 750)(images
3339 (region "worldmap/forest/icestream.png" 64 96 32 32))
3340 (north #f)
3341 (south #f)
3342 (east  #t)
3343 (west  #t)
3344 (stop  #f))
3345 (tile(id 751)(images
3346 (region "worldmap/forest/icestream.png" 96 96 32 32))
3347 (north #f)
3348 (south #f)
3349 (east  #t)
3350 (west  #t)
3351 (stop  #f))
3352 (tile(id 752)(images
3353 (region "worldmap/forest/icestream.png" 128 96 32 32))
3354 (solid #t))
3355 (tile(id 753)(images
3356 (region "worldmap/forest/icestream.png" 0 128 32 32))
3357 (solid #t))
3358 (tile(id 754)(images
3359 (region "worldmap/forest/icestream.png" 32 128 32 32))
3360 (solid #t))
3361 (tile(id 755)(images
3362 (region "worldmap/forest/icestream.png" 64 128 32 32))
3363 (solid #t))
3364 (tile(id 756)(images
3365 (region "worldmap/forest/icestream.png" 96 128 32 32))
3366 (solid #t))
3367 (tile(id 757)(images
3368 (region "worldmap/forest/icestream.png" 128 128 32 32))
3369 (solid #t))
3370 (tile
3371     (id 759)
3372     (images
3373       (region "worldmap/forest/icewood.png" 0 0 32 32)
3374     )  (north #f)
3375        (south #t)
3376        (east  #t)
3377        (west  #f)
3378        (stop  #f))
3379 (tile
3380     (id 760)
3381     (images
3382       (region "worldmap/forest/icewood.png" 32 0 32 32)
3383     )  (north #t)
3384        (south #t)
3385        (east  #t)
3386        (west  #f)
3387        (stop  #t))
3388 (tile
3389     (id 761)
3390     (images
3391       (region "worldmap/forest/icewood.png" 0 0 32 32)
3392     )  (north #f)
3393        (south #t)
3394        (east  #t)
3395        (west  #f)
3396        (stop  #f))
3397 (tile
3398     (id 762)
3399     (images
3400       (region "worldmap/forest/icewood.png" 32 0 32 32)
3401     )  (north #t)
3402        (south #t)
3403        (east  #t)
3404        (west  #f)
3405        (stop  #t))
3406 (tile
3407     (id 763)
3408     (images
3409       (region "worldmap/forest/icewood.png" 64 0 32 32)
3410     )  (north #t)
3411        (south #f)
3412        (east  #t)
3413        (west  #f)
3414        (stop  #f))
3415 (tile
3416     (id 764)
3417     (images
3418       (region "worldmap/forest/icewood.png" 96 0 32 32)
3419     )  (north #f)
3420        (south #t)
3421        (east  #f)
3422        (west  #t)
3423        (stop  #f))
3424 (tile
3425     (id 765)
3426     (images
3427       (region "worldmap/forest/icewood.png" 128 0 32 32)
3428     )  (north #f)
3429        (south #f)
3430        (east  #t)
3431        (west  #t)
3432        (stop  #f))
3433 (tile
3434     (id 766)
3435     (images
3436       (region "worldmap/forest/icewood.png" 0 32 32 32)
3437     )  (north #f)
3438     (id 404)
3439     (images
3440       (region "worldmap/forest/icewood.png" 64 0 32 32)
3441     )  (north #t)
3442        (south #f)
3443        (east  #t)
3444        (west  #f)
3445        (stop  #f))
3446 (tile
3447     (id 767)
3448     (images
3449       (region "worldmap/forest/icewood.png" 96 0 32 32)
3450     )  (north #f)
3451        (south #t)
3452        (east  #f)
3453        (west  #t)
3454        (stop  #f))
3455 (tile
3456     (id 768)
3457     (images
3458       (region "worldmap/forest/icewood.png" 128 0 32 32)
3459     )  (north #f)
3460        (south #f)
3461        (east  #t)
3462        (west  #t)
3463        (stop  #f))
3464 (tile
3465     (id 769)
3466     (images
3467       (region "worldmap/forest/icewood.png" 0 32 32 32)
3468     )  (north #f)
3469        (south #t)
3470        (east  #t)
3471        (west  #t)
3472        (stop  #t))
3473 (tile
3474     (id 770)
3475     (images
3476       (region "worldmap/forest/icewood.png" 32 32 32 32)
3477     )  (north #t)
3478        (south #t)
3479        (east  #f)
3480        (west  #t)
3481        (stop  #t))
3482 (tile
3483     (id 771)
3484     (images
3485       (region "worldmap/forest/icewood.png" 64 32 32 32)
3486     )  (north #t)
3487        (south #t)
3488        (east  #f)
3489        (west  #f)
3490        (stop  #f))
3491 (tile
3492     (id 772)
3493     (images
3494       (region "worldmap/forest/icewood.png" 96 32 32 32)
3495     )  (north #t)
3496        (south #t)
3497        (east  #t)
3498        (west  #f)
3499        (stop  #t))
3500 (tile
3501     (id 773)
3502     (images
3503       (region "worldmap/forest/icewood.png" 128 32 32 32)
3504     )  (north #t)
3505        (south #f)
3506        (east  #t)
3507        (west  #f)
3508        (stop  #f))
3509 (tile
3510     (id 774)
3511     (images
3512       (region "worldmap/forest/icewood.png" 0 64 32 32)
3513      ) (north #t)
3514        (south #f)
3515        (east  #t)
3516        (west  #t)
3517        (stop  #t)
3518 )
3519 (tile
3520     (id 775)
3521     (images
3522       (region "worldmap/forest/icewood.png" 32 64 32 32)
3523      ) (north #t)
3524        (south #f)
3525        (east  #f)
3526        (west  #t)
3527        (stop  #f)
3528 )
3529 (tile
3530     (id 776)
3531     (images
3532       (region "worldmap/forest/icewood.png" 64 64 32 32)
3533     )
3534     (solid #t))
3535 (tile
3536     (id 777)
3537     (images
3538       (region "worldmap/forest/icewood.png" 96 64 32 32)
3539     )
3540     (solid #t))
3541 (tile
3542     (id 778)
3543     (images
3544       (region "worldmap/forest/icewood.png" 128 64 32 32)
3545     )
3546     (solid #t))
3547 (tile
3548     (id 779)
3549     (images
3550       (region "worldmap/forest/icewood.png" 0 96 32 32)
3551     )
3552     (solid #t))
3553 (tile
3554     (id 780)
3555     (images
3556       (region "worldmap/forest/icewood.png" 32 96 32 32)
3557     )
3558     (solid #t))
3559 (tile
3560     (id 781)
3561     (images
3562       (region "worldmap/forest/icewood.png" 64 96 32 32)
3563     )
3564     (solid #t))
3565 (tile
3566     (id 782)
3567     (images
3568       (region "worldmap/forest/icewood.png" 96 96 32 32)
3569     )
3570     (solid #t))
3571 (tile
3572     (id 783)
3573     (images
3574       (region "worldmap/forest/icewood.png" 128 96 32 32)
3575     )
3576     (solid #t))
3577 (tile
3578     (id 784)
3579     (images
3580       (region "worldmap/forest/icewood.png" 0 128 32 32)
3581     )
3582     (solid #t))
3583 (tile
3584     (id 785)
3585     (images
3586       (region "worldmap/forest/icewood.png" 32 128 32 32)
3587     )
3588     (solid #t))
3589 (tile
3590     (id 786)
3591     (images
3592       (region "worldmap/forest/icewood.png" 64 128 32 32)
3593     )
3594     (solid #t))
3595 (tile
3596     (id 787)
3597     (images
3598       (region "worldmap/forest/icewood.png" 96 128 32 32)
3599     )
3600     (solid #t))
3601
3602 (tile(id 789)(images
3603 (region "worldmap/forest/forest.png" 0 0 32 32))
3604 (solid #t))
3605 (tile(id 790)(images
3606 (region "worldmap/forest/forest.png" 32 0 32 32))
3607 (solid #t))
3608 (tile(id 791)(images
3609 (region "worldmap/forest/forest.png" 64 0 32 32))
3610 (solid #t))
3611 (tile(id 792)(images
3612 (region "worldmap/forest/forest.png" 96 0 32 32))
3613 (solid #t))
3614 (tile(id 793)(images
3615 (region "worldmap/forest/forest.png" 128 0 32 32))
3616 (solid #t))
3617 (tile(id 794)(images
3618 (region "worldmap/forest/forest.png" 160 0 32 32))
3619 (solid #t))
3620 (tile(id 795)(images
3621 (region "worldmap/forest/forest.png" 192 0 32 32))
3622 (solid #t))
3623 (tile(id 796)(images
3624 (region "worldmap/forest/forest.png" 224 0 32 32))
3625 (solid #t))
3626 (tile(id 797)(images
3627 (region "worldmap/forest/forest.png" 256 0 32 32))
3628 (solid #t))
3629 (tile(id 798)(images
3630 (region "worldmap/forest/forest.png" 0 32 32 32))
3631 (solid #t))
3632 (tile(id 799)(images
3633 (region "worldmap/forest/forest.png" 32 32 32 32))
3634 (solid #t))
3635 (tile(id 800)(images
3636 (region "worldmap/forest/forest.png" 64 32 32 32))
3637 (solid #t))
3638 (tile(id 801)(images
3639 (region "worldmap/forest/forest.png" 96 32 32 32))
3640 (solid #t))
3641 (tile(id 802)(images
3642 (region "worldmap/forest/forest.png" 128 32 32 32))
3643 (solid #t))
3644 (tile(id 803)(images
3645 (region "worldmap/forest/forest.png" 160 32 32 32))
3646 (solid #t))
3647 (tile(id 804)(images
3648 (region "worldmap/forest/forest.png" 192 32 32 32))
3649 (solid #t))
3650 (tile(id 805)(images
3651 (region "worldmap/forest/forest.png" 224 32 32 32))
3652 (solid #t))
3653 (tile(id 806)(images
3654 (region "worldmap/forest/forest.png" 256 32 32 32))
3655 (solid #t))
3656 (tile(id 807)(images
3657 (region "worldmap/forest/forest.png" 0 64 32 32))
3658 (solid #t))
3659 (tile(id 808)(images
3660 (region "worldmap/forest/forest.png" 32 64 32 32))
3661 (solid #t))
3662 (tile(id 809)(images
3663 (region "worldmap/forest/forest.png" 64 64 32 32))
3664 (solid #t))
3665 (tile(id 810)(images
3666 (region "worldmap/forest/forest.png" 96 64 32 32))
3667 (solid #t))
3668 (tile(id 811)(images
3669 (region "worldmap/forest/forest.png" 128 64 32 32))
3670 (solid #t))
3671 (tile(id 812)(images
3672 (region "worldmap/forest/forest.png" 160 64 32 32))
3673 (solid #t))
3674 (tile(id 813)(images
3675 (region "worldmap/forest/forest.png" 192 64 32 32))
3676 (solid #t))
3677 (tile(id 814)(images
3678 (region "worldmap/forest/forest.png" 224 64 32 32))
3679 (solid #t))
3680 (tile(id 815)(images
3681 (region "worldmap/forest/forest.png" 256 64 32 32))
3682 (solid #t))
3683 (tile(id 816)(images
3684 (region "worldmap/forest/forest.png" 0 96 32 32))
3685 (solid #t))
3686 (tile(id 817)(images
3687 (region "worldmap/forest/forest.png" 32 96 32 32))
3688 (solid #t))
3689 (tile(id 818)(images
3690 (region "worldmap/forest/forest.png" 64 96 32 32))
3691 (solid #t))
3692 (tile(id 819)(images
3693 (region "worldmap/forest/forest.png" 96 96 32 32))
3694 (solid #t))
3695 (tile(id 820)(images
3696 (region "worldmap/forest/forest.png" 128 96 32 32))
3697 (solid #t))
3698 (tile(id 821)(images
3699 (region "worldmap/forest/forest.png" 160 96 32 32))
3700 (solid #t))
3701 (tile(id 822)(images
3702 (region "worldmap/forest/forest.png" 192 96 32 32))
3703 (solid #t))
3704 (tile(id 823)(images
3705 (region "worldmap/forest/forest.png" 224 96 32 32))
3706 (solid #t))
3707 (tile(id 824)(images
3708 (region "worldmap/forest/forest.png" 256 96 32 32))
3709 (solid #t))
3710 (tile(id 825)(images
3711 (region "worldmap/forest/forest.png" 0 128 32 32))
3712 (solid #t))
3713 (tile(id 826)(images
3714 (region "worldmap/forest/forest.png" 32 128 32 32))
3715 (solid #t))
3716 (tile(id 827)(images
3717 (region "worldmap/forest/forest.png" 64 128 32 32))
3718 (solid #t))
3719 (tile(id 828)(images
3720 (region "worldmap/forest/forest.png" 96 128 32 32))
3721 (solid #t))
3722 (tile(id 829)(images
3723 (region "worldmap/forest/forest.png" 128 128 32 32))
3724 (solid #t))
3725 (tile(id 830)(images
3726 (region "worldmap/forest/forest.png" 160 128 32 32))
3727 (solid #t))
3728 (tile(id 831)(images
3729 (region "worldmap/forest/forest.png" 192 128 32 32))
3730 (solid #t))
3731 (tile(id 832)(images
3732 (region "worldmap/forest/forest.png" 224 128 32 32))
3733 (solid #t))
3734 (tile(id 933)(images
3735 (region "worldmap/forest/forest.png" 256 128 32 32))
3736 (solid #t))
3737 (tile(id 834)(images
3738 (region "worldmap/forest/forest.png" 0 160 32 32))
3739 (solid #t))
3740 (tile(id 835)(images
3741 (region "worldmap/forest/forest.png" 32 160 32 32))
3742 (solid #t))
3743 (tile(id 836)(images
3744 (region "worldmap/forest/forest.png" 64 160 32 32))
3745 (solid #t))
3746 (tile(id 837)(images
3747 (region "worldmap/forest/forest.png" 96 160 32 32))
3748 (solid #t))
3749 (tile(id 838)(images
3750 (region "worldmap/forest/forest.png" 128 160 32 32))
3751 (solid #t))
3752 (tile(id 839)(images
3753 (region "worldmap/forest/forest.png" 160 160 32 32))
3754 (solid #t))
3755 (tile(id 840)(images
3756 (region "worldmap/forest/forest.png" 192 160 32 32))
3757 (solid #t))
3758 (tile(id 841)(images
3759 (region "worldmap/forest/forest.png" 224 160 32 32))
3760 (solid #t))
3761 (tile(id 842)(images
3762 (region "worldmap/forest/forest.png" 256 160 32 32))
3763 (solid #t))
3764 (tile(id 843)(images
3765 (region "worldmap/forest/forest.png" 0 192 32 32))
3766 (solid #t))
3767 (tile(id 844)(images
3768 (region "worldmap/forest/forest.png" 32 192 32 32))
3769 (solid #t))
3770 (tile(id 845)(images
3771 (region "worldmap/forest/forest.png" 64 192 32 32))
3772 (solid #t))
3773 (tile(id 846)(images
3774 (region "worldmap/forest/forest.png" 96 192 32 32))
3775 (solid #t))
3776 (tile(id 847)(images
3777 (region "worldmap/forest/forest.png" 128 192 32 32))
3778 (solid #t))
3779 (tile(id 848)(images
3780 (region "worldmap/forest/forest.png" 160 192 32 32))
3781 (solid #t))
3782 (tile(id 849)(images
3783 (region "worldmap/forest/forest.png" 192 192 32 32))
3784 (solid #t))
3785 (tile(id 850)(images
3786 (region "worldmap/forest/forest.png" 224 192 32 32))
3787 (solid #t))
3788 (tile(id 851)(images
3789 (region "worldmap/forest/forest.png" 256 192 32 32))
3790 (solid #t))
3791 (tile(id 852)(images
3792 (region "worldmap/forest/forest.png" 0 224 32 32))
3793 (solid #t))
3794 (tile(id 853)(images
3795 (region "worldmap/forest/forest.png" 32 224 32 32))
3796 (solid #t))
3797 (tile(id 854)(images
3798 (region "worldmap/forest/forest.png" 64 224 32 32))
3799 (solid #t))
3800 (tile(id 855)(images
3801 (region "worldmap/forest/forest.png" 96 224 32 32))
3802 (solid #t))
3803 (tile(id 856)(images
3804 (region "worldmap/forest/forest.png" 128 224 32 32))
3805 (solid #t))
3806 (tile(id 857)(images
3807 (region "worldmap/forest/forest.png" 160 224 32 32))
3808 (solid #t))
3809 (tile(id 858)(images
3810 (region "worldmap/forest/forest.png" 192 224 32 32))
3811 (solid #t))
3812 (tile(id 859)(images
3813 (region "worldmap/forest/forest.png" 224 224 32 32))
3814 (solid #t))
3815 (tile(id 860)(images
3816 (region "worldmap/forest/forest.png" 256 224 32 32))
3817 (solid #t))
3818 (tile(id 861)(images
3819 (region "worldmap/forest/forest.png" 0 256 32 32))
3820 (solid #t))
3821 (tile(id 862)(images
3822 (region "worldmap/forest/forest.png" 32 256 32 32))
3823 (solid #t))
3824 (tile(id 863)(images
3825 (region "worldmap/forest/forest.png" 64 256 32 32))
3826 (solid #t))
3827 (tile(id 864)(images
3828 (region "worldmap/forest/forest.png" 96 256 32 32))
3829 (solid #t))
3830 (tile(id 865)(images
3831 (region "worldmap/forest/forest.png" 128 256 32 32))
3832 (solid #t))
3833 (tile(id 866)(images
3834 (region "worldmap/forest/forest.png" 160 256 32 32))
3835 (solid #t))
3836 (tile(id 867)(images
3837 (region "worldmap/forest/forest.png" 192 256 32 32))
3838 (solid #t))
3839 (tile(id 868)(images
3840 (region "worldmap/forest/forest.png" 224 256 32 32))
3841 (solid #t))
3842 (tile(id 869)(images
3843 (region "worldmap/forest/forest.png" 256 256 32 32))
3844 (solid #t))
3845 (tile(id 870)(images
3846 (region "worldmap/forest/forest.png" 0 288 32 32))
3847 (solid #t))
3848 (tile(id 871)(images
3849 (region "worldmap/forest/forest.png" 32 288 32 32))
3850 (solid #t))
3851 (tile(id 872)(images
3852 (region "worldmap/forest/forest.png" 64 288 32 32))
3853 (solid #t))
3854 (tile(id 873)(images
3855 (region "worldmap/forest/forest.png" 96 288 32 32))
3856 (solid #t))
3857 (tile(id 874)(images
3858 (region "worldmap/forest/forest.png" 128 288 32 32))
3859 (solid #t))
3860 (tile(id 875)(images
3861 (region "worldmap/forest/forest.png" 160 288 32 32))
3862 (solid #t))
3863 (tile(id 876)(images
3864 (region "worldmap/forest/forest.png" 192 288 32 32))
3865 (solid #t))
3866 (tile(id 877)(images
3867 (region "worldmap/forest/forest.png" 224 288 32 32))
3868 (solid #t))
3869 (tile(id 878)(images
3870 (region "worldmap/forest/forest.png" 256 288 32 32))
3871 (solid #t))
3872 (tile(id 879)(images
3873 (region "worldmap/forest/forest.png" 0 320 32 32))
3874 (solid #t))
3875 (tile(id 880)(images
3876 (region "worldmap/forest/forest.png" 32 320 32 32))
3877 (solid #t))
3878 (tile(id 881)(images
3879 (region "worldmap/forest/forest.png" 64 320 32 32))
3880 (solid #t))
3881 (tile(id 882)(images
3882 (region "worldmap/forest/forest.png" 96 320 32 32))
3883 (solid #t))
3884 (tile(id 883)(images
3885 (region "worldmap/forest/forest.png" 128 320 32 32))
3886 (solid #t))
3887 (tile(id 884)(images
3888 (region "worldmap/forest/forest.png" 160 320 32 32))
3889 (solid #t))
3890 (tile(id 885)(images
3891 (region "worldmap/forest/forest.png" 192 320 32 32))
3892 (solid #t))
3893 (tile(id 886)(images
3894 (region "worldmap/forest/forest.png" 224 320 32 32))
3895 (solid #t))
3896 (tile(id 887)(images
3897 (region "worldmap/forest/forest.png" 256 320 32 32))
3898 (solid #t))
3899 (tile(id 888)(images
3900 (region "worldmap/forest/forest.png" 0 352 32 32))
3901 (solid #t))
3902 (tile(id 889)(images
3903 (region "worldmap/forest/forest.png" 32 352 32 32))
3904 (solid #t))
3905 (tile(id 890)(images
3906 (region "worldmap/forest/forest.png" 64 352 32 32))
3907 (solid #t))
3908 (tile(id 891)(images
3909 (region "worldmap/forest/forest.png" 96 352 32 32))
3910 (solid #t))
3911 (tile(id 892)(images
3912 (region "worldmap/forest/forest.png" 128 352 32 32))
3913 (solid #t))
3914 (tile(id 893)(images
3915 (region "worldmap/forest/forest.png" 160 352 32 32))
3916 (solid #t))
3917 (tile(id 894)(images
3918 (region "worldmap/forest/forest.png" 192 352 32 32))
3919 (solid #t))
3920 (tile(id 895)(images
3921 (region "worldmap/forest/forest.png" 224 352 32 32))
3922 (solid #t))
3923 (tile(id 896)(images
3924 (region "worldmap/forest/forest.png" 256 352 32 32))
3925 (solid #t))
3926 (tile(id 897)(images
3927 (region "worldmap/forest/forest.png" 0 384 32 32))
3928 (solid #t))
3929 (tile(id 898)(images
3930 (region "worldmap/forest/forest.png" 32 384 32 32))
3931 (solid #t))
3932 (tile(id 899)(images
3933 (region "worldmap/forest/forest.png" 64 384 32 32))
3934 (solid #t))
3935 (tile(id 900)(images
3936 (region "worldmap/forest/forest.png" 96 384 32 32))
3937 (solid #t))
3938 (tile(id 901)(images
3939 (region "worldmap/forest/forest.png" 128 384 32 32))
3940 (solid #t))
3941 (tile(id 902)(images
3942 (region "worldmap/forest/forest.png" 160 384 32 32))
3943 (solid #t))
3944 (tile(id 903)(images
3945 (region "worldmap/forest/forest.png" 192 384 32 32))
3946 (solid #t))
3947 (tile(id 904)(images
3948 (region "worldmap/forest/forest.png" 224 384 32 32))
3949 (solid #t))
3950 (tile(id 905)(images
3951 (region "worldmap/forest/forest.png" 256 384 32 32))
3952 (solid #t))
3953 (tile(id 906)(images
3954 (region "worldmap/forest/forest.png" 0 416 32 32))
3955 (solid #t))
3956 (tile(id 907)(images
3957 (region "worldmap/forest/forest.png" 32 416 32 32))
3958 (solid #t))
3959 (tile(id 908)(images
3960 (region "worldmap/forest/forest.png" 96 416 32 32))
3961 (solid #t))
3962 (tile(id 909)(images
3963 (region "worldmap/forest/forest.png" 128 416 32 32))
3964 (solid #t))
3965 (tile(id 910)(images
3966 (region "worldmap/forest/forest.png" 160 416 32 32))
3967 (solid #t))
3968 (tile(id 911)(images
3969 (region "worldmap/forest/forest.png" 192 416 32 32))
3970 (solid #t))
3971 (tile(id 912)(images
3972 (region "worldmap/forest/forest.png" 224 416 32 32))
3973 (solid #t))
3974 (tile(id 913)(images
3975 (region "worldmap/forest/forest.png" 256 416 32 32))
3976 (solid #t))
3977  (tile (id 914) 
3978        (images 
3979        (region "worldmap/antarctica/pier.png" 0 0 32 32))
3980        (stop  #f)
3981        (north #f)
3982        (south #f)
3983        (west  #t)
3984        (east  #t))
3985  (tile (id 915) 
3986        (images 
3987        (region "worldmap/antarctica/pier.png" 32 0 32 32))
3988        (stop  #f)
3989        (north #f)
3990        (south #f)
3991        (west  #t)
3992        (east  #t))
3993  (tile (id 916) 
3994        (images 
3995        (region "worldmap/antarctica/pier.png" 64 0 32 32))
3996        (stop  #f)
3997        (north #f)
3998        (south #f)
3999        (west  #t)
4000        (east  #t))
4001 )
4002