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