removed a few more duplicate tiles, more forest map work
[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
342     (id 167)
343     (images
344       (region "worldmap/forest/castlemap.png" 0 0 32 32)
345     )
346     (solid #t))
347 (tile
348     (id 168)
349     (images
350       (region "worldmap/forest/castlemap.png" 32 0 32 32)
351     )
352     (solid #t))
353 (tile
354     (id 169)
355     (images
356       (region "worldmap/forest/castlemap.png" 64 0 32 32)
357     )
358     (solid #t))
359 (tile
360     (id 170)
361     (images
362       (region "worldmap/forest/castlemap.png" 96 0 32 32)
363     )
364     (solid #t))
365 (tile
366     (id 171)
367     (images
368       (region "worldmap/forest/castlemap.png" 128 0 32 32)
369     )
370     (solid #t))
371 (tile
372     (id 172)
373     (images
374       (region "worldmap/forest/castlemap.png" 160 0 32 32)
375     )
376     (solid #t))
377 (tile
378     (id 173)
379     (images
380       (region "worldmap/forest/castlemap.png" 192 0 32 32)
381     )
382     (solid #t))
383 (tile
384     (id 174)
385     (images
386       (region "worldmap/forest/castlemap.png" 224 0 32 32)
387     )
388     (solid #t))
389 (tile
390     (id 175)
391     (images
392       (region "worldmap/forest/castlemap.png" 256 0 32 32)
393     )
394     (solid #t))
395 (tile
396     (id 176)
397     (images
398       (region "worldmap/forest/castlemap.png" 288 0 32 32)
399     )
400     (solid #t))
401 (tile
402     (id 177)
403     (images
404       (region "worldmap/forest/castlemap.png" 320 0 32 32)
405     )
406     (solid #t))
407 (tile
408     (id 178)
409     (images
410       (region "worldmap/forest/castlemap.png" 342 0 32 32)
411     )
412     (solid #t))
413 (tile
414     (id 179)
415     (images
416       (region "worldmap/forest/castlemap.png" 374 0 32 32)
417     )
418     (solid #t))
419 (tile
420     (id 180)
421     (images
422       (region "worldmap/forest/castlemap.png" 0 32 32 32)
423     )
424     (solid #t))
425 (tile
426     (id 181)
427     (images
428       (region "worldmap/forest/castlemap.png" 32 32 32 32)
429     )
430     (solid #t))
431 (tile
432     (id 182)
433     (images
434       (region "worldmap/forest/castlemap.png" 64 32 32 32)
435     )
436     (solid #t))
437 (tile
438     (id 183)
439     (images
440       (region "worldmap/forest/castlemap.png" 96 32 32 32)
441     )
442     (solid #t))
443 (tile
444     (id 184)
445     (images
446       (region "worldmap/forest/castlemap.png" 128 32 32 32)
447     )
448     (solid #t))
449 (tile
450     (id 185)
451     (images
452       (region "worldmap/forest/castlemap.png" 160 32 32 32)
453     )
454     (solid #t))
455 (tile
456     (id 186)
457     (images
458       (region "worldmap/forest/castlemap.png" 192 32 32 32)
459     )
460     (solid #t))
461 (tile
462     (id 187)
463     (images
464       (region "worldmap/forest/castlemap.png" 224 32 32 32)
465     )
466     (solid #t))
467 (tile
468     (id 188)
469     (images
470       (region "worldmap/forest/castlemap.png" 256 32 32 32)
471     )
472     (solid #t))
473 (tile
474     (id 189)
475     (images
476       (region "worldmap/forest/castlemap.png" 288 32 32 32)
477     )
478     (solid #t))
479 (tile
480     (id 190)
481     (images
482       (region "worldmap/forest/castlemap.png" 360 32 32 32)
483     )
484     (solid #t))
485 (tile
486     (id 191)
487     (images
488       (region "worldmap/forest/castlemap.png" 352 32 32 32)
489     )
490     (solid #t))
491 (tile
492     (id 192)
493     (images
494       (region "worldmap/forest/castlemap.png" 384 32 32 32)
495     )
496     (solid #t))
497 (tile
498     (id 193)
499     (images
500       (region "worldmap/forest/castlemap.png" 0 64 32 32)
501     )
502     (solid #t))
503 (tile
504     (id 194)
505     (images
506       (region "worldmap/forest/castlemap.png" 32 64 32 32)
507     )
508     (solid #t))
509 (tile
510     (id 195)
511     (images
512       (region "worldmap/forest/castlemap.png" 64 64 32 32)
513     )
514     (solid #t))
515 (tile
516     (id 196)
517     (images
518       (region "worldmap/forest/castlemap.png" 96 64 32 32)
519     )
520     (solid #t))
521 (tile
522     (id 197)
523     (images
524       (region "worldmap/forest/castlemap.png" 128 64 32 32)
525     )
526     (solid #t))
527 (tile
528     (id 198)
529     (images
530       (region "worldmap/forest/castlemap.png" 160 64 32 32)
531     )
532     (solid #t))
533 (tile
534     (id 199)
535     (images
536       (region "worldmap/forest/castlemap.png" 192 64 32 32)
537     )
538     (solid #t))
539 (tile
540     (id 200)
541     (images
542       (region "worldmap/forest/castlemap.png" 224 64 32 32)
543     )
544     (solid #t))
545 (tile
546     (id 201)
547     (images
548       (region "worldmap/forest/castlemap.png" 256 64 32 32)
549   )         
550      (stop #f)
551      (north #f)
552      (south #t)
553      (west  #t)
554      (east  #f))
555 (tile
556     (id 202)
557     (images
558       (region "worldmap/forest/castlemap.png" 288 64 32 32)
559     )
560     (solid #t))
561 (tile
562     (id 203)
563     (images
564       (region "worldmap/forest/castlemap.png" 320 64 32 32)
565     )
566     (solid #t))
567 (tile
568     (id 204)
569     (images
570       (region "worldmap/forest/castlemap.png" 352 64 32 32)
571     )
572     (solid #t))
573 (tile
574     (id 205)
575     (images
576       (region "worldmap/forest/castlemap.png" 384 64 32 32)
577     )
578     (solid #t))
579 (tile
580     (id 206)
581     (images
582       (region "worldmap/forest/castlemap.png" 0 96 32 32)
583     )
584     (solid #t))
585 (tile
586     (id 207)
587     (images
588       (region "worldmap/forest/castlemap.png" 32 96 32 32)
589     )
590     (solid #t))
591 (tile
592     (id 208)
593     (images
594       (region "worldmap/forest/castlemap.png" 64 96 32 32)
595     )
596     (solid #t))
597 (tile
598     (id 209)
599     (images
600       (region "worldmap/forest/castlemap.png" 96 96 32 32)
601     )
602     (solid #t))
603 (tile
604     (id 210)
605     (images
606       (region "worldmap/forest/castlemap.png" 128 96 32 32)
607     )
608     (solid #t))
609 (tile
610     (id 211)
611     (images
612       (region "worldmap/forest/castlemap.png" 160 96 32 32)
613     )
614     (solid #t))
615 (tile
616     (id 212)
617     (images
618       (region "worldmap/forest/castlemap.png" 192 96 32 32)
619     )
620     (solid #t))
621 (tile
622     (id 213)
623     (images
624       (region "worldmap/forest/castlemap.png" 224 96 32 32)
625     )
626     (solid #t))
627 (tile
628     (id 214)
629     (images
630       (region "worldmap/forest/castlemap.png" 256 96 32 32)
631    )         
632      (stop #t)
633      (north #f)
634      (south #t)
635      (west  #f)
636      (east  #f))
637 (tile
638     (id 215)
639     (images
640       (region "worldmap/forest/castlemap.png" 288 96 32 32)
641     )
642     (solid #t))
643 (tile
644     (id 216)
645     (images
646       (region "worldmap/forest/castlemap.png" 320 96 32 32)
647     )
648     (solid #t))
649 (tile
650     (id 217)
651     (images
652       (region "worldmap/forest/castlemap.png" 352 96 32 32)
653     )
654     (solid #t))
655 (tile
656     (id 218)
657     (images
658       (region "worldmap/forest/castlemap.png" 384 96 32 32)
659     )
660     (solid #t))
661 (tile
662     (id 219)
663     (images
664       (region "worldmap/forest/castlemap.png" 0 128 32 32)
665     )
666     (solid #t))
667 (tile
668     (id 220)
669     (images
670       (region "worldmap/forest/castlemap.png" 32 128 32 32)
671     )
672     (solid #t))
673 (tile
674     (id 221)
675     (images
676       (region "worldmap/forest/castlemap.png" 64 128 32 32)
677     )
678     (solid #t))
679 (tile
680     (id 222)
681     (images
682       (region "worldmap/forest/castlemap.png" 96 128 32 32)
683     )
684     (solid #t))
685 (tile
686     (id 223)
687     (images
688       (region "worldmap/forest/castlemap.png" 128 128 32 32)
689     )
690     (solid #t))
691 (tile
692     (id 224)
693     (images
694       (region "worldmap/forest/castlemap.png" 160 128 32 32)
695     )
696     (solid #t))
697 (tile
698     (id 225)
699     (images
700       (region "worldmap/forest/castlemap.png" 192 128 32 32)
701     )
702     (solid #t))
703 (tile
704     (id 226)
705     (images
706       (region "worldmap/forest/castlemap.png" 224 128 32 32)
707     )
708     (solid #t))
709 (tile
710     (id 227)
711     (images
712       (region "worldmap/forest/castlemap.png" 256 128 32 32)
713  )         
714      (stop #f)
715      (north #t)
716      (south #t)
717      (west  #f)
718      (east  #f))
719 (tile
720     (id 228)
721     (images
722       (region "worldmap/forest/castlemap.png" 288 128 32 32)
723     )
724     (solid #t))
725 (tile
726     (id 229)
727     (images
728       (region "worldmap/forest/castlemap.png" 320 128 32 32)
729     )
730     (solid #t))
731 (tile
732     (id 230)
733     (images
734       (region "worldmap/forest/castlemap.png" 352 128 32 32)
735     )
736     (solid #t))
737 (tile
738     (id 231)
739     (images
740       (region "worldmap/forest/castlemap.png" 384 128 32 32)
741     )
742     (solid #t))
743 (tile
744     (id 232)
745     (images
746       (region "worldmap/forest/castlemap.png" 0 160 32 32)
747     )
748     (solid #t))
749 (tile
750     (id 233)
751     (images
752       (region "worldmap/forest/castlemap.png" 32 160 32 32)
753     )
754     (solid #t))
755 (tile
756     (id 234)
757     (images
758       (region "worldmap/forest/castlemap.png" 64 160 32 32)
759     )
760     (solid #t))
761 (tile
762     (id 235)
763     (images
764       (region "worldmap/forest/castlemap.png" 96 160 32 32)
765     )
766     (solid #t))
767 (tile
768     (id 236)
769     (images
770       (region "worldmap/forest/castlemap.png" 128 160 32 32)
771      )
772     (solid #t))
773 (tile
774     (id 237)
775     (images
776       (region "worldmap/forest/castlemap.png" 160 160 32 32)
777     )
778     (solid #t))
779 (tile
780     (id 238)
781     (images
782       (region "worldmap/forest/castlemap.png" 192 160 32 32)
783     )
784     (solid #t))
785 (tile
786     (id 239)
787     (images
788       (region "worldmap/forest/castlemap.png" 224 160 32 32)
789     )
790     (solid #t))
791 (tile
792     (id 240)
793     (images
794       (region "worldmap/forest/castlemap.png" 256 160 32 32)
795  )         
796      (stop #f)
797      (north #t)
798      (south #t)
799      (west  #f)
800      (east  #f))
801 (tile
802     (id 241)
803     (images
804       (region "worldmap/forest/castlemap.png" 288 160 32 32)
805     )
806     (solid #t))
807 (tile
808     (id 242)
809     (images
810       (region "worldmap/forest/castlemap.png" 320 160 32 32)
811     )
812     (solid #t))
813 (tile
814     (id 243)
815     (images
816       (region "worldmap/forest/castlemap.png" 352 160 32 32)
817     )
818     (solid #t))
819 (tile
820     (id 244)
821     (images
822       (region "worldmap/forest/castlemap.png" 384 160 32 32)
823     )
824     (solid #t))
825 (tile
826     (id 245)
827     (images
828       (region "worldmap/forest/castlemap.png" 0 192 32 32)
829     )
830     (solid #t))
831 (tile
832     (id 246)
833     (images
834       (region "worldmap/forest/castlemap.png" 32 192 32 32)
835    )
836     (solid #t))
837 (tile
838     (id 247)
839     (images
840       (region "worldmap/forest/castlemap.png" 64 192 32 32)
841     )
842     (solid #t))
843 (tile
844     (id 248)
845     (images
846       (region "worldmap/forest/castlemap.png" 96 192 32 32)
847  )         
848      (stop #t)
849      (north #f)
850      (south #t)
851      (west  #f)
852      (east  #t))
853 (tile
854     (id 249)
855     (images
856       (region "worldmap/forest/castlemap.png" 128 192 32 32)
857  )         
858      (stop #f)
859      (north #f)
860      (south #f)
861      (west  #t)
862      (east  #t))
863 (tile
864     (id 250)
865     (images
866       (region "worldmap/forest/castlemap.png" 160 192 32 32)
867    )         
868      (stop #f)
869      (north #f)
870      (south #f)
871      (west  #t)
872      (east  #t))
873 (tile
874     (id 251)
875     (images
876       (region "worldmap/forest/castlemap.png" 192 192 32 32)
877     )         
878      (stop #f)
879      (north #f)
880      (south #t)
881      (west  #t)
882      (east  #f))
883 (tile
884     (id 252)
885     (images
886       (region "worldmap/forest/castlemap.png" 224 192 32 32)
887     )
888     (solid #t))
889 (tile
890     (id 253)
891     (images
892       (region "worldmap/forest/castlemap.png" 256 192 32 32)
893  )         
894      (stop #f)
895      (north #t)
896      (south #f)
897      (west  #f)
898      (east  #t))
899 (tile
900     (id 254)
901     (images
902       (region "worldmap/forest/castlemap.png" 288 192 32 32)
903  )         
904      (stop #f)
905      (north #f)
906      (south #t)
907      (west  #t)
908      (east  #f))
909 (tile
910     (id 255)
911     (images
912       (region "worldmap/forest/castlemap.png" 320 192 32 32)
913     )
914     (solid #t))
915 (tile
916     (id 256)
917     (images
918       (region "worldmap/forest/castlemap.png" 352 192 32 32)
919     )
920     (solid #t))
921 (tile
922     (id 257)
923     (images
924       (region "worldmap/forest/castlemap.png" 384 192 32 32)
925     )
926     (solid #t))
927 (tile
928     (id 258)
929     (images
930       (region "worldmap/forest/castlemap.png" 0 224 32 32)
931     )
932     (solid #t))
933 (tile
934     (id 259)
935     (images
936       (region "worldmap/forest/castlemap.png" 32 224 32 32)
937     )
938     (solid #t))
939 (tile
940     (id 260)
941     (images
942       (region "worldmap/forest/castlemap.png" 64 224 32 32)
943     )
944     (solid #t))
945 (tile
946     (id 261)
947     (images
948       (region "worldmap/forest/castlemap.png" 96 224 32 32)
949   )         
950      (stop #f)
951      (north #t)
952      (south #t)
953      (west  #f)
954      (east  #f))
955 (tile
956     (id 262)
957     (images
958       (region "worldmap/forest/castlemap.png" 128 224 32 32)
959     )
960     (solid #t))
961 (tile
962     (id 263)
963     (images
964       (region "worldmap/forest/castlemap.png" 160 224 32 32)
965     )
966     (solid #t))
967 (tile
968     (id 264)
969     (images
970       (region "worldmap/forest/castlemap.png" 192 224 32 32)
971  )         
972      (stop #f)
973      (north #t)
974      (south #t)
975      (west  #f)
976      (east  #f))
977 (tile
978     (id 265)
979     (images
980       (region "worldmap/forest/castlemap.png" 224 224 32 32)
981     )
982     (solid #t))
983 (tile
984     (id 266)
985     (images
986       (region "worldmap/forest/castlemap.png" 256 224 32 32)
987     )
988     (solid #t))
989 (tile
990     (id 267)
991     (images
992       (region "worldmap/forest/castlemap.png" 288 224 32 32)
993  )         
994      (stop #f)
995      (north #t)
996      (south #t)
997      (west  #f)
998      (east  #f))
999 (tile
1000     (id 268)
1001     (images
1002       (region "worldmap/forest/castlemap.png" 320 224 32 32)
1003     )
1004     (solid #t))
1005 (tile
1006     (id 269)
1007     (images
1008       (region "worldmap/forest/castlemap.png" 352 224 32 32)
1009     )
1010     (solid #t))
1011 (tile
1012     (id 270)
1013     (images
1014       (region "worldmap/forest/castlemap.png" 384 224 32 32)
1015    )         
1016      (stop #f)
1017      (north #t)
1018      (south #t)
1019      (west  #f)
1020      (east  #f))
1021 (tile
1022     (id 271)
1023     (images
1024       (region "worldmap/forest/castlemap.png" 0 256 32 32)
1025     )
1026     (solid #t))
1027 (tile
1028     (id 272)
1029     (images
1030       (region "worldmap/forest/castlemap.png" 32 256 32 32)
1031     )
1032     (solid #t))
1033 (tile
1034     (id 273)
1035     (images
1036       (region "worldmap/forest/castlemap.png" 64 256 32 32)
1037     )
1038     (solid #t))
1039 (tile
1040     (id 274)
1041     (images
1042       (region "worldmap/forest/castlemap.png" 96 256 32 32)
1043  )         
1044      (stop #f)
1045      (north #t)
1046      (south #f)
1047      (west  #f)
1048      (east  #t))
1049 (tile
1050     (id 275)
1051     (images
1052       (region "worldmap/forest/castlemap.png" 128 256 32 32)
1053   )         
1054      (stop #f)
1055      (north #f)
1056      (south #t)
1057      (west  #t)
1058      (east  #f))
1059 (tile
1060     (id 276)
1061     (images
1062       (region "worldmap/forest/castlemap.png" 160 256 32 32)
1063     )
1064     (solid #t))
1065 (tile
1066     (id 277)
1067     (images
1068       (region "worldmap/forest/castlemap.png" 192 256 32 32)
1069   )         
1070      (stop #f)
1071      (north #t)
1072      (south #t)
1073      (west  #f)
1074      (east  #f))
1075 (tile
1076     (id 278)
1077     (images
1078       (region "worldmap/forest/castlemap.png" 224 256 32 32)
1079     )
1080     (solid #t))
1081 (tile
1082     (id 279)
1083     (images
1084       (region "worldmap/forest/castlemap.png" 256 256 32 32)
1085     )
1086     (solid #t))
1087 (tile
1088     (id 280)
1089     (images
1090       (region "worldmap/forest/castlemap.png" 288 256 32 32)
1091    )         
1092      (stop #f)
1093      (north #t)
1094      (south #t)
1095      (west  #f)
1096      (east  #f))
1097 (tile
1098     (id 281)
1099     (images
1100       (region "worldmap/forest/castlemap.png" 320 256 32 32)
1101     )
1102     (solid #t))
1103 (tile
1104     (id 282)
1105     (images
1106       (region "worldmap/forest/castlemap.png" 352 256 32 32)
1107     )
1108     (solid #t))
1109 (tile
1110     (id 283)
1111     (images
1112       (region "worldmap/forest/castlemap.png" 384 256 32 32)
1113     )
1114     (solid #t))
1115 (tile
1116     (id 284)
1117     (images
1118       (region "worldmap/forest/castlemap.png" 0 288 32 32)
1119     )
1120     (solid #t))
1121 (tile
1122     (id 285)
1123     (images
1124       (region "worldmap/forest/castlemap.png" 32 288 32 32)
1125     )
1126     (solid #t))
1127 (tile
1128     (id 286)
1129     (images
1130       (region "worldmap/forest/castlemap.png" 64 288 32 32)
1131     )
1132     (solid #t))
1133 (tile
1134     (id 287)
1135     (images
1136       (region "worldmap/forest/castlemap.png" 96 288 32 32)
1137     )
1138     (solid #t))
1139 (tile
1140     (id 288)
1141     (images
1142       (region "worldmap/forest/castlemap.png" 128 288 32 32)
1143   )         
1144      (stop #f)
1145      (north #t)
1146      (south #t)
1147      (west  #f)
1148      (east  #f))
1149 (tile
1150     (id 289)
1151     (images
1152       (region "worldmap/forest/castlemap.png" 160 288 32 32)
1153     )
1154     (solid #t))
1155 (tile
1156     (id 290)
1157     (images
1158       (region "worldmap/forest/castlemap.png" 192 288 32 32)
1159   )         
1160      (stop #f)
1161      (north #t)
1162      (south #t)
1163      (west  #f)
1164      (east  #f))
1165 (tile
1166     (id 291)
1167     (images
1168       (region "worldmap/forest/castlemap.png" 224 288 32 32)
1169     )
1170     (solid #t))
1171 (tile
1172     (id 292)
1173     (images
1174       (region "worldmap/forest/castlemap.png" 256 288 32 32)
1175  )         
1176      (stop #f)
1177      (north #t)
1178      (south #t)
1179      (west  #f)
1180      (east  #f))
1181 (tile
1182     (id 293)
1183     (images
1184       (region "worldmap/forest/castlemap.png" 288 288 32 32)
1185  )         
1186      (stop #f)
1187      (north #t)
1188      (south #t)
1189      (west  #f)
1190      (east  #f))
1191 (tile
1192     (id 294)
1193     (images
1194       (region "worldmap/forest/castlemap.png" 320 288 32 32)
1195     )
1196     (solid #t))
1197 (tile
1198     (id 295)
1199     (images
1200       (region "worldmap/forest/castlemap.png" 352 288 32 32)
1201     )
1202     (solid #t))
1203 (tile
1204     (id 296)
1205     (images
1206       (region "worldmap/forest/castlemap.png" 384 288 32 32)
1207     )
1208     (solid #t))
1209 (tile
1210     (id 297)
1211     (images
1212       (region "worldmap/forest/castlemap.png" 0 320 32 32)
1213     )
1214     (solid #t))
1215 (tile
1216     (id 298)
1217     (images
1218       (region "worldmap/forest/castlemap.png" 32 320 32 32)
1219     )
1220     (solid #t))
1221 (tile
1222     (id 299)
1223     (images
1224       (region "worldmap/forest/castlemap.png" 64 320 32 32)
1225     )
1226     (solid #t))
1227 (tile
1228     (id 300)
1229     (images
1230       (region "worldmap/forest/castlemap.png" 96 320 32 32)
1231     )
1232     (solid #t))
1233 (tile
1234     (id 301)
1235     (images
1236       (region "worldmap/forest/castlemap.png" 128 320 32 32)
1237   )         
1238      (stop #f)
1239      (north #t)
1240      (south #t)
1241      (west  #f)
1242      (east  #f))
1243 (tile
1244     (id 302)
1245     (images
1246       (region "worldmap/forest/castlemap.png" 160 320 32 32)
1247     )
1248     (solid #t))
1249 (tile
1250     (id 303)
1251     (images
1252       (region "worldmap/forest/castlemap.png" 192 320 32 32)
1253   )         
1254      (stop #f)
1255      (north #t)
1256      (south #f)
1257      (west  #f)
1258      (east  #t))
1259 (tile
1260     (id 304)
1261     (images
1262       (region "worldmap/forest/castlemap.png" 224 320 32 32)
1263   )         
1264      (stop #f)
1265      (north #f)
1266      (south #f)
1267      (west  #t)
1268      (east  #t))
1269 (tile
1270     (id 305)
1271     (images
1272       (region "worldmap/forest/castlemap.png" 256 320 32 32)
1273   )         
1274      (stop #f)
1275      (north #f)
1276      (south #f)
1277      (west  #t)
1278      (east  #t))
1279 (tile
1280     (id 306)
1281     (images
1282       (region "worldmap/forest/castlemap.png" 288 320 32 32)
1283   )         
1284      (stop #f)
1285      (north #t)
1286      (south #f)
1287      (west  #t)
1288      (east  #f))
1289 (tile
1290     (id 307)
1291     (images
1292       (region "worldmap/forest/castlemap.png" 320 320 32 32)
1293     )
1294     (solid #t))
1295 (tile
1296     (id 308)
1297     (images
1298       (region "worldmap/forest/castlemap.png" 352 320 32 32)
1299     )
1300     (solid #t))
1301 (tile
1302     (id 309)
1303     (images
1304       (region "worldmap/forest/castlemap.png" 384 320 32 32)
1305     )
1306     (solid #t))
1307 (tile
1308     (id 310)
1309     (images
1310       (region "worldmap/forest/castlemap.png" 0 352 32 32)
1311  )         
1312      (stop #f)
1313      (north #t)
1314      (south #t)
1315      (west  #f)
1316      (east  #f))
1317 (tile
1318     (id 311)
1319     (images
1320       (region "worldmap/forest/castlemap.png" 32 352 32 32)
1321     )
1322     (solid #t))
1323 (tile
1324     (id 312)
1325     (images
1326       (region "worldmap/forest/castlemap.png" 64 352 32 32)
1327     )
1328     (solid #t))
1329 (tile
1330     (id 313)
1331     (images
1332       (region "worldmap/forest/castlemap.png" 96 352 32 32)
1333     )
1334     (solid #t))
1335 (tile
1336     (id 314)
1337     (images
1338       (region "worldmap/forest/castlemap.png" 128 352 32 32)
1339   )         
1340      (stop #f)
1341      (north #t)
1342      (south #t)
1343      (west  #f)
1344      (east  #f))
1345 (tile
1346     (id 315)
1347     (images
1348       (region "worldmap/forest/castlemap.png" 160 352 32 32)
1349     )
1350     (solid #t))
1351 (tile
1352     (id 316)
1353     (images
1354       (region "worldmap/forest/castlemap.png" 192 352 32 32)
1355     )
1356     (solid #t))
1357 (tile
1358     (id 317)
1359     (images
1360       (region "worldmap/forest/castlemap.png" 224 352 32 32)
1361     )
1362     (solid #t))
1363 (tile
1364     (id 318)
1365     (images
1366       (region "worldmap/forest/castlemap.png" 256 352 32 32)
1367     )
1368     (solid #t))
1369 (tile
1370     (id 319)
1371     (images
1372       (region "worldmap/forest/castlemap.png" 288 352 32 32)
1373     )
1374     (solid #t))
1375 (tile
1376     (id 320)
1377     (images
1378       (region "worldmap/forest/castlemap.png" 320 352 32 32)
1379     )
1380     (solid #t))
1381 (tile
1382     (id 321)
1383     (images
1384       (region "worldmap/forest/castlemap.png" 352 352 32 32)
1385     )
1386     (solid #t))
1387 (tile
1388     (id 322)
1389     (images
1390       (region "worldmap/forest/castlemap.png" 384 352 32 32)
1391     )
1392     (solid #t))
1393 (tile
1394     (id 323)
1395     (images
1396       (region "worldmap/forest/castlemap.png" 0 384 32 32)
1397  )         
1398      (stop #f)
1399      (north #t)
1400      (south #t)
1401      (west  #f)
1402      (east  #f))
1403 (tile
1404     (id 324)
1405     (images
1406       (region "worldmap/forest/castlemap.png" 32 384 32 32)
1407     )
1408     (solid #t))
1409 (tile
1410     (id 325)
1411     (images
1412       (region "worldmap/forest/castlemap.png" 64 384 32 32)
1413     )
1414     (solid #t))
1415 (tile
1416     (id 326)
1417     (images
1418       (region "worldmap/forest/castlemap.png" 96 384 32 32)
1419     )
1420     (solid #t))
1421 (tile
1422     (id 327)
1423     (images
1424       (region "worldmap/forest/castlemap.png" 128 384 32 32)
1425   )         
1426      (stop #f)
1427      (north #t)
1428      (south #t)
1429      (west  #f)
1430      (east  #f))
1431 (tile
1432     (id 328)
1433     (images
1434       (region "worldmap/forest/castlemap.png" 160 384 32 32)
1435     )
1436     (solid #t))
1437 (tile
1438     (id 329)
1439     (images
1440       (region "worldmap/forest/castlemap.png" 192 384 32 32)
1441     )
1442     (solid #t))
1443 (tile
1444     (id 330)
1445     (images
1446       (region "worldmap/forest/castlemap.png" 224 384 32 32)
1447     )
1448     (solid #t))
1449 (tile
1450     (id 331)
1451     (images
1452       (region "worldmap/forest/castlemap.png" 256 384 32 32)
1453     )
1454     (solid #t))
1455 (tile
1456     (id 332)
1457     (images
1458       (region "worldmap/forest/castlemap.png" 288 384 32 32)
1459     )
1460     (solid #t))
1461 (tile
1462     (id 333)
1463     (images
1464       (region "worldmap/forest/castlemap.png" 320 384 32 32)
1465     )
1466     (solid #t))
1467 (tile
1468     (id 334)
1469     (images
1470       (region "worldmap/forest/castlemap.png" 352 384 32 32)
1471     )
1472     (solid #t))
1473 (tile
1474     (id 335)
1475     (images
1476       (region "worldmap/forest/castlemap.png" 384 384 32 32)
1477     )
1478     (solid #t))
1479 (tile
1480     (id 336)
1481     (images
1482       (region "worldmap/forest/castlemap.png" 0 416 32 32)
1483     )
1484     (solid #t))
1485 (tile
1486     (id 337)
1487     (images
1488       (region "worldmap/forest/castlemap.png" 32 416 32 32)
1489     )
1490     (solid #t))
1491 (tile
1492     (id 338)
1493     (images
1494       (region "worldmap/forest/castlemap.png" 64 416 32 32)
1495     )
1496     (solid #t))
1497 (tile
1498     (id 339)
1499     (images
1500       (region "worldmap/forest/castlemap.png" 96 416 32 32)
1501     )
1502     (solid #t))
1503 (tile
1504     (id 340)
1505     (images
1506       (region "worldmap/forest/castlemap.png" 128 416 32 32)
1507   )         
1508      (stop #f)
1509      (north #t)
1510      (south #f)
1511      (west  #f)
1512      (east  #t))
1513 (tile
1514     (id 341)
1515     (images
1516       (region "worldmap/forest/castlemap.png" 160 416 32 32)
1517   )         
1518      (stop #f)
1519      (north #f)
1520      (south #f)
1521      (west  #t)
1522      (east  #t))
1523 (tile
1524     (id 342)
1525     (images
1526       (region "worldmap/forest/castlemap.png" 192 416 32 32)
1527     )         
1528      (stop #f)
1529      (north #f)
1530      (south #f)
1531      (west  #t)
1532      (east  #t))
1533 (tile
1534     (id 343)
1535     (images
1536       (region "worldmap/forest/castlemap.png" 224 416 32 32)
1537     )         
1538      (stop #f)
1539      (north #f)
1540      (south #t)
1541      (west  #t)
1542      (east  #f))
1543 (tile
1544     (id 344)
1545     (images
1546       (region "worldmap/forest/castlemap.png" 256 416 32 32)
1547     )
1548     (solid #t))
1549 (tile
1550     (id 345)
1551     (images
1552       (region "worldmap/forest/castlemap.png" 288 416 32 32)
1553     )
1554     (solid #t))
1555 (tile
1556     (id 346)
1557     (images
1558       (region "worldmap/forest/castlemap.png" 320 416 32 32)
1559     )
1560     (solid #t))
1561 (tile
1562     (id 347)
1563     (images
1564       (region "worldmap/forest/castlemap.png" 352 416 32 32)
1565     )
1566     (solid #t))
1567 (tile
1568     (id 348)
1569     (images
1570       (region "worldmap/forest/castlemap.png" 384 416 32 32)
1571     )
1572     (solid #t))
1573 (tile
1574     (id 349)
1575     (images
1576       (region "worldmap/forest/castlemap.png" 0 448 32 32)
1577     )
1578     (solid #t))
1579 (tile
1580     (id 350)
1581     (images
1582       (region "worldmap/forest/castlemap.png" 32 448 32 32)
1583     )
1584     (solid #t))
1585 (tile
1586     (id 351)
1587     (images
1588       (region "worldmap/forest/castlemap.png" 64 448 32 32)
1589     )
1590     (solid #t))
1591 (tile
1592     (id 352)
1593     (images
1594       (region "worldmap/forest/castlemap.png" 96 448 32 32)
1595     )
1596     (solid #t))
1597 (tile
1598     (id 353)
1599     (images
1600       (region "worldmap/forest/castlemap.png" 128 448 32 32)
1601     )
1602     (solid #t))
1603 (tile
1604     (id 354)
1605     (images
1606       (region "worldmap/forest/castlemap.png" 160 448 32 32)
1607     )
1608     (solid #t))
1609 (tile
1610     (id 355)
1611     (images
1612       (region "worldmap/forest/castlemap.png" 192 448 32 32)
1613     )
1614     (solid #t))
1615 (tile
1616     (id 356)
1617     (images
1618       (region "worldmap/forest/castlemap.png" 224 448 32 32)
1619     )         
1620      (stop #f)
1621      (north #t)
1622      (south #t)
1623      (west  #f)
1624      (east  #t))
1625 (tile
1626     (id 357)
1627     (images
1628       (region "worldmap/forest/castlemap.png" 256 448 32 32)
1629     )
1630     (solid #t))
1631 (tile
1632     (id 358)
1633     (images
1634       (region "worldmap/forest/castlemap.png" 288 448 32 32)
1635     )
1636     (solid #t))
1637 (tile
1638     (id 359)
1639     (images
1640       (region "worldmap/forest/castlemap.png" 320 448 32 32)
1641     )
1642     (solid #t))
1643 (tile
1644     (id 360)
1645     (images
1646       (region "worldmap/forest/castlemap.png" 352 448 32 32)
1647     )
1648     (solid #t))
1649 (tile
1650     (id 361)
1651     (images
1652       (region "worldmap/forest/castlemap.png" 384 448 32 32)
1653     )
1654     (solid #t))
1655 (tile
1656     (id 362)
1657     (images
1658       (region "worldmap/forest/castlemap.png" 0 480 32 32)
1659     )
1660     (solid #t))
1661 (tile
1662     (id 363)
1663     (images
1664       (region "worldmap/forest/castlemap.png" 32 480 32 32)
1665     )
1666     (solid #t))
1667 (tile
1668     (id 364)
1669     (images
1670       (region "worldmap/forest/castlemap.png" 64 480 32 32)
1671     )
1672     (solid #t))
1673 (tile
1674     (id 365)
1675     (images
1676       (region "worldmap/forest/castlemap.png" 96 480 32 32)
1677     )
1678     (solid #t))
1679 (tile
1680     (id 366)
1681     (images
1682       (region "worldmap/forest/castlemap.png" 128 480 32 32)
1683     )
1684     (solid #t))
1685 (tile
1686     (id 367)
1687     (images
1688       (region "worldmap/forest/castlemap.png" 160 480 32 32)
1689     )
1690     (solid #t))
1691 (tile
1692     (id 368)
1693     (images
1694       (region "worldmap/forest/castlemap.png" 192 480 32 32)
1695     )
1696     (solid #t))
1697 (tile
1698     (id 369)
1699     (images
1700       (region "worldmap/forest/castlemap.png" 224 480 32 32)
1701        )         
1702      (stop #f)
1703      (north #t)
1704      (south #t)
1705      (west  #f)
1706      (east  #t))
1707 (tile
1708     (id 370)
1709     (images
1710       (region "worldmap/forest/castlemap.png" 256 480 32 32)
1711     )
1712     (solid #t))
1713 (tile
1714     (id 371)
1715     (images
1716       (region "worldmap/forest/castlemap.png" 288 480 32 32)
1717     )
1718     (solid #t))
1719 (tile
1720     (id 372)
1721     (images
1722       (region "worldmap/forest/castlemap.png" 320 480 32 32)
1723     )
1724     (solid #t))
1725 (tile
1726     (id 373)
1727     (images
1728       (region "worldmap/forest/castlemap.png" 352 480 32 32)
1729     )
1730     (solid #t))
1731 (tile
1732     (id 374)
1733     (images
1734       (region "worldmap/forest/castlemap.png" 384 480 32 32)
1735     )
1736     (solid #t))
1737 (tile
1738     (id 376)
1739     (images
1740       (region "worldmap/forest/castlemap.png" 0 512 32 32)
1741     )
1742     (solid #t))
1743 (tile
1744     (id 377)
1745     (images
1746       (region "worldmap/forest/castlemap.png" 32 512 32 32)
1747     )
1748     (solid #t))
1749 (tile
1750     (id 378)
1751     (images
1752       (region "worldmap/forest/castlemap.png" 64 512 32 32)
1753     )
1754     (solid #t))
1755 (tile
1756     (id 379)
1757     (images
1758       (region "worldmap/forest/castlemap.png" 96 512 32 32)
1759     )
1760     (solid #t))
1761 (tile
1762     (id 380)
1763     (images
1764       (region "worldmap/forest/castlemap.png" 128 512 32 32)
1765     )
1766     (solid #t))
1767 (tile
1768     (id 381)
1769     (images
1770       (region "worldmap/forest/castlemap.png" 160 512 32 32)
1771     )
1772     (solid #t))
1773 (tile
1774     (id 382)
1775     (images
1776       (region "worldmap/forest/castlemap.png" 192 512 32 32)
1777     )
1778     (solid #t))
1779
1780 (tile
1781     (id 383)
1782     (images
1783       (region "worldmap/forest/castlemap.png" 224 512 32 32)
1784     )         
1785      (stop #f)
1786      (north #t)
1787      (south #t)
1788      (west  #f)
1789      (east  #t))
1790 (tile
1791     (id 384)
1792     (images
1793       (region "worldmap/forest/castlemap.png" 256 512 32 32)
1794     )
1795     (solid #t))
1796 (tile
1797     (id 385)
1798     (images
1799       (region "worldmap/forest/castlemap.png" 288 512 32 32)
1800     )
1801     (solid #t))
1802 (tile
1803     (id 386)
1804     (images
1805       (region "worldmap/forest/castlemap.png" 320 512 32 32)
1806     )
1807     (solid #t))
1808 (tile
1809     (id 387)
1810     (images
1811       (region "worldmap/forest/castlemap.png" 352 512 32 32)
1812     )
1813     (solid #t))
1814 (tile
1815     (id 388)
1816     (images
1817       (region "worldmap/forest/castlemap.png" 384 512 32 32)
1818     )
1819     (solid #t))
1820 (tile
1821     (id 389)
1822     (images
1823       (region "worldmap/forest/castlemap.png" 0 544 32 32)
1824     )
1825     (solid #t))
1826 (tile
1827     (id 390)
1828     (images
1829       (region "worldmap/forest/castlemap.png" 32 544 32 32)
1830     )
1831     (solid #t))
1832 (tile
1833     (id 391)
1834     (images
1835       (region "worldmap/forest/castlemap.png" 64 544 32 32)
1836     )
1837     (solid #t))
1838 (tile
1839     (id 392)
1840     (images
1841       (region "worldmap/forest/castlemap.png" 96 544 32 32)
1842     )
1843     (solid #t))
1844 (tile
1845     (id 393)
1846     (images
1847       (region "worldmap/forest/castlemap.png" 128 544 32 32)
1848     )
1849     (solid #t))
1850 (tile
1851     (id 394)
1852     (images
1853       (region "worldmap/forest/castlemap.png" 160 544 32 32)
1854     )
1855     (solid #t))
1856 (tile
1857     (id 395)
1858     (images
1859       (region "worldmap/forest/castlemap.png" 192 544 32 32)
1860     )
1861     (solid #t))
1862 (tile
1863     (id 396)
1864     (images
1865       (region "worldmap/forest/castlemap.png" 224 544 32 32)
1866     )     
1867      (stop #f)
1868      (north #t)
1869      (south #t)
1870      (west  #f)
1871      (east  #t))
1872 (tile
1873     (id 397)
1874     (images
1875       (region "worldmap/forest/castlemap.png" 256 544 32 32)
1876     )
1877     (solid #t))
1878 (tile
1879     (id 3985)
1880     (images
1881       (region "worldmap/forest/castlemap.png" 288 544 32 32)
1882     )
1883     (solid #t))
1884 (tile
1885     (id 399)
1886     (images
1887       (region "worldmap/forest/castlemap.png" 320 544 32 32)
1888     )
1889     (solid #t))
1890 (tile
1891     (id 400)
1892     (images
1893       (region "worldmap/forest/castlemap.png" 352 544 32 32)
1894     )
1895     (solid #t))
1896 (tile
1897     (id 401)
1898     (images
1899       (region "worldmap/forest/castlemap.png" 384 544 32 32)
1900     )
1901     (solid #t))
1902 (tile
1903     (id 402)
1904     (images
1905       (region "worldmap/forest/icewood.png" 0 0 32 32)
1906     )  (north #f)
1907        (south #t)
1908        (east  #t)
1909        (west  #f)
1910        (stop  #f))
1911 (tile
1912     (id 403)
1913     (images
1914       (region "worldmap/forest/icewood.png" 32 0 32 32)
1915     )  (north #t)
1916        (south #t)
1917        (east  #t)
1918        (west  #f)
1919        (stop  #t))
1920 (tile
1921     (id 404)
1922     (images
1923       (region "worldmap/forest/icewood.png" 64 0 32 32)
1924     )  (north #t)
1925        (south #f)
1926        (east  #t)
1927        (west  #f)
1928        (stop  #f))
1929 (tile
1930     (id 405)
1931     (images
1932       (region "worldmap/forest/icewood.png" 96 0 32 32)
1933     )  (north #f)
1934        (south #t)
1935        (east  #f)
1936        (west  #t)
1937        (stop  #f))
1938 (tile
1939     (id 406)
1940     (images
1941       (region "worldmap/forest/icewood.png" 128 0 32 32)
1942     )  (north #f)
1943        (south #f)
1944        (east  #t)
1945        (west  #t)
1946        (stop  #f))
1947 (tile
1948     (id 407)
1949     (images
1950       (region "worldmap/forest/icewood.png" 0 32 32 32)
1951     )  (north #f)
1952        (south #t)
1953        (east  #t)
1954        (west  #t)
1955        (stop  #t))
1956 (tile
1957     (id 408)
1958     (images
1959       (region "worldmap/forest/icewood.png" 32 32 32 32)
1960     )  (north #t)
1961        (south #t)
1962        (east  #f)
1963        (west  #t)
1964        (stop  #t))
1965 (tile
1966     (id 409)
1967     (images
1968       (region "worldmap/forest/icewood.png" 64 32 32 32)
1969     )  (north #t)
1970        (south #t)
1971        (east  #f)
1972        (west  #f)
1973        (stop  #f))
1974 (tile
1975     (id 410)
1976     (images
1977       (region "worldmap/forest/icewood.png" 96 32 32 32)
1978     )  (north #t)
1979        (south #t)
1980        (east  #t)
1981        (west  #f)
1982        (stop  #t))
1983 (tile
1984     (id 411)
1985     (images
1986       (region "worldmap/forest/icewood.png" 128 32 32 32)
1987     )  (north #t)
1988        (south #f)
1989        (east  #t)
1990        (west  #f)
1991        (stop  #f))
1992 (tile
1993     (id 412)
1994     (images
1995       (region "worldmap/forest/icewood.png" 0 64 32 32)
1996      ) (north #t)
1997        (south #f)
1998        (east  #t)
1999        (west  #t)
2000        (stop  #t)
2001 )
2002 (tile
2003     (id 413)
2004     (images
2005       (region "worldmap/forest/icewood.png" 32 64 32 32)
2006      ) (north #t)
2007        (south #f)
2008        (east  #f)
2009        (west  #t)
2010        (stop  #f)
2011 )
2012 (tile
2013     (id 414)
2014     (images
2015       (region "worldmap/forest/icewood.png" 64 64 32 32)
2016     )
2017     (solid #t))
2018 (tile
2019     (id 415)
2020     (images
2021       (region "worldmap/forest/icewood.png" 96 64 32 32)
2022     )
2023     (solid #t))
2024 (tile
2025     (id 416)
2026     (images
2027       (region "worldmap/forest/icewood.png" 128 64 32 32)
2028     )
2029     (solid #t))
2030 (tile
2031     (id 417)
2032     (images
2033       (region "worldmap/forest/icewood.png" 0 96 32 32)
2034     )
2035     (solid #t))
2036 (tile
2037     (id 418)
2038     (images
2039       (region "worldmap/forest/icewood.png" 32 96 32 32)
2040     )
2041     (solid #t))
2042 (tile
2043     (id 419)
2044     (images
2045       (region "worldmap/forest/icewood.png" 64 96 32 32)
2046     )
2047     (solid #t))
2048 (tile
2049     (id 420)
2050     (images
2051       (region "worldmap/forest/icewood.png" 96 96 32 32)
2052     )
2053     (solid #t))
2054 (tile
2055     (id 421)
2056     (images
2057       (region "worldmap/forest/icewood.png" 128 96 32 32)
2058     )
2059     (solid #t))
2060 (tile
2061     (id 422)
2062     (images
2063       (region "worldmap/forest/icewood.png" 0 128 32 32)
2064     )
2065     (solid #t))
2066 (tile
2067     (id 423)
2068     (images
2069       (region "worldmap/forest/icewood.png" 32 128 32 32)
2070     )
2071     (solid #t))
2072 (tile
2073     (id 424)
2074     (images
2075       (region "worldmap/forest/icewood.png" 64 128 32 32)
2076     )
2077     (solid #t))
2078 (tile
2079     (id 425)
2080     (images
2081       (region "worldmap/forest/icewood.png" 96 128 32 32)
2082     )
2083     (solid #t))
2084
2085 (tile(id 426)(images
2086 (region "worldmap/forest/snowforest.png" 0 0 32 32))
2087 (solid #t))
2088 (tile(id 427)(images
2089 (region "worldmap/forest/snowforest.png" 32 0 32 32))
2090 (solid #t))
2091 (tile(id 428)(images
2092 (region "worldmap/forest/snowforest.png" 64 0 32 32))
2093 (solid #t))
2094 (tile(id 429)(images
2095 (region "worldmap/forest/snowforest.png" 96 0 32 32))
2096 (solid #t))
2097 (tile(id 430)(images
2098 (region "worldmap/forest/snowforest.png" 128 0 32 32))
2099 (solid #t))
2100 (tile(id 431)(images
2101 (region "worldmap/forest/snowforest.png" 160 0 32 32))
2102 (solid #t))
2103 (tile(id 432)(images
2104 (region "worldmap/forest/snowforest.png" 192 0 32 32))
2105 (solid #t))
2106 (tile(id 433)(images
2107 (region "worldmap/forest/snowforest.png" 224 0 32 32))
2108 (solid #t))
2109 (tile(id 434)(images
2110 (region "worldmap/forest/snowforest.png" 256 0 32 32))
2111 (solid #t))
2112 (tile(id 435)(images
2113 (region "worldmap/forest/snowforest.png" 0 32 32 32))
2114 (solid #t))
2115 (tile(id 436)(images
2116 (region "worldmap/forest/snowforest.png" 32 32 32 32))
2117 (solid #t))
2118 (tile(id 437)(images
2119 (region "worldmap/forest/snowforest.png" 64 32 32 32))
2120 (solid #t))
2121 (tile(id 438)(images
2122 (region "worldmap/forest/snowforest.png" 96 32 32 32))
2123 (solid #t))
2124 (tile(id 439)(images
2125 (region "worldmap/forest/snowforest.png" 128 32 32 32))
2126 (solid #t))
2127 (tile(id 440)(images
2128 (region "worldmap/forest/snowforest.png" 160 32 32 32))
2129 (solid #t))
2130 (tile(id 441)(images
2131 (region "worldmap/forest/snowforest.png" 192 32 32 32))
2132 (solid #t))
2133 (tile(id 442)(images
2134 (region "worldmap/forest/snowforest.png" 224 32 32 32))
2135 (solid #t))
2136 (tile(id 443)(images
2137 (region "worldmap/forest/snowforest.png" 256 32 32 32))
2138 (solid #t))
2139 (tile(id 444)(images
2140 (region "worldmap/forest/snowforest.png" 0 64 32 32))
2141 (solid #t))
2142 (tile(id 445)(images
2143 (region "worldmap/forest/snowforest.png" 32 64 32 32))
2144 (solid #t))
2145 (tile(id 446)(images
2146 (region "worldmap/forest/snowforest.png" 64 64 32 32))
2147 (solid #t))
2148 (tile(id 447)(images
2149 (region "worldmap/forest/snowforest.png" 96 64 32 32))
2150 (solid #t))
2151 (tile(id 448)(images
2152 (region "worldmap/forest/snowforest.png" 128 64 32 32))
2153 (solid #t))
2154 (tile(id 449)(images
2155 (region "worldmap/forest/snowforest.png" 160 64 32 32))
2156 (solid #t))
2157 (tile(id 450)(images
2158 (region "worldmap/forest/snowforest.png" 192 64 32 32))
2159 (solid #t))
2160 (tile(id 451)(images
2161 (region "worldmap/forest/snowforest.png" 224 64 32 32))
2162 (solid #t))
2163 (tile(id 452)(images
2164 (region "worldmap/forest/snowforest.png" 256 64 32 32))
2165 (solid #t))
2166 (tile(id 453)(images
2167 (region "worldmap/forest/snowforest.png" 0 96 32 32))
2168 (solid #t))
2169 (tile(id 454)(images
2170 (region "worldmap/forest/snowforest.png" 32 96 32 32))
2171 (solid #t))
2172 (tile(id 455)(images
2173 (region "worldmap/forest/snowforest.png" 64 96 32 32))
2174 (solid #t))
2175 (tile(id 456)(images
2176 (region "worldmap/forest/snowforest.png" 96 96 32 32))
2177 (solid #t))
2178 (tile(id 457)(images
2179 (region "worldmap/forest/snowforest.png" 128 96 32 32))
2180 (solid #t))
2181 (tile(id 458)(images
2182 (region "worldmap/forest/snowforest.png" 160 96 32 32))
2183 (solid #t))
2184 (tile(id 459)(images
2185 (region "worldmap/forest/snowforest.png" 192 96 32 32))
2186 (solid #t))
2187 (tile(id 460)(images
2188 (region "worldmap/forest/snowforest.png" 224 96 32 32))
2189 (solid #t))
2190 (tile(id 461)(images
2191 (region "worldmap/forest/snowforest.png" 256 96 32 32))
2192 (solid #t))
2193 (tile(id 462)(images
2194 (region "worldmap/forest/snowforest.png" 0 128 32 32))
2195 (solid #t))
2196 (tile(id 463)(images
2197 (region "worldmap/forest/snowforest.png" 32 128 32 32))
2198 (solid #t))
2199 (tile(id 464)(images
2200 (region "worldmap/forest/snowforest.png" 64 128 32 32))
2201 (solid #t))
2202 (tile(id 465)(images
2203 (region "worldmap/forest/snowforest.png" 96 128 32 32))
2204 (solid #t))
2205 (tile(id 466)(images
2206 (region "worldmap/forest/snowforest.png" 128 128 32 32))
2207 (solid #t))
2208 (tile(id 467)(images
2209 (region "worldmap/forest/snowforest.png" 160 128 32 32))
2210 (solid #t))
2211 (tile(id 468)(images
2212 (region "worldmap/forest/snowforest.png" 192 128 32 32))
2213 (solid #t))
2214 (tile(id 469)(images
2215 (region "worldmap/forest/snowforest.png" 224 128 32 32))
2216 (solid #t))
2217 (tile(id 470)(images
2218 (region "worldmap/forest/snowforest.png" 256 128 32 32))
2219 (solid #t))
2220 (tile(id 471)(images
2221 (region "worldmap/forest/snowforest.png" 0 160 32 32))
2222 (solid #t))
2223 (tile(id 472)(images
2224 (region "worldmap/forest/snowforest.png" 32 160 32 32))
2225 (solid #t))
2226 (tile(id 473)(images
2227 (region "worldmap/forest/snowforest.png" 64 160 32 32))
2228 (solid #t))
2229 (tile(id 474)(images
2230 (region "worldmap/forest/snowforest.png" 96 160 32 32))
2231 (solid #t))
2232 (tile(id 475)(images
2233 (region "worldmap/forest/snowforest.png" 128 160 32 32))
2234 (solid #t))
2235 (tile(id 476)(images
2236 (region "worldmap/forest/snowforest.png" 160 160 32 32))
2237 (solid #t))
2238 (tile(id 477)(images
2239 (region "worldmap/forest/snowforest.png" 192 160 32 32))
2240 (solid #t))
2241 (tile(id 478)(images
2242 (region "worldmap/forest/snowforest.png" 224 160 32 32))
2243 (solid #t))
2244 (tile(id 479)(images
2245 (region "worldmap/forest/snowforest.png" 256 160 32 32))
2246 (solid #t))
2247 (tile(id 480)(images
2248 (region "worldmap/forest/snowforest.png" 0 192 32 32))
2249 (solid #t))
2250 (tile(id 481)(images
2251 (region "worldmap/forest/snowforest.png" 32 192 32 32))
2252 (solid #t))
2253 (tile(id 482)(images
2254 (region "worldmap/forest/snowforest.png" 64 192 32 32))
2255 (solid #t))
2256 (tile(id 483)(images
2257 (region "worldmap/forest/snowforest.png" 96 192 32 32))
2258 (solid #t))
2259 (tile(id 484)(images
2260 (region "worldmap/forest/snowforest.png" 128 192 32 32))
2261 (solid #t))
2262 (tile(id 485)(images
2263 (region "worldmap/forest/snowforest.png" 160 192 32 32))
2264 (solid #t))
2265 (tile(id 486)(images
2266 (region "worldmap/forest/snowforest.png" 192 192 32 32))
2267 (solid #t))
2268 (tile(id 487)(images
2269 (region "worldmap/forest/snowforest.png" 224 192 32 32))
2270 (solid #t))
2271 (tile(id 488)(images
2272 (region "worldmap/forest/snowforest.png" 256 192 32 32))
2273 (solid #t))
2274 (tile(id 489)(images
2275 (region "worldmap/forest/snowforest.png" 0 224 32 32))
2276 (solid #t))
2277 (tile(id 490)(images
2278 (region "worldmap/forest/snowforest.png" 32 224 32 32))
2279 (solid #t))
2280 (tile(id 491)(images
2281 (region "worldmap/forest/snowforest.png" 64 224 32 32))
2282 (solid #t))
2283 (tile(id 492)(images
2284 (region "worldmap/forest/snowforest.png" 96 224 32 32))
2285 (solid #t))
2286 (tile(id 493)(images
2287 (region "worldmap/forest/snowforest.png" 128 224 32 32))
2288 (solid #t))
2289 (tile(id 494)(images
2290 (region "worldmap/forest/snowforest.png" 160 224 32 32))
2291 (solid #t))
2292 (tile(id 495)(images
2293 (region "worldmap/forest/snowforest.png" 192 224 32 32))
2294 (solid #t))
2295 (tile(id 496)(images
2296 (region "worldmap/forest/snowforest.png" 224 224 32 32))
2297 (solid #t))
2298 (tile(id 497)(images
2299 (region "worldmap/forest/snowforest.png" 256 224 32 32))
2300 (solid #t))
2301 (tile(id 498)(images
2302 (region "worldmap/forest/snowforest.png" 0 256 32 32))
2303 (solid #t))
2304 (tile(id 499)(images
2305 (region "worldmap/forest/snowforest.png" 32 256 32 32))
2306 (solid #t))
2307 (tile(id 500)(images
2308 (region "worldmap/forest/snowforest.png" 64 256 32 32))
2309 (solid #t))
2310 (tile(id 501)(images
2311 (region "worldmap/forest/snowforest.png" 96 256 32 32))
2312 (solid #t))
2313 (tile(id 502)(images
2314 (region "worldmap/forest/snowforest.png" 128 256 32 32))
2315 (solid #t))
2316 (tile(id 503)(images
2317 (region "worldmap/forest/snowforest.png" 160 256 32 32))
2318 (solid #t))
2319 (tile(id 504)(images
2320 (region "worldmap/forest/snowforest.png" 192 256 32 32))
2321 (solid #t))
2322 (tile(id 505)(images
2323 (region "worldmap/forest/snowforest.png" 224 256 32 32))
2324 (solid #t))
2325 (tile(id 506)(images
2326 (region "worldmap/forest/snowforest.png" 256 256 32 32))
2327 (solid #t))
2328 (tile(id 507)(images
2329 (region "worldmap/forest/snowforest.png" 0 288 32 32))
2330 (solid #t))
2331 (tile(id 508)(images
2332 (region "worldmap/forest/snowforest.png" 32 288 32 32))
2333 (solid #t))
2334 (tile(id 509)(images
2335 (region "worldmap/forest/snowforest.png" 64 288 32 32))
2336 (solid #t))
2337 (tile(id 510)(images
2338 (region "worldmap/forest/snowforest.png" 96 288 32 32))
2339 (solid #t))
2340 (tile(id 511)(images
2341 (region "worldmap/forest/snowforest.png" 128 288 32 32))
2342 (solid #t))
2343 (tile(id 512)(images
2344 (region "worldmap/forest/snowforest.png" 160 288 32 32))
2345 (solid #t))
2346 (tile(id 513)(images
2347 (region "worldmap/forest/snowforest.png" 192 288 32 32))
2348 (solid #t))
2349 (tile(id 514)(images
2350 (region "worldmap/forest/snowforest.png" 224 288 32 32))
2351 (solid #t))
2352 (tile(id 515)(images
2353 (region "worldmap/forest/snowforest.png" 256 288 32 32))
2354 (solid #t))
2355 (tile(id 516)(images
2356 (region "worldmap/forest/snowforest.png" 0 320 32 32))
2357 (solid #t))
2358 (tile(id 517)(images
2359 (region "worldmap/forest/snowforest.png" 32 320 32 32))
2360 (solid #t))
2361 (tile(id 518)(images
2362 (region "worldmap/forest/snowforest.png" 64 320 32 32))
2363 (solid #t))
2364 (tile(id 519)(images
2365 (region "worldmap/forest/snowforest.png" 96 320 32 32))
2366 (solid #t))
2367 (tile(id 520)(images
2368 (region "worldmap/forest/snowforest.png" 128 320 32 32))
2369 (solid #t))
2370 (tile(id 521)(images
2371 (region "worldmap/forest/snowforest.png" 160 320 32 32))
2372 (solid #t))
2373 (tile(id 522)(images
2374 (region "worldmap/forest/snowforest.png" 192 320 32 32))
2375 (solid #t))
2376 (tile(id 523)(images
2377 (region "worldmap/forest/snowforest.png" 224 320 32 32))
2378 (solid #t))
2379 (tile(id 524)(images
2380 (region "worldmap/forest/snowforest.png" 256 320 32 32))
2381 (solid #t))
2382 (tile(id 525)(images
2383 (region "worldmap/forest/snowforest.png" 0 352 32 32))
2384 (solid #t))
2385 (tile(id 526)(images
2386 (region "worldmap/forest/snowforest.png" 32 352 32 32))
2387 (solid #t))
2388 (tile(id 527)(images
2389 (region "worldmap/forest/snowforest.png" 64 352 32 32))
2390 (solid #t))
2391 (tile(id 528)(images
2392 (region "worldmap/forest/snowforest.png" 96 352 32 32))
2393 (solid #t))
2394 (tile(id 529)(images
2395 (region "worldmap/forest/snowforest.png" 128 352 32 32))
2396 (solid #t))
2397 (tile(id 530)(images
2398 (region "worldmap/forest/snowforest.png" 160 352 32 32))
2399 (solid #t))
2400 (tile(id 531)(images
2401 (region "worldmap/forest/snowforest.png" 192 352 32 32))
2402 (solid #t))
2403 (tile(id 532)(images
2404 (region "worldmap/forest/snowforest.png" 224 352 32 32))
2405 (solid #t))
2406 (tile(id 533)(images
2407 (region "worldmap/forest/snowforest.png" 256 352 32 32))
2408 (solid #t))
2409 (tile(id 534)(images
2410 (region "worldmap/forest/snowforest.png" 0 384 32 32))
2411 (solid #t))
2412 (tile(id 535)(images
2413 (region "worldmap/forest/snowforest.png" 32 384 32 32))
2414 (solid #t))
2415 (tile(id 536)(images
2416 (region "worldmap/forest/snowforest.png" 64 384 32 32))
2417 (solid #t))
2418 (tile(id 537)(images
2419 (region "worldmap/forest/snowforest.png" 96 384 32 32))
2420 (solid #t))
2421 (tile(id 538)(images
2422 (region "worldmap/forest/snowforest.png" 128 384 32 32))
2423 (solid #t))
2424 (tile(id 539)(images
2425 (region "worldmap/forest/snowforest.png" 160 384 32 32))
2426 (solid #t))
2427 (tile(id 540)(images
2428 (region "worldmap/forest/snowforest.png" 192 384 32 32))
2429 (solid #t))
2430 (tile(id 541)(images
2431 (region "worldmap/forest/snowforest.png" 224 384 32 32))
2432 (solid #t))
2433 (tile(id 542)(images
2434 (region "worldmap/forest/snowforest.png" 256 384 32 32))
2435 (solid #t))
2436 (tile(id 543)(images
2437 (region "worldmap/forest/snowforest.png" 0 416 32 32))
2438 (solid #t))
2439 (tile(id 544)(images
2440 (region "worldmap/forest/snowforest.png" 32 416 32 32))
2441 (solid #t))
2442 (tile(id 545)(images
2443 (region "worldmap/forest/snowforest.png" 96 416 32 32))
2444 (solid #t))
2445 (tile(id 547)(images
2446 (region "worldmap/forest/snowforest.png" 128 416 32 32))
2447 (solid #t))
2448 (tile(id 548)(images
2449 (region "worldmap/forest/snowforest.png" 160 416 32 32))
2450 (solid #t))
2451 (tile(id 549)(images
2452 (region "worldmap/forest/snowforest.png" 192 416 32 32))
2453 (solid #t))
2454 (tile(id 550)(images
2455 (region "worldmap/forest/snowforest.png" 224 416 32 32))
2456 (solid #t))
2457 (tile(id 551)(images
2458 (region "worldmap/forest/snowforest.png" 256 416 32 32))
2459 (solid #t))
2460 (tile(id 552)(images
2461 (region "worldmap/forest/cropcircle.png" 0 0 32 32))
2462 (solid #t))
2463 (tile(id 553)(images
2464 (region "worldmap/forest/cropcircle.png" 32 0 32 32))
2465 (solid #t))
2466 (tile(id 554)(images
2467 (region "worldmap/forest/cropcircle.png" 64 0 32 32))
2468 (solid #t))
2469 (tile(id 555)(images
2470 (region "worldmap/forest/cropcircle.png" 0 32 32 32))
2471 (solid #t))
2472 (tile(id 556)(images
2473 (region "worldmap/forest/cropcircle.png" 32 32 32 32))
2474 (solid #t))
2475 (tile(id 557)(images
2476 (region "worldmap/forest/cropcircle.png" 64 32 32 32))
2477 (solid #t))
2478 (tile(id 558)(images
2479 (region "worldmap/forest/ghostforest.png" 0 0 32 32))
2480 (solid #t))
2481 (tile(id 559)(images
2482 (region "worldmap/forest/ghostforest.png" 32 0 32 32))
2483 (solid #t))
2484 (tile(id 560)(images
2485 (region "worldmap/forest/ghostforest.png" 64 0 32 32))
2486 (solid #t))
2487 (tile(id 561)(images
2488 (region "worldmap/forest/ghostforest.png" 96 0 32 32))
2489 (solid #t))
2490 (tile(id 562)(images
2491 (region "worldmap/forest/ghostforest.png" 128 0 32 32))
2492 (solid #t))
2493 (tile(id 563)(images
2494 (region "worldmap/forest/ghostforest.png" 160 0 32 32))
2495 (solid #t))
2496 (tile(id 564)(images
2497 (region "worldmap/forest/ghostforest.png" 192 0 32 32))
2498 (solid #t))
2499 (tile(id 565)(images
2500 (region "worldmap/forest/ghostforest.png" 224 0 32 32))
2501 (solid #t))
2502 (tile(id 566)(images
2503 (region "worldmap/forest/ghostforest.png" 256 0 32 32))
2504 (solid #t))
2505 (tile(id 567)(images
2506 (region "worldmap/forest/ghostforest.png" 0 32 32 32))
2507 (solid #t))
2508 (tile(id 568)(images
2509 (region "worldmap/forest/ghostforest.png" 32 32 32 32))
2510 (solid #t))
2511 (tile(id 569)(images
2512 (region "worldmap/forest/ghostforest.png" 64 32 32 32))
2513 (solid #t))
2514 (tile(id 570)(images
2515 (region "worldmap/forest/ghostforest.png" 96 32 32 32))
2516 (solid #t))
2517 (tile(id 571)(images
2518 (region "worldmap/forest/ghostforest.png" 128 32 32 32))
2519 (solid #t))
2520 (tile(id 572)(images
2521 (region "worldmap/forest/ghostforest.png" 160 32 32 32))
2522 (solid #t))
2523 (tile(id 573)(images
2524 (region "worldmap/forest/ghostforest.png" 192 32 32 32))
2525 (solid #t))
2526 (tile(id 574)(images
2527 (region "worldmap/forest/ghostforest.png" 224 32 32 32))
2528 (solid #t))
2529 (tile(id 575)(images
2530 (region "worldmap/forest/ghostforest.png" 256 32 32 32))
2531 (solid #t))
2532 (tile(id 576)(images
2533 (region "worldmap/forest/ghostforest.png" 0 64 32 32))
2534 (solid #t))
2535 (tile(id 577)(images
2536 (region "worldmap/forest/ghostforest.png" 32 64 32 32))
2537 (solid #t))
2538 (tile(id 578)(images
2539 (region "worldmap/forest/ghostforest.png" 64 64 32 32))
2540 (solid #t))
2541 (tile(id 579)(images
2542 (region "worldmap/forest/ghostforest.png" 96 64 32 32))
2543 (solid #t))
2544 (tile(id 580)(images
2545 (region "worldmap/forest/ghostforest.png" 128 64 32 32))
2546 (solid #t))
2547 (tile(id 581)(images
2548 (region "worldmap/forest/ghostforest.png" 160 64 32 32))
2549 (solid #t))
2550 (tile(id 582)(images
2551 (region "worldmap/forest/ghostforest.png" 192 64 32 32))
2552 (solid #t))
2553 (tile(id 583)(images
2554 (region "worldmap/forest/ghostforest.png" 224 64 32 32))
2555 (solid #t))
2556 (tile(id 584)(images
2557 (region "worldmap/forest/ghostforest.png" 256 64 32 32))
2558 (solid #t))
2559 (tile(id 585)(images
2560 (region "worldmap/forest/ghostforest.png" 0 96 32 32))
2561 (solid #t))
2562 (tile(id 586)(images
2563 (region "worldmap/forest/ghostforest.png" 32 96 32 32))
2564 (solid #t))
2565 (tile(id 587)(images
2566 (region "worldmap/forest/ghostforest.png" 64 96 32 32))
2567 (solid #t))
2568 (tile(id 588)(images
2569 (region "worldmap/forest/ghostforest.png" 96 96 32 32))
2570 (solid #t))
2571 (tile(id 589)(images
2572 (region "worldmap/forest/ghostforest.png" 128 96 32 32))
2573 (solid #t))
2574 (tile(id 590)(images
2575 (region "worldmap/forest/ghostforest.png" 160 96 32 32))
2576 (solid #t))
2577 (tile(id 591)(images
2578 (region "worldmap/forest/ghostforest.png" 192 96 32 32))
2579 (solid #t))
2580 (tile(id 592)(images
2581 (region "worldmap/forest/ghostforest.png" 224 96 32 32))
2582 (solid #t))
2583 (tile(id 593)(images
2584 (region "worldmap/forest/ghostforest.png" 256 96 32 32))
2585 (solid #t))
2586 (tile(id 594)(images
2587 (region "worldmap/forest/ghostforest.png" 0 128 32 32))
2588 (solid #t))
2589 (tile(id 595)(images
2590 (region "worldmap/forest/ghostforest.png" 32 128 32 32))
2591 (solid #t))
2592 (tile(id 596)(images
2593 (region "worldmap/forest/ghostforest.png" 64 128 32 32))
2594 (solid #t))
2595 (tile(id 597)(images
2596 (region "worldmap/forest/ghostforest.png" 96 128 32 32))
2597 (solid #t))
2598 (tile(id 598)(images
2599 (region "worldmap/forest/ghostforest.png" 128 128 32 32))
2600 (solid #t))
2601 (tile(id 599)(images
2602 (region "worldmap/forest/ghostforest.png" 160 128 32 32))
2603 (solid #t))
2604 (tile(id 600)(images
2605 (region "worldmap/forest/ghostforest.png" 192 128 32 32))
2606 (solid #t))
2607 (tile(id 601)(images
2608 (region "worldmap/forest/ghostforest.png" 256 128 32 32))
2609 (solid #t))
2610 (tile(id 602)(images
2611 (region "worldmap/forest/ghostforest.png" 0 160 32 32))
2612 (solid #t))
2613 (tile(id 603)(images
2614 (region "worldmap/forest/ghostforest.png" 32 160 32 32))
2615 (solid #t))
2616 (tile(id 604)(images
2617 (region "worldmap/forest/ghostforest.png" 64 160 32 32))
2618 (solid #t))
2619 (tile(id 605)(images
2620 (region "worldmap/forest/ghostforest.png" 96 160 32 32))
2621 (solid #t))
2622 (tile(id 606)(images
2623 (region "worldmap/forest/ghostforest.png" 128 160 32 32))
2624 (solid #t))
2625 (tile(id 607)(images
2626 (region "worldmap/forest/ghostforest.png" 160 160 32 32))
2627 (solid #t))
2628 (tile(id 608)(images
2629 (region "worldmap/forest/ghostforest.png" 192 160 32 32))
2630 (solid #t))
2631 (tile(id 609)(images
2632 (region "worldmap/forest/ghostforest.png" 224 160 32 32))
2633 (solid #t))
2634 (tile(id 610)(images
2635 (region "worldmap/forest/ghostforest.png" 256 160 32 32))
2636 (solid #t))
2637 (tile(id 611)(images
2638 (region "worldmap/forest/ghostforest.png" 0 192 32 32))
2639 (solid #t))
2640 (tile(id 612)(images
2641 (region "worldmap/forest/ghostforest.png" 32 192 32 32))
2642 (solid #t))
2643 (tile(id 613)(images
2644 (region "worldmap/forest/ghostforest.png" 64 192 32 32))
2645 (solid #t))
2646 (tile(id 614)(images
2647 (region "worldmap/forest/ghostforest.png" 96 192 32 32))
2648 (solid #t))
2649 (tile(id 615)(images
2650 (region "worldmap/forest/ghostforest.png" 128 192 32 32))
2651 (solid #t))
2652 (tile(id 616)(images
2653 (region "worldmap/forest/ghostforest.png" 160 192 32 32))
2654 (solid #t))
2655 (tile(id 617)(images
2656 (region "worldmap/forest/ghostforest.png" 192 192 32 32))
2657 (solid #t))
2658 (tile(id 618)(images
2659 (region "worldmap/forest/ghostforest.png" 224 192 32 32))
2660 (solid #t))
2661 (tile(id 619)(images
2662 (region "worldmap/forest/ghostforest.png" 256 192 32 32))
2663 (solid #t))
2664 (tile(id 620)(images
2665 (region "worldmap/forest/ghostforest.png" 0 224 32 32))
2666   (stop #f)
2667      (north #f)
2668      (south #f)
2669      (west  #t)
2670      (east  #t))
2671 (tile(id 621)(images
2672 (region "worldmap/forest/ghostforest.png" 32 224 32 32))
2673   (stop #f)
2674      (north #f)
2675      (south #f)
2676      (west  #t)
2677      (east  #t))
2678 (tile(id 622)(images
2679 (region "worldmap/forest/ghostforest.png" 64 224 32 32))
2680 (solid #t))
2681 (tile(id 623)(images
2682 (region "worldmap/forest/ghostforest.png" 96 224 32 32))
2683 (solid #t))
2684 (tile(id 624)(images
2685 (region "worldmap/forest/ghostforest.png" 128 224 32 32))
2686 (solid #t))
2687 (tile(id 625)(images
2688 (region "worldmap/forest/ghostforest.png" 160 224 32 32))
2689 (solid #t))
2690 (tile(id 626)(images
2691 (region "worldmap/forest/ghostforest.png" 192 224 32 32))
2692 (solid #t))
2693 (tile(id 627)(images
2694 (region "worldmap/forest/ghostforest.png" 224 224 32 32))
2695 (solid #t))
2696 (tile(id 628)(images
2697 (region "worldmap/forest/ghostforest.png" 256 224 32 32))
2698 (solid #t))
2699 (tile(id 629)(images
2700 (region "worldmap/forest/ghostforest.png" 0 256 32 32))
2701 (solid #t))
2702 (tile(id 630)(images
2703 (region "worldmap/forest/ghostforest.png" 32 256 32 32))
2704 (solid #t))
2705 (tile(id 631)(images
2706 (region "worldmap/forest/ghostforest.png" 64 256 32 32))
2707 (solid #t))
2708 (tile(id 632)(images
2709 (region "worldmap/forest/ghostforest.png" 96 256 32 32))
2710 (solid #t))
2711 (tile(id 633)(images
2712 (region "worldmap/forest/ghostforest.png" 128 256 32 32))
2713 (solid #t))
2714 (tile(id 634)(images
2715 (region "worldmap/forest/ghostforest.png" 160 256 32 32))
2716 (solid #t))
2717 (tile(id 635)(images
2718 (region "worldmap/forest/ghostforest.png" 192 256 32 32))
2719 (solid #t))
2720 (tile(id 636)(images
2721 (region "worldmap/forest/ghostforest.png" 224 256 32 32))
2722 (solid #t))
2723 (tile(id 637)(images
2724 (region "worldmap/forest/ghostforest.png" 256 256 32 32))
2725 (solid #t))
2726 (tile(id 638)(images
2727 (region "worldmap/forest/ghostforest.png" 0 288 32 32))
2728 (solid #t))
2729 (tile(id 639)(images
2730 (region "worldmap/forest/ghostforest.png" 32 288 32 32))
2731 (solid #t))
2732 (tile(id 640)(images
2733 (region "worldmap/forest/ghostforest.png" 64 288 32 32))
2734 (solid #t))
2735 (tile(id 641)(images
2736 (region "worldmap/forest/ghostforest.png" 96 288 32 32))
2737 (solid #t))
2738 (tile(id 642)(images
2739 (region "worldmap/forest/ghostforest.png" 128 288 32 32))
2740 (solid #t))
2741 (tile(id 643)(images
2742 (region "worldmap/forest/ghostforest.png" 160 288 32 32))
2743 (solid #t))
2744 (tile(id 644)(images
2745 (region "worldmap/forest/ghostforest.png" 192 288 32 32))
2746 (solid #t))
2747 (tile(id 645)(images
2748 (region "worldmap/forest/ghostforest.png" 224 288 32 32))
2749 (solid #t))
2750 (tile(id 646)(images
2751 (region "worldmap/forest/ghostforest.png" 256 288 32 32))
2752 (solid #t))
2753 (tile(id 647)(images
2754 (region "worldmap/forest/ghostforest.png" 0 320 32 32))
2755 (solid #t))
2756 (tile(id 648)(images
2757 (region "worldmap/forest/ghostforest.png" 32 320 32 32))
2758 (solid #t))
2759 (tile(id 649)(images
2760 (region "worldmap/forest/ghostforest.png" 64 320 32 32))
2761 (solid #t))
2762 (tile(id 650)(images
2763 (region "worldmap/forest/ghostforest.png" 96 320 32 32))
2764 (solid #t))
2765 (tile(id 651)(images
2766 (region "worldmap/forest/ghostforest.png" 128 320 32 32))
2767 (solid #t))
2768 (tile(id 652)(images
2769 (region "worldmap/forest/ghostforest.png" 160 320 32 32))
2770 (solid #t))
2771 (tile(id 653)(images
2772 (region "worldmap/forest/ghostforest.png" 192 320 32 32))
2773 (solid #t))
2774 (tile(id 654)(images
2775 (region "worldmap/forest/ghostforest.png" 224 320 32 32))
2776 (solid #t))
2777 (tile(id 655)(images
2778 (region "worldmap/forest/ghostforest.png" 256 320 32 32))
2779 (solid #t))
2780 (tile(id 656)(images
2781 (region "worldmap/forest/ghostforest.png" 0 352 32 32))
2782 (solid #t))
2783 (tile(id 657)(images
2784 (region "worldmap/forest/ghostforest.png" 32 352 32 32))
2785 (solid #t))
2786 (tile(id 658)(images
2787 (region "worldmap/forest/ghostforest.png" 64 352 32 32))
2788 (solid #t))
2789 (tile(id 659)(images
2790 (region "worldmap/forest/ghostforest.png" 96 352 32 32))
2791 (solid #t))
2792 (tile(id 660)(images
2793 (region "worldmap/forest/ghostforest.png" 128 352 32 32))
2794 (solid #t))
2795 (tile(id 661)(images
2796 (region "worldmap/forest/ghostforest.png" 160 352 32 32))
2797 (solid #t))
2798 (tile(id 662)(images
2799 (region "worldmap/forest/ghostforest.png" 192 352 32 32))
2800 (solid #t))
2801 (tile(id 663)(images
2802 (region "worldmap/forest/ghostforest.png" 224 352 32 32))
2803 (solid #t))
2804 (tile(id 664)(images
2805 (region "worldmap/forest/ghostforest.png" 256 352 32 32))
2806 (solid #t))
2807 (tile(id 665)(images
2808 (region "worldmap/forest/ghostforest.png" 0 384 32 32))
2809 (solid #t))
2810 (tile(id 666)(images
2811 (region "worldmap/forest/ghostforest.png" 32 384 32 32))
2812 (solid #t))
2813 (tile(id 667)(images
2814 (region "worldmap/forest/ghostforest.png" 64 384 32 32))
2815 (solid #t))
2816 (tile(id 668)(images
2817 (region "worldmap/forest/ghostforest.png" 96 384 32 32))
2818 (solid #t))
2819 (tile(id 669)(images
2820 (region "worldmap/forest/ghostforest.png" 128 384 32 32))
2821 (solid #t))
2822 (tile(id 670)(images
2823 (region "worldmap/forest/ghostforest.png" 160 384 32 32))
2824 (solid #t))
2825 (tile(id 671)(images
2826 (region "worldmap/forest/ghostforest.png" 192 384 32 32))
2827 (solid #t))
2828 (tile(id 672)(images
2829 (region "worldmap/forest/ghostforest.png" 224 384 32 32))
2830 (solid #t))
2831 (tile(id 673)(images
2832 (region "worldmap/forest/ghostforest.png" 256 384 32 32))
2833 (solid #t))
2834 (tile(id 674)(images
2835 (region "worldmap/forest/ghostforest.png" 0 416 32 32))
2836 (solid #t))
2837 (tile(id 675)(images
2838 (region "worldmap/forest/ghostforest.png" 32 416 32 32))
2839 (solid #t))
2840 (tile(id 676)(images
2841 (region "worldmap/forest/ghostforest.png" 64 416 32 32))
2842 (solid #t))
2843 (tile(id 677)(images
2844 (region "worldmap/forest/ghostforest.png" 96 416 32 32))
2845 (solid #t))
2846 (tile(id 678)(images
2847 (region "worldmap/forest/ghostforest.png" 128 416 32 32))
2848 (solid #t))
2849 (tile(id 679)(images
2850 (region "worldmap/forest/ghostforest.png" 160 416 32 32))
2851 (solid #t))
2852 (tile(id 680)(images
2853 (region "worldmap/forest/ghostforest.png" 192 416 32 32))
2854 (solid #t))
2855 (tile(id 681)(images
2856 (region "worldmap/forest/ghostforest.png" 224 416 32 32))
2857 (solid #t))
2858 (tile(id 682)(images
2859 (region "worldmap/forest/ghostforest.png" 256 416 32 32))
2860 (solid #t))
2861 (tile(id 683)(images
2862 (region "worldmap/forest/stream.png" 0 0 32 32))
2863 (solid #t))
2864 (tile(id 684)(images
2865 (region "worldmap/forest/stream.png" 32 0 32 32))
2866 (solid #t))
2867 (tile(id 685)(images
2868 (region "worldmap/forest/stream.png" 64 0 32 32))
2869 (solid #t))
2870 (tile(id 686)(images
2871 (region "worldmap/forest/stream.png" 96 0 32 32))
2872 (solid #t))
2873 (tile(id 687)(images
2874 (region "worldmap/forest/stream.png" 128 0 32 32))
2875 (solid #t))
2876
2877 (tile(id 688)(images
2878 (region "worldmap/forest/stream.png" 0 32 32 32))
2879 (solid #t))
2880 (tile(id 689)(images
2881 (region "worldmap/forest/stream.png" 32 32 32 32))
2882 (solid #t))
2883 (tile(id 690)(images
2884 (region "worldmap/forest/stream.png" 64 32 32 32))
2885 (solid #t))
2886 (tile(id 691)(images
2887 (region "worldmap/forest/stream.png" 96 32 32 32))
2888 (solid #t))
2889 (tile(id 692)(images
2890 (region "worldmap/forest/stream.png" 128 32 32 32))
2891 (solid #t))
2892
2893 (tile(id 693)(images
2894 (region "worldmap/forest/stream.png" 0 64 32 32))
2895 (solid #t))
2896 (tile(id 694)(images
2897 (region "worldmap/forest/stream.png" 32 64 32 32))
2898 (solid #t))
2899 (tile(id 695)(images
2900 (region "worldmap/forest/stream.png" 64 64 32 32))
2901 (solid #t))
2902 (tile(id 696)(images
2903 (region "worldmap/forest/stream.png" 96 64 32 32))
2904 (solid #t))
2905 (tile(id 697)(images
2906 (region "worldmap/forest/stream.png" 128 64 32 32))
2907 (solid #t))
2908
2909 (tile(id 698)(images
2910 (region "worldmap/forest/stream.png" 0 96 32 32))
2911 (solid #t))
2912 (tile(id 699)(images
2913 (region "worldmap/forest/stream.png" 32 96 32 32))
2914 (solid #t))
2915
2916
2917 (tile(id 700)(images
2918 (region "worldmap/forest/stream.png" 64 96 32 32))
2919 (north #f)
2920 (south #f)
2921 (east  #t)
2922 (west  #t)
2923 (stop  #f))
2924
2925
2926 (tile(id 701)(images
2927 (region "worldmap/forest/stream.png" 96 96 32 32))
2928 (north #f)
2929 (south #f)
2930 (east  #t)
2931 (west  #t)
2932 (stop  #f))
2933 (tile(id 702)(images
2934 (region "worldmap/forest/stream.png" 128 96 32 32))
2935 (solid #t))
2936
2937 (tile(id 703)(images
2938 (region "worldmap/forest/stream.png" 0 128 32 32))
2939 (solid #t))
2940 (tile(id 704)(images
2941 (region "worldmap/forest/stream.png" 32 128 32 32))
2942 (solid #t))
2943 (tile(id 705)(images
2944 (region "worldmap/forest/stream.png" 64 128 32 32))
2945 (solid #t))
2946 (tile(id 706)(images
2947 (region "worldmap/forest/stream.png" 96 128 32 32))
2948 (solid #t))
2949 (tile(id 707)(images
2950 (region "worldmap/forest/stream.png" 128 128 32 32))
2951 (solid #t))
2952
2953 (tile
2954     (id 708)
2955     (images
2956       (region "worldmap/forest/ghostwood.png" 0 0 32 32)
2957     )  (north #f)
2958        (south #t)
2959        (east  #t)
2960        (west  #f)
2961        (stop  #f))
2962 (tile
2963     (id 709)
2964     (images
2965       (region "worldmap/forest/ghostwood.png" 32 0 32 32)
2966     )  (north #t)
2967        (south #t)
2968        (east  #t)
2969        (west  #f)
2970        (stop  #t))
2971 (tile
2972     (id 710)
2973     (images
2974       (region "worldmap/forest/ghostwood.png" 64 0 32 32)
2975     )  (north #f)
2976        (south #t)
2977        (east  #t)
2978        (west  #f)
2979        (stop  #f))
2980 (tile
2981     (id 711)
2982     (images
2983       (region "worldmap/forest/ghostwood.png" 96 0 32 32)
2984     )  (north #f)
2985        (south #t)
2986        (east  #f)
2987        (west  #t)
2988        (stop  #f))
2989 (tile
2990     (id 712)
2991     (images
2992       (region "worldmap/forest/ghostwood.png" 128 0 32 32)
2993     )  (north #f)
2994        (south #f)
2995        (east  #t)
2996        (west  #t)
2997        (stop  #f))
2998 (tile
2999     (id 713)
3000     (images
3001       (region "worldmap/forest/ghostwood.png" 0 32 32 32)
3002     )  (north #f)
3003        (south #t)
3004        (east  #t)
3005        (west  #t)
3006        (stop  #t))
3007 (tile
3008     (id 714)
3009     (images
3010       (region "worldmap/forest/ghostwood.png" 32 32 32 32)
3011     )  (north #t)
3012        (south #t)
3013        (east  #f)
3014        (west  #t)
3015        (stop  #t))
3016 (tile
3017     (id 715)
3018     (images
3019       (region "worldmap/forest/ghostwood.png" 64 32 32 32)
3020     )  (north #t)
3021        (south #t)
3022        (east  #f)
3023        (west  #f)
3024        (stop  #f))
3025 (tile
3026     (id 716)
3027     (images
3028       (region "worldmap/forest/ghostwood.png" 96 32 32 32)
3029     )  (north #t)
3030        (south #t)
3031        (east  #t)
3032        (west  #f)
3033        (stop  #t))
3034 (tile
3035     (id 717)
3036     (images
3037       (region "worldmap/forest/ghostwood.png" 128 32 32 32)
3038     )  (north #t)
3039        (south #f)
3040        (east  #t)
3041        (west  #f)
3042        (stop  #f))
3043 (tile
3044     (id 718)
3045     (images
3046       (region "worldmap/forest/ghostwood.png" 0 64 32 32)
3047      ) (north #t)
3048        (south #f)
3049        (east  #t)
3050        (west  #t)
3051        (stop  #t)
3052 )
3053 (tile
3054     (id 719)
3055     (images
3056       (region "worldmap/forest/ghostwood.png" 32 64 32 32)
3057      ) (north #t)
3058        (south #f)
3059        (east  #f)
3060        (west  #t)
3061        (stop  #t)
3062 )
3063 (tile
3064     (id 720)
3065     (images
3066       (region "worldmap/forest/ghostwood.png" 64 64 32 32)
3067     )
3068     (solid #t))
3069 (tile
3070     (id 721)
3071     (images
3072       (region "worldmap/forest/ghostwood.png" 96 64 32 32)
3073     )
3074     (solid #t))
3075 (tile
3076     (id 722)
3077     (images
3078       (region "worldmap/forest/ghostwood.png" 128 64 32 32)
3079     )
3080     (solid #t))
3081 (tile
3082     (id 723)
3083     (images
3084       (region "worldmap/forest/ghostwood.png" 0 64 32 32)
3085     )
3086     (solid #t))
3087 (tile
3088     (id 724)
3089     (images
3090       (region "worldmap/forest/ghostwood.png" 32 96 32 32)
3091     )
3092     (solid #t))
3093 (tile
3094     (id 725)
3095     (images
3096       (region "worldmap/forest/ghostwood.png" 64 96 32 32)
3097     )
3098     (solid #t))
3099 (tile
3100     (id 726)
3101     (images
3102       (region "worldmap/forest/ghostwood.png" 96 96 32 32)
3103     )
3104     (solid #t))
3105 (tile
3106     (id 727)
3107     (images
3108       (region "worldmap/forest/ghostwood.png" 128 96 32 32)
3109     )
3110     (solid #t))
3111
3112 (tile
3113     (id 728)
3114     (images
3115       (region "worldmap/forest/ghostwood.png" 32 128 32 32)
3116     )
3117     (solid #t))
3118 (tile
3119     (id 730)
3120     (images
3121       (region "worldmap/forest/ghostwood.png" 64 128 32 32)
3122     )
3123     (solid #t))
3124 (tile
3125     (id 731)
3126     (images
3127       (region "worldmap/forest/ghostwood.png" 96 128 32 32)
3128     )
3129     (solid #t))
3130 (tile
3131     (id 732)
3132     (images
3133       (region "worldmap/forest/ghostwood.png" 128 128 32 32)
3134     )
3135     (solid #t))
3136
3137 )
3138 )
3139