added castle WIP
[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/forest/m16.png")
343      (stop #t)
344      (north #f)
345      (south #f)
346      (west  #t)
347      (east  #t))
348 (tile (id 74)
349      (images "worldmap/forest/ground.png")
350      (stop #t)
351      (north #f)
352      (south #f)
353      (west  #f)
354      (east  #f))
355 (tile (id 75)
356      (images "worldmap/forest/path.png")
357      (stop #f)
358      (north #f)
359      (south #f)
360      (west  #t)
361      (east  #t))
362 (tile (id 76)
363      (images "worldmap/forest/ghost.png")
364      (stop #t)
365      (north #t)
366      (south #t)
367      (west  #t)
368      (east  #t))
369 (tile (id 77)
370      (images "worldmap/forest/ghost_wood.png")
371      (stop #t)
372      (north #f)
373      (south #f)
374      (west  #f)
375      (east  #f))
376 (tile (id 78)
377      (images "worldmap/forest/path_v.png")
378      (stop #f)
379      (north #t)
380      (south #t)
381      (west  #f)
382      (east  #f))
383 (tile (id 79)
384      (images "worldmap/forest/path_wns.png")
385      (stop #t)
386      (north #t)
387      (south #t)
388      (west  #t)
389      (east  #t))
390 (tile (id 80)
391      (images "worldmap/forest/path_nes.png")
392      (stop #t)
393      (north #t)
394      (south #t)
395      (west  #f)
396      (east  #t))
397 (tile (id 81)
398      (images "worldmap/forest/path_wn.png")
399      (stop #f)
400      (north #t)
401      (south #f)
402      (west  #t)
403      (east  #f))
404 (tile (id 82)
405      (images "worldmap/forest/path_ne.png")
406      (stop #f)
407      (north #t)
408      (south #f)
409      (west  #f)
410      (east  #t))
411 (tile (id 83)
412      (images "worldmap/forest/path_es.png")
413      (stop #f)
414      (north #f)
415      (south #t)
416      (west  #f)
417      (east  #t))
418 (tile (id 84)
419      (images "worldmap/forest/path_wn.png")
420      (stop #f)
421      (north #t)
422      (south #f)
423      (west  #t)
424      (east  #f))
425 (tile (id 85)
426      (images "worldmap/forest/path_wns.png")
427      (stop #t)
428      (north #t)
429      (south #t)
430      (west  #t)
431      (east  #f))
432 (tile (id 86)
433      (images "worldmap/forest/path_wes.png")
434      (stop #t)
435      (north #f)
436      (south #t)
437      (west  #t)
438      (east  #t))
439 (tile (id 87)
440      (images "worldmap/forest/path_wne.png")
441      (stop #t)
442      (north #t)
443      (south #f)
444      (west  #t)
445      (east  #t))
446 (tile (id 88)
447      (images "worldmap/forest/path_ws.png")
448      (stop #f)
449      (north #f)
450      (south #t)
451      (west  #t)
452      (east  #f))
453 (tile (id 89)
454      (images "worldmap/forest/brdg_l.png")
455      (stop #f)
456      (north #f)
457      (south #f)
458      (west  #t)
459      (east  #t))
460 (tile (id 90)
461      (images "worldmap/forest/brdg_r.png")
462      (stop #f)
463      (north #f)
464      (south #f)
465      (west  #t)
466      (east  #t))
467 (tile (id 91)
468      (images "worldmap/forest/brdg_lt.png"))
469 (tile (id 92)
470      (images "worldmap/forest/brdg_rb.png"))
471 (tile (id 93)
472      (images "worldmap/forest/brdg_lb.png"))
473 (tile (id 94)
474      (images "worldmap/forest/stream0.png"))
475 (tile (id 95)
476      (images "worldmap/forest/stream1.png"))
477 (tile (id 96)
478      (images "worldmap/forest/stream2.png"))
479 (tile (id 97)
480      (images "worldmap/forest/stream3.png"))
481 (tile (id 98)
482      (images "worldmap/forest/stream4.png"))
483 (tile (id 99)
484      (images "worldmap/forest/stream5.png"))
485 (tile (id 100)
486      (images "worldmap/forest/stream6.png"))
487 (tile (id 101)
488      (images "worldmap/forest/stream7.png"))
489 (tile (id 102)
490      (images "worldmap/forest/m1.png"))
491 (tile (id 103)
492      (images "worldmap/forest/m2.png"))
493 (tile (id 104)
494      (images "worldmap/forest/m3.png"))
495 (tile (id 105)
496      (images "worldmap/forest/m4.png"))
497 (tile (id 106)
498      (images "worldmap/forest/m5.png"))
499 (tile (id 107)
500      (images "worldmap/forest/m6.png"))
501 (tile (id 108)
502      (images "worldmap/forest/m7.png"))
503 (tile (id 109)
504      (images "worldmap/forest/m8.png"))
505 (tile (id 110)
506      (images "worldmap/forest/m9.png"))
507 (tile (id 111)
508      (images "worldmap/forest/m10.png"))
509 (tile (id 112)
510      (images "worldmap/forest/m11.png"))
511 (tile (id 113)
512      (images "worldmap/forest/m12.png"))
513 (tile (id 114)
514      (images "worldmap/forest/m13.png"))
515 (tile (id 115)
516      (images "worldmap/forest/m14.png"))
517 (tile (id 116)
518      (images "worldmap/forest/f1.png"))
519 (tile (id 117)
520      (images "worldmap/forest/f2.png"))
521 (tile (id 118)
522      (images "worldmap/forest/f3.png"))
523 (tile (id 119)
524      (images "worldmap/forest/f4.png"))
525 (tile (id 120)
526      (images "worldmap/forest/f5.png"))
527 (tile (id 121)
528      (images "worldmap/forest/f6.png"))
529 (tile (id 122)
530      (images "worldmap/forest/f7.png"))
531 (tile (id 123)
532      (images "worldmap/forest/f8.png"))
533 (tile (id 124)
534      (images "worldmap/forest/f9.png"))
535 (tile (id 125)
536      (images "worldmap/forest/f10.png"))
537 (tile (id 126)
538      (images "worldmap/forest/gd2.png"))
539 (tile (id 127)
540      (images "worldmap/forest/gr1.png")
541      (stop #f)
542      (north #t)
543      (south #t)
544      (west  #f)
545      (east  #f))
546 (tile (id 128)
547      (images "worldmap/forest/gd2m.png"))
548 (tile (id 129)
549      (images "worldmap/forest/gr2.png")
550      (stop #f)
551      (north #t)
552      (south #t)
553      (west  #f)
554      (east  #f))
555 (tile (id 130)
556      (images "worldmap/forest/gr3.png"))
557 (tile (id 131)
558      (images "worldmap/forest/gr4.png")
559      (stop #f)
560      (north #f)
561      (south #f)
562      (west  #t)
563      (east  #t))
564 (tile (id 132)
565      (images "worldmap/forest/gr5.png")
566      (stop #t)
567      (north #t)
568      (south #t)
569      (west  #f)
570      (east  #t))
571 (tile (id 133)
572      (images "worldmap/forest/gr6.png"))
573 (tile (id 134)
574      (images "worldmap/forest/gr7.png")
575      (stop #f)
576      (north #t)
577      (south #t)
578      (west  #f)
579      (east  #t))
580 (tile (id 135)
581      (images "worldmap/forest/g8.png"))
582 (tile (id 136)
583      (images "worldmap/forest/g9.png"))
584 (tile (id 137)
585      (images "worldmap/forest/g10.png"))
586 (tile (id 138)
587      (images "worldmap/forest/g11.png"))
588 (tile (id 139)
589      (images "worldmap/forest/g12.png"))
590 (tile (id 140)
591      (images "worldmap/forest/e1.png")
592      (stop #t)
593      (north #f)
594      (south #f)
595      (west  #f)
596      (east  #t))
597 (tile (id 141)
598      (images "worldmap/forest/e2.png")
599      (stop #t)
600      (north #f)
601      (south #f)
602      (west  #t)
603      (east  #f))
604 (tile (id 142)
605      (images "worldmap/forest/map-1-1.png"))
606 (tile (id 143)
607      (images "worldmap/forest/map-1-2.png"))
608 (tile (id 144)
609      (images "worldmap/forest/map-2-1.png")
610      (stop #f)
611      (north #f)
612      (south #f)
613      (west  #t)
614      (east  #t))
615 (tile (id 145)
616      (images "worldmap/forest/map-2-2.png")
617      (stop #f)
618      (north #f)
619      (south #f)
620      (west  #t)
621      (east  #t))
622 (tile (id 146)
623      (images "worldmap/forest/map-3-1.png"))
624 (tile (id 147)
625      (images "worldmap/forest/map-3-2.png"))
626 (tile (id 148)
627      (images "worldmap/forest/ground2.png"))
628 (tile (id 149)
629      (images "worldmap/forest/map-2-1b.png")
630      (stop #f)
631      (north #f)
632      (south #f)
633      (west  #t)
634      (east  #t))
635 (tile (id 150)
636      (images "worldmap/forest/map-2-1c.png"))
637 (tile (id 151)
638      (images "worldmap/forest/map-2-2b.png"))
639 (tile (id 152)
640      (images "worldmap/forest/map-2-1d.png")
641      (stop #f)
642      (north #f)
643      (south #f)
644      (west  #t)
645      (east  #t))
646 (tile (id 153)
647      (images "worldmap/forest/fall1.png"))
648 (tile (id 154)
649      (images "worldmap/forest/fall2.png"))
650 (tile (id 155)
651      (images "worldmap/forest/fall3.png"))
652 (tile (id 156)
653      (images "worldmap/forest/fall4.png"))
654 (tile (id 157)
655      (images "worldmap/forest/fall5.png"))
656 (tile (id 158)
657      (images "worldmap/forest/fall6.png"))
658 (tile (id 159)
659      (images "worldmap/forest/fall7.png"))
660 (tile (id 160)
661 (anim-fps -15)
662      (images "worldmap/forest/fall8.png"
663              "worldmap/forest/fall8b.png"
664              "worldmap/forest/fall8c.png")
665 )
666 (tile (id 161)
667      (images "worldmap/forest/fall9.png"))
668 (tile (id 162)
669 (anim-fps -15)
670      (images "worldmap/forest/fall0.png"
671              "worldmap/forest/fall0b.png"
672              "worldmap/forest/fall0c.png"
673 ))
674 (tile (id 163)
675      (images "worldmap/forest/stream8.png"))
676 (tile (id 164)
677      (images "worldmap/forest/stream9.png"))
678 (tile (id 165)
679      (images "worldmap/forest/stream10.png"))
680 (tile (id 166)
681      (images "worldmap/forest/shrub0.png"))
682 (tile
683     (id 167)
684     (images
685       (region "worldmap/forest/castlemap.png" 0 0 32 32)
686     )
687     (solid #t))
688 (tile
689     (id 168)
690     (images
691       (region "worldmap/forest/castlemap.png" 32 0 32 32)
692     )
693     (solid #t))
694 (tile
695     (id 169)
696     (images
697       (region "worldmap/forest/castlemap.png" 64 0 32 32)
698     )
699     (solid #t))
700 (tile
701     (id 170)
702     (images
703       (region "worldmap/forest/castlemap.png" 96 0 32 32)
704     )
705     (solid #t))
706 (tile
707     (id 171)
708     (images
709       (region "worldmap/forest/castlemap.png" 128 0 32 32)
710     )
711     (solid #t))
712 (tile
713     (id 172)
714     (images
715       (region "worldmap/forest/castlemap.png" 160 0 32 32)
716     )
717     (solid #t))
718 (tile
719     (id 173)
720     (images
721       (region "worldmap/forest/castlemap.png" 192 0 32 32)
722     )
723     (solid #t))
724 (tile
725     (id 174)
726     (images
727       (region "worldmap/forest/castlemap.png" 224 0 32 32)
728     )
729     (solid #t))
730 (tile
731     (id 175)
732     (images
733       (region "worldmap/forest/castlemap.png" 256 0 32 32)
734     )
735     (solid #t))
736 (tile
737     (id 176)
738     (images
739       (region "worldmap/forest/castlemap.png" 288 0 32 32)
740     )
741     (solid #t))
742 (tile
743     (id 177)
744     (images
745       (region "worldmap/forest/castlemap.png" 310 0 32 32)
746     )
747     (solid #t))
748 (tile
749     (id 178)
750     (images
751       (region "worldmap/forest/castlemap.png" 342 0 32 32)
752     )
753     (solid #t))
754 (tile
755     (id 179)
756     (images
757       (region "worldmap/forest/castlemap.png" 374 0 32 32)
758     )
759     (solid #t))
760 (tile
761     (id 180)
762     (images
763       (region "worldmap/forest/castlemap.png" 0 32 32 32)
764     )
765     (solid #t))
766 (tile
767     (id 181)
768     (images
769       (region "worldmap/forest/castlemap.png" 32 32 32 32)
770     )
771     (solid #t))
772 (tile
773     (id 182)
774     (images
775       (region "worldmap/forest/castlemap.png" 64 32 32 32)
776     )
777     (solid #t))
778 (tile
779     (id 183)
780     (images
781       (region "worldmap/forest/castlemap.png" 96 32 32 32)
782     )
783     (solid #t))
784 (tile
785     (id 184)
786     (images
787       (region "worldmap/forest/castlemap.png" 128 32 32 32)
788     )
789     (solid #t))
790 (tile
791     (id 185)
792     (images
793       (region "worldmap/forest/castlemap.png" 160 32 32 32)
794     )
795     (solid #t))
796 (tile
797     (id 186)
798     (images
799       (region "worldmap/forest/castlemap.png" 192 32 32 32)
800     )
801     (solid #t))
802 (tile
803     (id 187)
804     (images
805       (region "worldmap/forest/castlemap.png" 224 32 32 32)
806     )
807     (solid #t))
808 (tile
809     (id 188)
810     (images
811       (region "worldmap/forest/castlemap.png" 256 32 32 32)
812     )
813     (solid #t))
814 (tile
815     (id 189)
816     (images
817       (region "worldmap/forest/castlemap.png" 288 32 32 32)
818     )
819     (solid #t))
820 (tile
821     (id 190)
822     (images
823       (region "worldmap/forest/castlemap.png" 360 32 32 32)
824     )
825     (solid #t))
826 (tile
827     (id 191)
828     (images
829       (region "worldmap/forest/castlemap.png" 352 32 32 32)
830     )
831     (solid #t))
832 (tile
833     (id 192)
834     (images
835       (region "worldmap/forest/castlemap.png" 384 32 32 32)
836     )
837     (solid #t))
838 (tile
839     (id 193)
840     (images
841       (region "worldmap/forest/castlemap.png" 0 64 32 32)
842     )
843     (solid #t))
844 (tile
845     (id 194)
846     (images
847       (region "worldmap/forest/castlemap.png" 32 64 32 32)
848     )
849     (solid #t))
850 (tile
851     (id 195)
852     (images
853       (region "worldmap/forest/castlemap.png" 64 64 32 32)
854     )
855     (solid #t))
856 (tile
857     (id 196)
858     (images
859       (region "worldmap/forest/castlemap.png" 96 64 32 32)
860     )
861     (solid #t))
862 (tile
863     (id 197)
864     (images
865       (region "worldmap/forest/castlemap.png" 128 64 32 32)
866     )
867     (solid #t))
868 (tile
869     (id 198)
870     (images
871       (region "worldmap/forest/castlemap.png" 160 64 32 32)
872     )
873     (solid #t))
874 (tile
875     (id 199)
876     (images
877       (region "worldmap/forest/castlemap.png" 192 64 32 32)
878     )
879     (solid #t))
880 (tile
881     (id 200)
882     (images
883       (region "worldmap/forest/castlemap.png" 224 64 32 32)
884     )
885     (solid #t))
886 (tile
887     (id 201)
888     (images
889       (region "worldmap/forest/castlemap.png" 256 64 32 32)
890   )         
891      (stop #f)
892      (north #f)
893      (south #t)
894      (west  #t)
895      (east  #f))
896 (tile
897     (id 202)
898     (images
899       (region "worldmap/forest/castlemap.png" 288 64 32 32)
900     )
901     (solid #t))
902 (tile
903     (id 203)
904     (images
905       (region "worldmap/forest/castlemap.png" 320 64 32 32)
906     )
907     (solid #t))
908 (tile
909     (id 204)
910     (images
911       (region "worldmap/forest/castlemap.png" 352 64 32 32)
912     )
913     (solid #t))
914 (tile
915     (id 205)
916     (images
917       (region "worldmap/forest/castlemap.png" 384 64 32 32)
918     )
919     (solid #t))
920 (tile
921     (id 206)
922     (images
923       (region "worldmap/forest/castlemap.png" 0 96 32 32)
924     )
925     (solid #t))
926 (tile
927     (id 207)
928     (images
929       (region "worldmap/forest/castlemap.png" 32 96 32 32)
930     )
931     (solid #t))
932 (tile
933     (id 208)
934     (images
935       (region "worldmap/forest/castlemap.png" 64 96 32 32)
936     )
937     (solid #t))
938 (tile
939     (id 209)
940     (images
941       (region "worldmap/forest/castlemap.png" 96 96 32 32)
942     )
943     (solid #t))
944 (tile
945     (id 210)
946     (images
947       (region "worldmap/forest/castlemap.png" 128 96 32 32)
948     )
949     (solid #t))
950 (tile
951     (id 211)
952     (images
953       (region "worldmap/forest/castlemap.png" 160 96 32 32)
954     )
955     (solid #t))
956 (tile
957     (id 212)
958     (images
959       (region "worldmap/forest/castlemap.png" 192 96 32 32)
960     )
961     (solid #t))
962 (tile
963     (id 213)
964     (images
965       (region "worldmap/forest/castlemap.png" 224 96 32 32)
966     )
967     (solid #t))
968 (tile
969     (id 214)
970     (images
971       (region "worldmap/forest/castlemap.png" 256 96 32 32)
972    )         
973      (stop #t)
974      (north #f)
975      (south #t)
976      (west  #f)
977      (east  #f))
978 (tile
979     (id 215)
980     (images
981       (region "worldmap/forest/castlemap.png" 288 96 32 32)
982     )
983     (solid #t))
984 (tile
985     (id 216)
986     (images
987       (region "worldmap/forest/castlemap.png" 320 96 32 32)
988     )
989     (solid #t))
990 (tile
991     (id 217)
992     (images
993       (region "worldmap/forest/castlemap.png" 352 96 32 32)
994     )
995     (solid #t))
996 (tile
997     (id 218)
998     (images
999       (region "worldmap/forest/castlemap.png" 384 96 32 32)
1000     )
1001     (solid #t))
1002 (tile
1003     (id 219)
1004     (images
1005       (region "worldmap/forest/castlemap.png" 0 128 32 32)
1006     )
1007     (solid #t))
1008 (tile
1009     (id 220)
1010     (images
1011       (region "worldmap/forest/castlemap.png" 32 128 32 32)
1012     )
1013     (solid #t))
1014 (tile
1015     (id 221)
1016     (images
1017       (region "worldmap/forest/castlemap.png" 64 128 32 32)
1018     )
1019     (solid #t))
1020 (tile
1021     (id 222)
1022     (images
1023       (region "worldmap/forest/castlemap.png" 96 128 32 32)
1024     )
1025     (solid #t))
1026 (tile
1027     (id 223)
1028     (images
1029       (region "worldmap/forest/castlemap.png" 128 128 32 32)
1030     )
1031     (solid #t))
1032 (tile
1033     (id 224)
1034     (images
1035       (region "worldmap/forest/castlemap.png" 160 128 32 32)
1036     )
1037     (solid #t))
1038 (tile
1039     (id 225)
1040     (images
1041       (region "worldmap/forest/castlemap.png" 192 128 32 32)
1042     )
1043     (solid #t))
1044 (tile
1045     (id 226)
1046     (images
1047       (region "worldmap/forest/castlemap.png" 224 128 32 32)
1048     )
1049     (solid #t))
1050 (tile
1051     (id 227)
1052     (images
1053       (region "worldmap/forest/castlemap.png" 256 128 32 32)
1054  )         
1055      (stop #f)
1056      (north #t)
1057      (south #t)
1058      (west  #f)
1059      (east  #f))
1060 (tile
1061     (id 228)
1062     (images
1063       (region "worldmap/forest/castlemap.png" 288 128 32 32)
1064     )
1065     (solid #t))
1066 (tile
1067     (id 229)
1068     (images
1069       (region "worldmap/forest/castlemap.png" 320 128 32 32)
1070     )
1071     (solid #t))
1072 (tile
1073     (id 230)
1074     (images
1075       (region "worldmap/forest/castlemap.png" 352 128 32 32)
1076     )
1077     (solid #t))
1078 (tile
1079     (id 231)
1080     (images
1081       (region "worldmap/forest/castlemap.png" 384 128 32 32)
1082     )
1083     (solid #t))
1084 (tile
1085     (id 232)
1086     (images
1087       (region "worldmap/forest/castlemap.png" 0 160 32 32)
1088     )
1089     (solid #t))
1090 (tile
1091     (id 233)
1092     (images
1093       (region "worldmap/forest/castlemap.png" 32 160 32 32)
1094     )
1095     (solid #t))
1096 (tile
1097     (id 234)
1098     (images
1099       (region "worldmap/forest/castlemap.png" 64 160 32 32)
1100     )
1101     (solid #t))
1102 (tile
1103     (id 235)
1104     (images
1105       (region "worldmap/forest/castlemap.png" 96 160 32 32)
1106     )
1107     (solid #t))
1108 (tile
1109     (id 236)
1110     (images
1111       (region "worldmap/forest/castlemap.png" 128 160 32 32)
1112      )
1113     (solid #t))
1114 (tile
1115     (id 237)
1116     (images
1117       (region "worldmap/forest/castlemap.png" 160 160 32 32)
1118     )
1119     (solid #t))
1120 (tile
1121     (id 238)
1122     (images
1123       (region "worldmap/forest/castlemap.png" 192 160 32 32)
1124     )
1125     (solid #t))
1126 (tile
1127     (id 239)
1128     (images
1129       (region "worldmap/forest/castlemap.png" 224 160 32 32)
1130     )
1131     (solid #t))
1132 (tile
1133     (id 240)
1134     (images
1135       (region "worldmap/forest/castlemap.png" 256 160 32 32)
1136  )         
1137      (stop #f)
1138      (north #t)
1139      (south #t)
1140      (west  #f)
1141      (east  #f))
1142 (tile
1143     (id 241)
1144     (images
1145       (region "worldmap/forest/castlemap.png" 288 160 32 32)
1146     )
1147     (solid #t))
1148 (tile
1149     (id 242)
1150     (images
1151       (region "worldmap/forest/castlemap.png" 320 160 32 32)
1152     )
1153     (solid #t))
1154 (tile
1155     (id 243)
1156     (images
1157       (region "worldmap/forest/castlemap.png" 352 160 32 32)
1158     )
1159     (solid #t))
1160 (tile
1161     (id 244)
1162     (images
1163       (region "worldmap/forest/castlemap.png" 384 160 32 32)
1164     )
1165     (solid #t))
1166 (tile
1167     (id 245)
1168     (images
1169       (region "worldmap/forest/castlemap.png" 0 192 32 32)
1170     )
1171     (solid #t))
1172 (tile
1173     (id 246)
1174     (images
1175       (region "worldmap/forest/castlemap.png" 32 192 32 32)
1176    )
1177     (solid #t))
1178 (tile
1179     (id 247)
1180     (images
1181       (region "worldmap/forest/castlemap.png" 64 192 32 32)
1182     )
1183     (solid #t))
1184 (tile
1185     (id 248)
1186     (images
1187       (region "worldmap/forest/castlemap.png" 96 192 32 32)
1188  )         
1189      (stop #f)
1190      (north #f)
1191      (south #t)
1192      (west  #f)
1193      (east  #t))
1194 (tile
1195     (id 249)
1196     (images
1197       (region "worldmap/forest/castlemap.png" 128 192 32 32)
1198  )         
1199      (stop #f)
1200      (north #f)
1201      (south #f)
1202      (west  #t)
1203      (east  #t))
1204 (tile
1205     (id 250)
1206     (images
1207       (region "worldmap/forest/castlemap.png" 160 192 32 32)
1208    )         
1209      (stop #f)
1210      (north #f)
1211      (south #f)
1212      (west  #t)
1213      (east  #t))
1214 (tile
1215     (id 251)
1216     (images
1217       (region "worldmap/forest/castlemap.png" 192 192 32 32)
1218     )         
1219      (stop #f)
1220      (north #f)
1221      (south #t)
1222      (west  #t)
1223      (east  #f))
1224 (tile
1225     (id 252)
1226     (images
1227       (region "worldmap/forest/castlemap.png" 224 192 32 32)
1228     )
1229     (solid #t))
1230 (tile
1231     (id 253)
1232     (images
1233       (region "worldmap/forest/castlemap.png" 256 192 32 32)
1234  )         
1235      (stop #f)
1236      (north #t)
1237      (south #f)
1238      (west  #f)
1239      (east  #t))
1240 (tile
1241     (id 254)
1242     (images
1243       (region "worldmap/forest/castlemap.png" 288 192 32 32)
1244  )         
1245      (stop #f)
1246      (north #f)
1247      (south #t)
1248      (west  #t)
1249      (east  #f))
1250 (tile
1251     (id 255)
1252     (images
1253       (region "worldmap/forest/castlemap.png" 320 192 32 32)
1254     )
1255     (solid #t))
1256 (tile
1257     (id 256)
1258     (images
1259       (region "worldmap/forest/castlemap.png" 352 192 32 32)
1260     )
1261     (solid #t))
1262 (tile
1263     (id 257)
1264     (images
1265       (region "worldmap/forest/castlemap.png" 384 192 32 32)
1266     )
1267     (solid #t))
1268 (tile
1269     (id 258)
1270     (images
1271       (region "worldmap/forest/castlemap.png" 0 224 32 32)
1272     )
1273     (solid #t))
1274 (tile
1275     (id 259)
1276     (images
1277       (region "worldmap/forest/castlemap.png" 32 224 32 32)
1278     )
1279     (solid #t))
1280 (tile
1281     (id 260)
1282     (images
1283       (region "worldmap/forest/castlemap.png" 64 224 32 32)
1284     )
1285     (solid #t))
1286 (tile
1287     (id 261)
1288     (images
1289       (region "worldmap/forest/castlemap.png" 96 224 32 32)
1290   )         
1291      (stop #f)
1292      (north #t)
1293      (south #t)
1294      (west  #f)
1295      (east  #f))
1296 (tile
1297     (id 262)
1298     (images
1299       (region "worldmap/forest/castlemap.png" 128 224 32 32)
1300     )
1301     (solid #t))
1302 (tile
1303     (id 263)
1304     (images
1305       (region "worldmap/forest/castlemap.png" 160 224 32 32)
1306     )
1307     (solid #t))
1308 (tile
1309     (id 264)
1310     (images
1311       (region "worldmap/forest/castlemap.png" 192 224 32 32)
1312  )         
1313      (stop #f)
1314      (north #t)
1315      (south #t)
1316      (west  #f)
1317      (east  #f))
1318 (tile
1319     (id 265)
1320     (images
1321       (region "worldmap/forest/castlemap.png" 224 224 32 32)
1322     )
1323     (solid #t))
1324 (tile
1325     (id 266)
1326     (images
1327       (region "worldmap/forest/castlemap.png" 256 224 32 32)
1328     )
1329     (solid #t))
1330 (tile
1331     (id 267)
1332     (images
1333       (region "worldmap/forest/castlemap.png" 288 224 32 32)
1334  )         
1335      (stop #f)
1336      (north #t)
1337      (south #t)
1338      (west  #f)
1339      (east  #f))
1340 (tile
1341     (id 268)
1342     (images
1343       (region "worldmap/forest/castlemap.png" 320 224 32 32)
1344     )
1345     (solid #t))
1346 (tile
1347     (id 269)
1348     (images
1349       (region "worldmap/forest/castlemap.png" 352 224 32 32)
1350     )
1351     (solid #t))
1352 (tile
1353     (id 270)
1354     (images
1355       (region "worldmap/forest/castlemap.png" 384 224 32 32)
1356    )         
1357      (stop #f)
1358      (north #t)
1359      (south #t)
1360      (west  #f)
1361      (east  #f))
1362 (tile
1363     (id 271)
1364     (images
1365       (region "worldmap/forest/castlemap.png" 0 256 32 32)
1366     )
1367     (solid #t))
1368 (tile
1369     (id 272)
1370     (images
1371       (region "worldmap/forest/castlemap.png" 32 256 32 32)
1372     )
1373     (solid #t))
1374 (tile
1375     (id 273)
1376     (images
1377       (region "worldmap/forest/castlemap.png" 64 256 32 32)
1378     )
1379     (solid #t))
1380 (tile
1381     (id 274)
1382     (images
1383       (region "worldmap/forest/castlemap.png" 96 256 32 32)
1384  )         
1385      (stop #f)
1386      (north #t)
1387      (south #f)
1388      (west  #f)
1389      (east  #t))
1390 (tile
1391     (id 275)
1392     (images
1393       (region "worldmap/forest/castlemap.png" 128 256 32 32)
1394   )         
1395      (stop #f)
1396      (north #f)
1397      (south #t)
1398      (west  #t)
1399      (east  #f))
1400 (tile
1401     (id 276)
1402     (images
1403       (region "worldmap/forest/castlemap.png" 160 256 32 32)
1404     )
1405     (solid #t))
1406 (tile
1407     (id 277)
1408     (images
1409       (region "worldmap/forest/castlemap.png" 192 256 32 32)
1410   )         
1411      (stop #f)
1412      (north #t)
1413      (south #t)
1414      (west  #f)
1415      (east  #f))
1416 (tile
1417     (id 278)
1418     (images
1419       (region "worldmap/forest/castlemap.png" 224 256 32 32)
1420     )
1421     (solid #t))
1422 (tile
1423     (id 279)
1424     (images
1425       (region "worldmap/forest/castlemap.png" 256 256 32 32)
1426     )
1427     (solid #t))
1428 (tile
1429     (id 280)
1430     (images
1431       (region "worldmap/forest/castlemap.png" 288 256 32 32)
1432    )         
1433      (stop #f)
1434      (north #t)
1435      (south #t)
1436      (west  #f)
1437      (east  #f))
1438 (tile
1439     (id 281)
1440     (images
1441       (region "worldmap/forest/castlemap.png" 320 256 32 32)
1442     )
1443     (solid #t))
1444 (tile
1445     (id 282)
1446     (images
1447       (region "worldmap/forest/castlemap.png" 352 256 32 32)
1448     )
1449     (solid #t))
1450 (tile
1451     (id 283)
1452     (images
1453       (region "worldmap/forest/castlemap.png" 384 256 32 32)
1454     )
1455     (solid #t))
1456 (tile
1457     (id 284)
1458     (images
1459       (region "worldmap/forest/castlemap.png" 0 288 32 32)
1460     )
1461     (solid #t))
1462 (tile
1463     (id 285)
1464     (images
1465       (region "worldmap/forest/castlemap.png" 32 288 32 32)
1466     )
1467     (solid #t))
1468 (tile
1469     (id 286)
1470     (images
1471       (region "worldmap/forest/castlemap.png" 64 288 32 32)
1472     )
1473     (solid #t))
1474 (tile
1475     (id 287)
1476     (images
1477       (region "worldmap/forest/castlemap.png" 96 288 32 32)
1478     )
1479     (solid #t))
1480 (tile
1481     (id 288)
1482     (images
1483       (region "worldmap/forest/castlemap.png" 128 288 32 32)
1484   )         
1485      (stop #f)
1486      (north #t)
1487      (south #t)
1488      (west  #f)
1489      (east  #f))
1490 (tile
1491     (id 289)
1492     (images
1493       (region "worldmap/forest/castlemap.png" 160 288 32 32)
1494     )
1495     (solid #t))
1496 (tile
1497     (id 290)
1498     (images
1499       (region "worldmap/forest/castlemap.png" 192 288 32 32)
1500   )         
1501      (stop #f)
1502      (north #t)
1503      (south #t)
1504      (west  #f)
1505      (east  #f))
1506 (tile
1507     (id 291)
1508     (images
1509       (region "worldmap/forest/castlemap.png" 224 288 32 32)
1510     )
1511     (solid #t))
1512 (tile
1513     (id 292)
1514     (images
1515       (region "worldmap/forest/castlemap.png" 256 288 32 32)
1516  )         
1517      (stop #f)
1518      (north #t)
1519      (south #t)
1520      (west  #f)
1521      (east  #f))
1522 (tile
1523     (id 293)
1524     (images
1525       (region "worldmap/forest/castlemap.png" 288 288 32 32)
1526  )         
1527      (stop #f)
1528      (north #t)
1529      (south #t)
1530      (west  #f)
1531      (east  #f))
1532 (tile
1533     (id 294)
1534     (images
1535       (region "worldmap/forest/castlemap.png" 320 288 32 32)
1536     )
1537     (solid #t))
1538 (tile
1539     (id 295)
1540     (images
1541       (region "worldmap/forest/castlemap.png" 352 288 32 32)
1542     )
1543     (solid #t))
1544 (tile
1545     (id 296)
1546     (images
1547       (region "worldmap/forest/castlemap.png" 384 288 32 32)
1548     )
1549     (solid #t))
1550 (tile
1551     (id 297)
1552     (images
1553       (region "worldmap/forest/castlemap.png" 0 320 32 32)
1554     )
1555     (solid #t))
1556 (tile
1557     (id 298)
1558     (images
1559       (region "worldmap/forest/castlemap.png" 32 320 32 32)
1560     )
1561     (solid #t))
1562 (tile
1563     (id 299)
1564     (images
1565       (region "worldmap/forest/castlemap.png" 64 320 32 32)
1566     )
1567     (solid #t))
1568 (tile
1569     (id 300)
1570     (images
1571       (region "worldmap/forest/castlemap.png" 96 320 32 32)
1572     )
1573     (solid #t))
1574 (tile
1575     (id 301)
1576     (images
1577       (region "worldmap/forest/castlemap.png" 128 320 32 32)
1578   )         
1579      (stop #f)
1580      (north #t)
1581      (south #t)
1582      (west  #f)
1583      (east  #f))
1584 (tile
1585     (id 302)
1586     (images
1587       (region "worldmap/forest/castlemap.png" 160 320 32 32)
1588     )
1589     (solid #t))
1590 (tile
1591     (id 303)
1592     (images
1593       (region "worldmap/forest/castlemap.png" 192 320 32 32)
1594   )         
1595      (stop #f)
1596      (north #t)
1597      (south #f)
1598      (west  #f)
1599      (east  #t))
1600 (tile
1601     (id 304)
1602     (images
1603       (region "worldmap/forest/castlemap.png" 224 320 32 32)
1604   )         
1605      (stop #f)
1606      (north #f)
1607      (south #f)
1608      (west  #t)
1609      (east  #t))
1610 (tile
1611     (id 305)
1612     (images
1613       (region "worldmap/forest/castlemap.png" 256 320 32 32)
1614   )         
1615      (stop #f)
1616      (north #f)
1617      (south #f)
1618      (west  #t)
1619      (east  #t))
1620 (tile
1621     (id 306)
1622     (images
1623       (region "worldmap/forest/castlemap.png" 288 320 32 32)
1624   )         
1625      (stop #f)
1626      (north #t)
1627      (south #f)
1628      (west  #t)
1629      (east  #f))
1630 (tile
1631     (id 307)
1632     (images
1633       (region "worldmap/forest/castlemap.png" 320 320 32 32)
1634     )
1635     (solid #t))
1636 (tile
1637     (id 308)
1638     (images
1639       (region "worldmap/forest/castlemap.png" 352 320 32 32)
1640     )
1641     (solid #t))
1642 (tile
1643     (id 309)
1644     (images
1645       (region "worldmap/forest/castlemap.png" 384 320 32 32)
1646     )
1647     (solid #t))
1648 (tile
1649     (id 310)
1650     (images
1651       (region "worldmap/forest/castlemap.png" 0 352 32 32)
1652  )         
1653      (stop #f)
1654      (north #t)
1655      (south #t)
1656      (west  #f)
1657      (east  #f))
1658 (tile
1659     (id 311)
1660     (images
1661       (region "worldmap/forest/castlemap.png" 32 352 32 32)
1662     )
1663     (solid #t))
1664 (tile
1665     (id 312)
1666     (images
1667       (region "worldmap/forest/castlemap.png" 64 352 32 32)
1668     )
1669     (solid #t))
1670 (tile
1671     (id 313)
1672     (images
1673       (region "worldmap/forest/castlemap.png" 96 352 32 32)
1674     )
1675     (solid #t))
1676 (tile
1677     (id 314)
1678     (images
1679       (region "worldmap/forest/castlemap.png" 128 352 32 32)
1680   )         
1681      (stop #f)
1682      (north #t)
1683      (south #t)
1684      (west  #f)
1685      (east  #f))
1686 (tile
1687     (id 315)
1688     (images
1689       (region "worldmap/forest/castlemap.png" 160 352 32 32)
1690     )
1691     (solid #t))
1692 (tile
1693     (id 316)
1694     (images
1695       (region "worldmap/forest/castlemap.png" 192 352 32 32)
1696     )
1697     (solid #t))
1698 (tile
1699     (id 317)
1700     (images
1701       (region "worldmap/forest/castlemap.png" 224 352 32 32)
1702     )
1703     (solid #t))
1704 (tile
1705     (id 318)
1706     (images
1707       (region "worldmap/forest/castlemap.png" 256 352 32 32)
1708     )
1709     (solid #t))
1710 (tile
1711     (id 319)
1712     (images
1713       (region "worldmap/forest/castlemap.png" 288 352 32 32)
1714     )
1715     (solid #t))
1716 (tile
1717     (id 320)
1718     (images
1719       (region "worldmap/forest/castlemap.png" 320 352 32 32)
1720     )
1721     (solid #t))
1722 (tile
1723     (id 321)
1724     (images
1725       (region "worldmap/forest/castlemap.png" 352 352 32 32)
1726     )
1727     (solid #t))
1728 (tile
1729     (id 322)
1730     (images
1731       (region "worldmap/forest/castlemap.png" 384 352 32 32)
1732     )
1733     (solid #t))
1734 (tile
1735     (id 323)
1736     (images
1737       (region "worldmap/forest/castlemap.png" 0 384 32 32)
1738  )         
1739      (stop #f)
1740      (north #t)
1741      (south #t)
1742      (west  #f)
1743      (east  #f))
1744 (tile
1745     (id 324)
1746     (images
1747       (region "worldmap/forest/castlemap.png" 32 384 32 32)
1748     )
1749     (solid #t))
1750 (tile
1751     (id 325)
1752     (images
1753       (region "worldmap/forest/castlemap.png" 64 384 32 32)
1754     )
1755     (solid #t))
1756 (tile
1757     (id 326)
1758     (images
1759       (region "worldmap/forest/castlemap.png" 96 384 32 32)
1760     )
1761     (solid #t))
1762 (tile
1763     (id 327)
1764     (images
1765       (region "worldmap/forest/castlemap.png" 128 384 32 32)
1766   )         
1767      (stop #f)
1768      (north #t)
1769      (south #t)
1770      (west  #f)
1771      (east  #f))
1772 (tile
1773     (id 328)
1774     (images
1775       (region "worldmap/forest/castlemap.png" 160 384 32 32)
1776     )
1777     (solid #t))
1778 (tile
1779     (id 329)
1780     (images
1781       (region "worldmap/forest/castlemap.png" 192 384 32 32)
1782     )
1783     (solid #t))
1784 (tile
1785     (id 330)
1786     (images
1787       (region "worldmap/forest/castlemap.png" 224 384 32 32)
1788     )
1789     (solid #t))
1790 (tile
1791     (id 331)
1792     (images
1793       (region "worldmap/forest/castlemap.png" 256 384 32 32)
1794     )
1795     (solid #t))
1796 (tile
1797     (id 332)
1798     (images
1799       (region "worldmap/forest/castlemap.png" 288 384 32 32)
1800     )
1801     (solid #t))
1802 (tile
1803     (id 333)
1804     (images
1805       (region "worldmap/forest/castlemap.png" 320 384 32 32)
1806     )
1807     (solid #t))
1808 (tile
1809     (id 334)
1810     (images
1811       (region "worldmap/forest/castlemap.png" 352 384 32 32)
1812     )
1813     (solid #t))
1814 (tile
1815     (id 335)
1816     (images
1817       (region "worldmap/forest/castlemap.png" 384 384 32 32)
1818     )
1819     (solid #t))
1820 (tile
1821     (id 336)
1822     (images
1823       (region "worldmap/forest/castlemap.png" 0 416 32 32)
1824     )
1825     (solid #t))
1826 (tile
1827     (id 337)
1828     (images
1829       (region "worldmap/forest/castlemap.png" 32 416 32 32)
1830     )
1831     (solid #t))
1832 (tile
1833     (id 338)
1834     (images
1835       (region "worldmap/forest/castlemap.png" 64 416 32 32)
1836     )
1837     (solid #t))
1838 (tile
1839     (id 339)
1840     (images
1841       (region "worldmap/forest/castlemap.png" 96 416 32 32)
1842     )
1843     (solid #t))
1844 (tile
1845     (id 340)
1846     (images
1847       (region "worldmap/forest/castlemap.png" 128 416 32 32)
1848   )         
1849      (stop #f)
1850      (north #t)
1851      (south #f)
1852      (west  #f)
1853      (east  #t))
1854 (tile
1855     (id 341)
1856     (images
1857       (region "worldmap/forest/castlemap.png" 160 416 32 32)
1858   )         
1859      (stop #f)
1860      (north #f)
1861      (south #f)
1862      (west  #t)
1863      (east  #t))
1864 (tile
1865     (id 342)
1866     (images
1867       (region "worldmap/forest/castlemap.png" 192 416 32 32)
1868     )         
1869      (stop #f)
1870      (north #f)
1871      (south #f)
1872      (west  #t)
1873      (east  #t))
1874 (tile
1875     (id 343)
1876     (images
1877       (region "worldmap/forest/castlemap.png" 224 416 32 32)
1878     )         
1879      (stop #f)
1880      (north #f)
1881      (south #t)
1882      (west  #t)
1883      (east  #f))
1884 (tile
1885     (id 344)
1886     (images
1887       (region "worldmap/forest/castlemap.png" 256 416 32 32)
1888     )
1889     (solid #t))
1890 (tile
1891     (id 345)
1892     (images
1893       (region "worldmap/forest/castlemap.png" 288 416 32 32)
1894     )
1895     (solid #t))
1896 (tile
1897     (id 346)
1898     (images
1899       (region "worldmap/forest/castlemap.png" 320 416 32 32)
1900     )
1901     (solid #t))
1902 (tile
1903     (id 347)
1904     (images
1905       (region "worldmap/forest/castlemap.png" 352 416 32 32)
1906     )
1907     (solid #t))
1908 (tile
1909     (id 348)
1910     (images
1911       (region "worldmap/forest/castlemap.png" 384 416 32 32)
1912     )
1913     (solid #t))
1914 (tile
1915     (id 349)
1916     (images
1917       (region "worldmap/forest/castlemap.png" 0 448 32 32)
1918     )
1919     (solid #t))
1920 (tile
1921     (id 350)
1922     (images
1923       (region "worldmap/forest/castlemap.png" 32 448 32 32)
1924     )
1925     (solid #t))
1926 (tile
1927     (id 351)
1928     (images
1929       (region "worldmap/forest/castlemap.png" 64 448 32 32)
1930     )
1931     (solid #t))
1932 (tile
1933     (id 352)
1934     (images
1935       (region "worldmap/forest/castlemap.png" 96 448 32 32)
1936     )
1937     (solid #t))
1938 (tile
1939     (id 353)
1940     (images
1941       (region "worldmap/forest/castlemap.png" 128 448 32 32)
1942     )
1943     (solid #t))
1944 (tile
1945     (id 354)
1946     (images
1947       (region "worldmap/forest/castlemap.png" 160 448 32 32)
1948     )
1949     (solid #t))
1950 (tile
1951     (id 355)
1952     (images
1953       (region "worldmap/forest/castlemap.png" 192 448 32 32)
1954     )
1955     (solid #t))
1956 (tile
1957     (id 356)
1958     (images
1959       (region "worldmap/forest/castlemap.png" 224 448 32 32)
1960     )         
1961      (stop #f)
1962      (north #t)
1963      (south #t)
1964      (west  #f)
1965      (east  #t))
1966 (tile
1967     (id 357)
1968     (images
1969       (region "worldmap/forest/castlemap.png" 256 448 32 32)
1970     )
1971     (solid #t))
1972 (tile
1973     (id 358)
1974     (images
1975       (region "worldmap/forest/castlemap.png" 288 448 32 32)
1976     )
1977     (solid #t))
1978 (tile
1979     (id 359)
1980     (images
1981       (region "worldmap/forest/castlemap.png" 320 448 32 32)
1982     )
1983     (solid #t))
1984 (tile
1985     (id 360)
1986     (images
1987       (region "worldmap/forest/castlemap.png" 352 448 32 32)
1988     )
1989     (solid #t))
1990 (tile
1991     (id 361)
1992     (images
1993       (region "worldmap/forest/castlemap.png" 384 448 32 32)
1994     )
1995     (solid #t))
1996 (tile
1997     (id 362)
1998     (images
1999       (region "worldmap/forest/castlemap.png" 0 480 32 32)
2000     )
2001     (solid #t))
2002 (tile
2003     (id 363)
2004     (images
2005       (region "worldmap/forest/castlemap.png" 32 480 32 32)
2006     )
2007     (solid #t))
2008 (tile
2009     (id 364)
2010     (images
2011       (region "worldmap/forest/castlemap.png" 64 480 32 32)
2012     )
2013     (solid #t))
2014 (tile
2015     (id 365)
2016     (images
2017       (region "worldmap/forest/castlemap.png" 96 480 32 32)
2018     )
2019     (solid #t))
2020 (tile
2021     (id 366)
2022     (images
2023       (region "worldmap/forest/castlemap.png" 128 480 32 32)
2024     )
2025     (solid #t))
2026 (tile
2027     (id 367)
2028     (images
2029       (region "worldmap/forest/castlemap.png" 160 480 32 32)
2030     )
2031     (solid #t))
2032 (tile
2033     (id 368)
2034     (images
2035       (region "worldmap/forest/castlemap.png" 192 480 32 32)
2036     )
2037     (solid #t))
2038 (tile
2039     (id 369)
2040     (images
2041       (region "worldmap/forest/castlemap.png" 224 480 32 32)
2042        )         
2043      (stop #f)
2044      (north #t)
2045      (south #t)
2046      (west  #f)
2047      (east  #t))
2048 (tile
2049     (id 370)
2050     (images
2051       (region "worldmap/forest/castlemap.png" 256 480 32 32)
2052     )
2053     (solid #t))
2054 (tile
2055     (id 371)
2056     (images
2057       (region "worldmap/forest/castlemap.png" 288 480 32 32)
2058     )
2059     (solid #t))
2060 (tile
2061     (id 372)
2062     (images
2063       (region "worldmap/forest/castlemap.png" 320 480 32 32)
2064     )
2065     (solid #t))
2066 (tile
2067     (id 373)
2068     (images
2069       (region "worldmap/forest/castlemap.png" 352 480 32 32)
2070     )
2071     (solid #t))
2072 (tile
2073     (id 374)
2074     (images
2075       (region "worldmap/forest/castlemap.png" 384 480 32 32)
2076     )
2077     (solid #t))
2078 (tile
2079     (id 376)
2080     (images
2081       (region "worldmap/forest/castlemap.png" 0 512 32 32)
2082     )
2083     (solid #t))
2084 (tile
2085     (id 377)
2086     (images
2087       (region "worldmap/forest/castlemap.png" 32 512 32 32)
2088     )
2089     (solid #t))
2090 (tile
2091     (id 378)
2092     (images
2093       (region "worldmap/forest/castlemap.png" 64 512 32 32)
2094     )
2095     (solid #t))
2096 (tile
2097     (id 379)
2098     (images
2099       (region "worldmap/forest/castlemap.png" 96 512 32 32)
2100     )
2101     (solid #t))
2102 (tile
2103     (id 380)
2104     (images
2105       (region "worldmap/forest/castlemap.png" 128 512 32 32)
2106     )
2107     (solid #t))
2108 (tile
2109     (id 381)
2110     (images
2111       (region "worldmap/forest/castlemap.png" 160 512 32 32)
2112     )
2113     (solid #t))
2114 (tile
2115     (id 382)
2116     (images
2117       (region "worldmap/forest/castlemap.png" 192 512 32 32)
2118     )
2119     (solid #t))
2120
2121 (tile
2122     (id 383)
2123     (images
2124       (region "worldmap/forest/castlemap.png" 224 512 32 32)
2125     )         
2126      (stop #f)
2127      (north #t)
2128      (south #t)
2129      (west  #f)
2130      (east  #t))
2131 (tile
2132     (id 384)
2133     (images
2134       (region "worldmap/forest/castlemap.png" 256 512 32 32)
2135     )
2136     (solid #t))
2137 (tile
2138     (id 385)
2139     (images
2140       (region "worldmap/forest/castlemap.png" 288 512 32 32)
2141     )
2142     (solid #t))
2143 (tile
2144     (id 386)
2145     (images
2146       (region "worldmap/forest/castlemap.png" 320 512 32 32)
2147     )
2148     (solid #t))
2149 (tile
2150     (id 387)
2151     (images
2152       (region "worldmap/forest/castlemap.png" 352 512 32 32)
2153     )
2154     (solid #t))
2155 (tile
2156     (id 388)
2157     (images
2158       (region "worldmap/forest/castlemap.png" 384 512 32 32)
2159     )
2160     (solid #t))
2161 (tile
2162     (id 389)
2163     (images
2164       (region "worldmap/forest/castlemap.png" 0 544 32 32)
2165     )
2166     (solid #t))
2167 (tile
2168     (id 390)
2169     (images
2170       (region "worldmap/forest/castlemap.png" 32 544 32 32)
2171     )
2172     (solid #t))
2173 (tile
2174     (id 391)
2175     (images
2176       (region "worldmap/forest/castlemap.png" 64 544 32 32)
2177     )
2178     (solid #t))
2179 (tile
2180     (id 392)
2181     (images
2182       (region "worldmap/forest/castlemap.png" 96 544 32 32)
2183     )
2184     (solid #t))
2185 (tile
2186     (id 393)
2187     (images
2188       (region "worldmap/forest/castlemap.png" 128 544 32 32)
2189     )
2190     (solid #t))
2191 (tile
2192     (id 394)
2193     (images
2194       (region "worldmap/forest/castlemap.png" 160 544 32 32)
2195     )
2196     (solid #t))
2197 (tile
2198     (id 395)
2199     (images
2200       (region "worldmap/forest/castlemap.png" 192 544 32 32)
2201     )
2202     (solid #t))
2203 (tile
2204     (id 396)
2205     (images
2206       (region "worldmap/forest/castlemap.png" 224 544 32 32)
2207     )     
2208      (stop #f)
2209      (north #t)
2210      (south #t)
2211      (west  #f)
2212      (east  #t))
2213 (tile
2214     (id 397)
2215     (images
2216       (region "worldmap/forest/castlemap.png" 256 544 32 32)
2217     )
2218     (solid #t))
2219 (tile
2220     (id 3985)
2221     (images
2222       (region "worldmap/forest/castlemap.png" 288 544 32 32)
2223     )
2224     (solid #t))
2225 (tile
2226     (id 399)
2227     (images
2228       (region "worldmap/forest/castlemap.png" 320 544 32 32)
2229     )
2230     (solid #t))
2231 (tile
2232     (id 400)
2233     (images
2234       (region "worldmap/forest/castlemap.png" 352 544 32 32)
2235     )
2236     (solid #t))
2237 (tile
2238     (id 401)
2239     (images
2240       (region "worldmap/forest/castlemap.png" 384 544 32 32)
2241     )
2242     (solid #t))
2243 )
2244