adjusting torch graphic
[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" 320 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 (anim-fps 15)
1187      (images "worldmap/forest/torch1.png"
1188              "worldmap/forest/torch2.png"
1189              "worldmap/forest/torch3.png")
1190        
1191      (stop #f)
1192      (north #f)
1193      (south #f)
1194      (west  #t)
1195      (east  #t))
1196 (tile
1197     (id 249)
1198     (images
1199       (region "worldmap/forest/castlemap.png" 128 192 32 32)
1200  )         
1201      (stop #f)
1202      (north #f)
1203      (south #f)
1204      (west  #t)
1205      (east  #t))
1206 (tile
1207     (id 250)
1208     (images
1209       (region "worldmap/forest/castlemap.png" 160 192 32 32)
1210    )         
1211      (stop #f)
1212      (north #f)
1213      (south #f)
1214      (west  #t)
1215      (east  #t))
1216 (tile
1217     (id 251)
1218     (images
1219       (region "worldmap/forest/castlemap.png" 192 192 32 32)
1220     )         
1221      (stop #f)
1222      (north #f)
1223      (south #t)
1224      (west  #t)
1225      (east  #f))
1226 (tile
1227     (id 252)
1228     (images
1229       (region "worldmap/forest/castlemap.png" 224 192 32 32)
1230     )
1231     (solid #t))
1232 (tile
1233     (id 253)
1234     (images
1235       (region "worldmap/forest/castlemap.png" 256 192 32 32)
1236  )         
1237      (stop #f)
1238      (north #t)
1239      (south #f)
1240      (west  #f)
1241      (east  #t))
1242 (tile
1243     (id 254)
1244     (images
1245       (region "worldmap/forest/castlemap.png" 288 192 32 32)
1246  )         
1247      (stop #f)
1248      (north #f)
1249      (south #t)
1250      (west  #t)
1251      (east  #f))
1252 (tile
1253     (id 255)
1254     (images
1255       (region "worldmap/forest/castlemap.png" 320 192 32 32)
1256     )
1257     (solid #t))
1258 (tile
1259     (id 256)
1260     (images
1261       (region "worldmap/forest/castlemap.png" 352 192 32 32)
1262     )
1263     (solid #t))
1264 (tile
1265     (id 257)
1266     (images
1267       (region "worldmap/forest/castlemap.png" 384 192 32 32)
1268     )
1269     (solid #t))
1270 (tile
1271     (id 258)
1272     (images
1273       (region "worldmap/forest/castlemap.png" 0 224 32 32)
1274     )
1275     (solid #t))
1276 (tile
1277     (id 259)
1278     (images
1279       (region "worldmap/forest/castlemap.png" 32 224 32 32)
1280     )
1281     (solid #t))
1282 (tile
1283     (id 260)
1284     (images
1285       (region "worldmap/forest/castlemap.png" 64 224 32 32)
1286     )
1287     (solid #t))
1288 (tile
1289     (id 261)
1290     (images
1291       (region "worldmap/forest/castlemap.png" 96 224 32 32)
1292   )         
1293      (stop #f)
1294      (north #t)
1295      (south #t)
1296      (west  #f)
1297      (east  #f))
1298 (tile
1299     (id 262)
1300     (images
1301       (region "worldmap/forest/castlemap.png" 128 224 32 32)
1302     )
1303     (solid #t))
1304 (tile
1305     (id 263)
1306     (images
1307       (region "worldmap/forest/castlemap.png" 160 224 32 32)
1308     )
1309     (solid #t))
1310 (tile
1311     (id 264)
1312     (images
1313       (region "worldmap/forest/castlemap.png" 192 224 32 32)
1314  )         
1315      (stop #f)
1316      (north #t)
1317      (south #t)
1318      (west  #f)
1319      (east  #f))
1320 (tile
1321     (id 265)
1322     (images
1323       (region "worldmap/forest/castlemap.png" 224 224 32 32)
1324     )
1325     (solid #t))
1326 (tile
1327     (id 266)
1328     (images
1329       (region "worldmap/forest/castlemap.png" 256 224 32 32)
1330     )
1331     (solid #t))
1332 (tile
1333     (id 267)
1334     (images
1335       (region "worldmap/forest/castlemap.png" 288 224 32 32)
1336  )         
1337      (stop #f)
1338      (north #t)
1339      (south #t)
1340      (west  #f)
1341      (east  #f))
1342 (tile
1343     (id 268)
1344     (images
1345       (region "worldmap/forest/castlemap.png" 320 224 32 32)
1346     )
1347     (solid #t))
1348 (tile
1349     (id 269)
1350     (images
1351       (region "worldmap/forest/castlemap.png" 352 224 32 32)
1352     )
1353     (solid #t))
1354 (tile
1355     (id 270)
1356     (images
1357       (region "worldmap/forest/castlemap.png" 384 224 32 32)
1358    )         
1359      (stop #f)
1360      (north #t)
1361      (south #t)
1362      (west  #f)
1363      (east  #f))
1364 (tile
1365     (id 271)
1366     (images
1367       (region "worldmap/forest/castlemap.png" 0 256 32 32)
1368     )
1369     (solid #t))
1370 (tile
1371     (id 272)
1372     (images
1373       (region "worldmap/forest/castlemap.png" 32 256 32 32)
1374     )
1375     (solid #t))
1376 (tile
1377     (id 273)
1378     (images
1379       (region "worldmap/forest/castlemap.png" 64 256 32 32)
1380     )
1381     (solid #t))
1382 (tile
1383     (id 274)
1384     (images
1385       (region "worldmap/forest/castlemap.png" 96 256 32 32)
1386  )         
1387      (stop #f)
1388      (north #t)
1389      (south #f)
1390      (west  #f)
1391      (east  #t))
1392 (tile
1393     (id 275)
1394     (images
1395       (region "worldmap/forest/castlemap.png" 128 256 32 32)
1396   )         
1397      (stop #f)
1398      (north #f)
1399      (south #t)
1400      (west  #t)
1401      (east  #f))
1402 (tile
1403     (id 276)
1404     (images
1405       (region "worldmap/forest/castlemap.png" 160 256 32 32)
1406     )
1407     (solid #t))
1408 (tile
1409     (id 277)
1410     (images
1411       (region "worldmap/forest/castlemap.png" 192 256 32 32)
1412   )         
1413      (stop #f)
1414      (north #t)
1415      (south #t)
1416      (west  #f)
1417      (east  #f))
1418 (tile
1419     (id 278)
1420     (images
1421       (region "worldmap/forest/castlemap.png" 224 256 32 32)
1422     )
1423     (solid #t))
1424 (tile
1425     (id 279)
1426     (images
1427       (region "worldmap/forest/castlemap.png" 256 256 32 32)
1428     )
1429     (solid #t))
1430 (tile
1431     (id 280)
1432     (images
1433       (region "worldmap/forest/castlemap.png" 288 256 32 32)
1434    )         
1435      (stop #f)
1436      (north #t)
1437      (south #t)
1438      (west  #f)
1439      (east  #f))
1440 (tile
1441     (id 281)
1442     (images
1443       (region "worldmap/forest/castlemap.png" 320 256 32 32)
1444     )
1445     (solid #t))
1446 (tile
1447     (id 282)
1448     (images
1449       (region "worldmap/forest/castlemap.png" 352 256 32 32)
1450     )
1451     (solid #t))
1452 (tile
1453     (id 283)
1454     (images
1455       (region "worldmap/forest/castlemap.png" 384 256 32 32)
1456     )
1457     (solid #t))
1458 (tile
1459     (id 284)
1460     (images
1461       (region "worldmap/forest/castlemap.png" 0 288 32 32)
1462     )
1463     (solid #t))
1464 (tile
1465     (id 285)
1466     (images
1467       (region "worldmap/forest/castlemap.png" 32 288 32 32)
1468     )
1469     (solid #t))
1470 (tile
1471     (id 286)
1472     (images
1473       (region "worldmap/forest/castlemap.png" 64 288 32 32)
1474     )
1475     (solid #t))
1476 (tile
1477     (id 287)
1478     (images
1479       (region "worldmap/forest/castlemap.png" 96 288 32 32)
1480     )
1481     (solid #t))
1482 (tile
1483     (id 288)
1484     (images
1485       (region "worldmap/forest/castlemap.png" 128 288 32 32)
1486   )         
1487      (stop #f)
1488      (north #t)
1489      (south #t)
1490      (west  #f)
1491      (east  #f))
1492 (tile
1493     (id 289)
1494     (images
1495       (region "worldmap/forest/castlemap.png" 160 288 32 32)
1496     )
1497     (solid #t))
1498 (tile
1499     (id 290)
1500     (images
1501       (region "worldmap/forest/castlemap.png" 192 288 32 32)
1502   )         
1503      (stop #f)
1504      (north #t)
1505      (south #t)
1506      (west  #f)
1507      (east  #f))
1508 (tile
1509     (id 291)
1510     (images
1511       (region "worldmap/forest/castlemap.png" 224 288 32 32)
1512     )
1513     (solid #t))
1514 (tile
1515     (id 292)
1516     (images
1517       (region "worldmap/forest/castlemap.png" 256 288 32 32)
1518  )         
1519      (stop #f)
1520      (north #t)
1521      (south #t)
1522      (west  #f)
1523      (east  #f))
1524 (tile
1525     (id 293)
1526     (images
1527       (region "worldmap/forest/castlemap.png" 288 288 32 32)
1528  )         
1529      (stop #f)
1530      (north #t)
1531      (south #t)
1532      (west  #f)
1533      (east  #f))
1534 (tile
1535     (id 294)
1536     (images
1537       (region "worldmap/forest/castlemap.png" 320 288 32 32)
1538     )
1539     (solid #t))
1540 (tile
1541     (id 295)
1542     (images
1543       (region "worldmap/forest/castlemap.png" 352 288 32 32)
1544     )
1545     (solid #t))
1546 (tile
1547     (id 296)
1548     (images
1549       (region "worldmap/forest/castlemap.png" 384 288 32 32)
1550     )
1551     (solid #t))
1552 (tile
1553     (id 297)
1554     (images
1555       (region "worldmap/forest/castlemap.png" 0 320 32 32)
1556     )
1557     (solid #t))
1558 (tile
1559     (id 298)
1560     (images
1561       (region "worldmap/forest/castlemap.png" 32 320 32 32)
1562     )
1563     (solid #t))
1564 (tile
1565     (id 299)
1566     (images
1567       (region "worldmap/forest/castlemap.png" 64 320 32 32)
1568     )
1569     (solid #t))
1570 (tile
1571     (id 300)
1572     (images
1573       (region "worldmap/forest/castlemap.png" 96 320 32 32)
1574     )
1575     (solid #t))
1576 (tile
1577     (id 301)
1578     (images
1579       (region "worldmap/forest/castlemap.png" 128 320 32 32)
1580   )         
1581      (stop #f)
1582      (north #t)
1583      (south #t)
1584      (west  #f)
1585      (east  #f))
1586 (tile
1587     (id 302)
1588     (images
1589       (region "worldmap/forest/castlemap.png" 160 320 32 32)
1590     )
1591     (solid #t))
1592 (tile
1593     (id 303)
1594     (images
1595       (region "worldmap/forest/castlemap.png" 192 320 32 32)
1596   )         
1597      (stop #f)
1598      (north #t)
1599      (south #f)
1600      (west  #f)
1601      (east  #t))
1602 (tile
1603     (id 304)
1604     (images
1605       (region "worldmap/forest/castlemap.png" 224 320 32 32)
1606   )         
1607      (stop #f)
1608      (north #f)
1609      (south #f)
1610      (west  #t)
1611      (east  #t))
1612 (tile
1613     (id 305)
1614     (images
1615       (region "worldmap/forest/castlemap.png" 256 320 32 32)
1616   )         
1617      (stop #f)
1618      (north #f)
1619      (south #f)
1620      (west  #t)
1621      (east  #t))
1622 (tile
1623     (id 306)
1624     (images
1625       (region "worldmap/forest/castlemap.png" 288 320 32 32)
1626   )         
1627      (stop #f)
1628      (north #t)
1629      (south #f)
1630      (west  #t)
1631      (east  #f))
1632 (tile
1633     (id 307)
1634     (images
1635       (region "worldmap/forest/castlemap.png" 320 320 32 32)
1636     )
1637     (solid #t))
1638 (tile
1639     (id 308)
1640     (images
1641       (region "worldmap/forest/castlemap.png" 352 320 32 32)
1642     )
1643     (solid #t))
1644 (tile
1645     (id 309)
1646     (images
1647       (region "worldmap/forest/castlemap.png" 384 320 32 32)
1648     )
1649     (solid #t))
1650 (tile
1651     (id 310)
1652     (images
1653       (region "worldmap/forest/castlemap.png" 0 352 32 32)
1654  )         
1655      (stop #f)
1656      (north #t)
1657      (south #t)
1658      (west  #f)
1659      (east  #f))
1660 (tile
1661     (id 311)
1662     (images
1663       (region "worldmap/forest/castlemap.png" 32 352 32 32)
1664     )
1665     (solid #t))
1666 (tile
1667     (id 312)
1668     (images
1669       (region "worldmap/forest/castlemap.png" 64 352 32 32)
1670     )
1671     (solid #t))
1672 (tile
1673     (id 313)
1674     (images
1675       (region "worldmap/forest/castlemap.png" 96 352 32 32)
1676     )
1677     (solid #t))
1678 (tile
1679     (id 314)
1680     (images
1681       (region "worldmap/forest/castlemap.png" 128 352 32 32)
1682   )         
1683      (stop #f)
1684      (north #t)
1685      (south #t)
1686      (west  #f)
1687      (east  #f))
1688 (tile
1689     (id 315)
1690     (images
1691       (region "worldmap/forest/castlemap.png" 160 352 32 32)
1692     )
1693     (solid #t))
1694 (tile
1695     (id 316)
1696     (images
1697       (region "worldmap/forest/castlemap.png" 192 352 32 32)
1698     )
1699     (solid #t))
1700 (tile
1701     (id 317)
1702     (images
1703       (region "worldmap/forest/castlemap.png" 224 352 32 32)
1704     )
1705     (solid #t))
1706 (tile
1707     (id 318)
1708     (images
1709       (region "worldmap/forest/castlemap.png" 256 352 32 32)
1710     )
1711     (solid #t))
1712 (tile
1713     (id 319)
1714     (images
1715       (region "worldmap/forest/castlemap.png" 288 352 32 32)
1716     )
1717     (solid #t))
1718 (tile
1719     (id 320)
1720     (images
1721       (region "worldmap/forest/castlemap.png" 320 352 32 32)
1722     )
1723     (solid #t))
1724 (tile
1725     (id 321)
1726     (images
1727       (region "worldmap/forest/castlemap.png" 352 352 32 32)
1728     )
1729     (solid #t))
1730 (tile
1731     (id 322)
1732     (images
1733       (region "worldmap/forest/castlemap.png" 384 352 32 32)
1734     )
1735     (solid #t))
1736 (tile
1737     (id 323)
1738     (images
1739       (region "worldmap/forest/castlemap.png" 0 384 32 32)
1740  )         
1741      (stop #f)
1742      (north #t)
1743      (south #t)
1744      (west  #f)
1745      (east  #f))
1746 (tile
1747     (id 324)
1748     (images
1749       (region "worldmap/forest/castlemap.png" 32 384 32 32)
1750     )
1751     (solid #t))
1752 (tile
1753     (id 325)
1754     (images
1755       (region "worldmap/forest/castlemap.png" 64 384 32 32)
1756     )
1757     (solid #t))
1758 (tile
1759     (id 326)
1760     (images
1761       (region "worldmap/forest/castlemap.png" 96 384 32 32)
1762     )
1763     (solid #t))
1764 (tile
1765     (id 327)
1766     (images
1767       (region "worldmap/forest/castlemap.png" 128 384 32 32)
1768   )         
1769      (stop #f)
1770      (north #t)
1771      (south #t)
1772      (west  #f)
1773      (east  #f))
1774 (tile
1775     (id 328)
1776     (images
1777       (region "worldmap/forest/castlemap.png" 160 384 32 32)
1778     )
1779     (solid #t))
1780 (tile
1781     (id 329)
1782     (images
1783       (region "worldmap/forest/castlemap.png" 192 384 32 32)
1784     )
1785     (solid #t))
1786 (tile
1787     (id 330)
1788     (images
1789       (region "worldmap/forest/castlemap.png" 224 384 32 32)
1790     )
1791     (solid #t))
1792 (tile
1793     (id 331)
1794     (images
1795       (region "worldmap/forest/castlemap.png" 256 384 32 32)
1796     )
1797     (solid #t))
1798 (tile
1799     (id 332)
1800     (images
1801       (region "worldmap/forest/castlemap.png" 288 384 32 32)
1802     )
1803     (solid #t))
1804 (tile
1805     (id 333)
1806     (images
1807       (region "worldmap/forest/castlemap.png" 320 384 32 32)
1808     )
1809     (solid #t))
1810 (tile
1811     (id 334)
1812     (images
1813       (region "worldmap/forest/castlemap.png" 352 384 32 32)
1814     )
1815     (solid #t))
1816 (tile
1817     (id 335)
1818     (images
1819       (region "worldmap/forest/castlemap.png" 384 384 32 32)
1820     )
1821     (solid #t))
1822 (tile
1823     (id 336)
1824     (images
1825       (region "worldmap/forest/castlemap.png" 0 416 32 32)
1826     )
1827     (solid #t))
1828 (tile
1829     (id 337)
1830     (images
1831       (region "worldmap/forest/castlemap.png" 32 416 32 32)
1832     )
1833     (solid #t))
1834 (tile
1835     (id 338)
1836     (images
1837       (region "worldmap/forest/castlemap.png" 64 416 32 32)
1838     )
1839     (solid #t))
1840 (tile
1841     (id 339)
1842     (images
1843       (region "worldmap/forest/castlemap.png" 96 416 32 32)
1844     )
1845     (solid #t))
1846 (tile
1847     (id 340)
1848     (images
1849       (region "worldmap/forest/castlemap.png" 128 416 32 32)
1850   )         
1851      (stop #f)
1852      (north #t)
1853      (south #f)
1854      (west  #f)
1855      (east  #t))
1856 (tile
1857     (id 341)
1858     (images
1859       (region "worldmap/forest/castlemap.png" 160 416 32 32)
1860   )         
1861      (stop #f)
1862      (north #f)
1863      (south #f)
1864      (west  #t)
1865      (east  #t))
1866 (tile
1867     (id 342)
1868     (images
1869       (region "worldmap/forest/castlemap.png" 192 416 32 32)
1870     )         
1871      (stop #f)
1872      (north #f)
1873      (south #f)
1874      (west  #t)
1875      (east  #t))
1876 (tile
1877     (id 343)
1878     (images
1879       (region "worldmap/forest/castlemap.png" 224 416 32 32)
1880     )         
1881      (stop #f)
1882      (north #f)
1883      (south #t)
1884      (west  #t)
1885      (east  #f))
1886 (tile
1887     (id 344)
1888     (images
1889       (region "worldmap/forest/castlemap.png" 256 416 32 32)
1890     )
1891     (solid #t))
1892 (tile
1893     (id 345)
1894     (images
1895       (region "worldmap/forest/castlemap.png" 288 416 32 32)
1896     )
1897     (solid #t))
1898 (tile
1899     (id 346)
1900     (images
1901       (region "worldmap/forest/castlemap.png" 320 416 32 32)
1902     )
1903     (solid #t))
1904 (tile
1905     (id 347)
1906     (images
1907       (region "worldmap/forest/castlemap.png" 352 416 32 32)
1908     )
1909     (solid #t))
1910 (tile
1911     (id 348)
1912     (images
1913       (region "worldmap/forest/castlemap.png" 384 416 32 32)
1914     )
1915     (solid #t))
1916 (tile
1917     (id 349)
1918     (images
1919       (region "worldmap/forest/castlemap.png" 0 448 32 32)
1920     )
1921     (solid #t))
1922 (tile
1923     (id 350)
1924     (images
1925       (region "worldmap/forest/castlemap.png" 32 448 32 32)
1926     )
1927     (solid #t))
1928 (tile
1929     (id 351)
1930     (images
1931       (region "worldmap/forest/castlemap.png" 64 448 32 32)
1932     )
1933     (solid #t))
1934 (tile
1935     (id 352)
1936     (images
1937       (region "worldmap/forest/castlemap.png" 96 448 32 32)
1938     )
1939     (solid #t))
1940 (tile
1941     (id 353)
1942     (images
1943       (region "worldmap/forest/castlemap.png" 128 448 32 32)
1944     )
1945     (solid #t))
1946 (tile
1947     (id 354)
1948     (images
1949       (region "worldmap/forest/castlemap.png" 160 448 32 32)
1950     )
1951     (solid #t))
1952 (tile
1953     (id 355)
1954     (images
1955       (region "worldmap/forest/castlemap.png" 192 448 32 32)
1956     )
1957     (solid #t))
1958 (tile
1959     (id 356)
1960     (images
1961       (region "worldmap/forest/castlemap.png" 224 448 32 32)
1962     )         
1963      (stop #f)
1964      (north #t)
1965      (south #t)
1966      (west  #f)
1967      (east  #t))
1968 (tile
1969     (id 357)
1970     (images
1971       (region "worldmap/forest/castlemap.png" 256 448 32 32)
1972     )
1973     (solid #t))
1974 (tile
1975     (id 358)
1976     (images
1977       (region "worldmap/forest/castlemap.png" 288 448 32 32)
1978     )
1979     (solid #t))
1980 (tile
1981     (id 359)
1982     (images
1983       (region "worldmap/forest/castlemap.png" 320 448 32 32)
1984     )
1985     (solid #t))
1986 (tile
1987     (id 360)
1988     (images
1989       (region "worldmap/forest/castlemap.png" 352 448 32 32)
1990     )
1991     (solid #t))
1992 (tile
1993     (id 361)
1994     (images
1995       (region "worldmap/forest/castlemap.png" 384 448 32 32)
1996     )
1997     (solid #t))
1998 (tile
1999     (id 362)
2000     (images
2001       (region "worldmap/forest/castlemap.png" 0 480 32 32)
2002     )
2003     (solid #t))
2004 (tile
2005     (id 363)
2006     (images
2007       (region "worldmap/forest/castlemap.png" 32 480 32 32)
2008     )
2009     (solid #t))
2010 (tile
2011     (id 364)
2012     (images
2013       (region "worldmap/forest/castlemap.png" 64 480 32 32)
2014     )
2015     (solid #t))
2016 (tile
2017     (id 365)
2018     (images
2019       (region "worldmap/forest/castlemap.png" 96 480 32 32)
2020     )
2021     (solid #t))
2022 (tile
2023     (id 366)
2024     (images
2025       (region "worldmap/forest/castlemap.png" 128 480 32 32)
2026     )
2027     (solid #t))
2028 (tile
2029     (id 367)
2030     (images
2031       (region "worldmap/forest/castlemap.png" 160 480 32 32)
2032     )
2033     (solid #t))
2034 (tile
2035     (id 368)
2036     (images
2037       (region "worldmap/forest/castlemap.png" 192 480 32 32)
2038     )
2039     (solid #t))
2040 (tile
2041     (id 369)
2042     (images
2043       (region "worldmap/forest/castlemap.png" 224 480 32 32)
2044        )         
2045      (stop #f)
2046      (north #t)
2047      (south #t)
2048      (west  #f)
2049      (east  #t))
2050 (tile
2051     (id 370)
2052     (images
2053       (region "worldmap/forest/castlemap.png" 256 480 32 32)
2054     )
2055     (solid #t))
2056 (tile
2057     (id 371)
2058     (images
2059       (region "worldmap/forest/castlemap.png" 288 480 32 32)
2060     )
2061     (solid #t))
2062 (tile
2063     (id 372)
2064     (images
2065       (region "worldmap/forest/castlemap.png" 320 480 32 32)
2066     )
2067     (solid #t))
2068 (tile
2069     (id 373)
2070     (images
2071       (region "worldmap/forest/castlemap.png" 352 480 32 32)
2072     )
2073     (solid #t))
2074 (tile
2075     (id 374)
2076     (images
2077       (region "worldmap/forest/castlemap.png" 384 480 32 32)
2078     )
2079     (solid #t))
2080 (tile
2081     (id 376)
2082     (images
2083       (region "worldmap/forest/castlemap.png" 0 512 32 32)
2084     )
2085     (solid #t))
2086 (tile
2087     (id 377)
2088     (images
2089       (region "worldmap/forest/castlemap.png" 32 512 32 32)
2090     )
2091     (solid #t))
2092 (tile
2093     (id 378)
2094     (images
2095       (region "worldmap/forest/castlemap.png" 64 512 32 32)
2096     )
2097     (solid #t))
2098 (tile
2099     (id 379)
2100     (images
2101       (region "worldmap/forest/castlemap.png" 96 512 32 32)
2102     )
2103     (solid #t))
2104 (tile
2105     (id 380)
2106     (images
2107       (region "worldmap/forest/castlemap.png" 128 512 32 32)
2108     )
2109     (solid #t))
2110 (tile
2111     (id 381)
2112     (images
2113       (region "worldmap/forest/castlemap.png" 160 512 32 32)
2114     )
2115     (solid #t))
2116 (tile
2117     (id 382)
2118     (images
2119       (region "worldmap/forest/castlemap.png" 192 512 32 32)
2120     )
2121     (solid #t))
2122
2123 (tile
2124     (id 383)
2125     (images
2126       (region "worldmap/forest/castlemap.png" 224 512 32 32)
2127     )         
2128      (stop #f)
2129      (north #t)
2130      (south #t)
2131      (west  #f)
2132      (east  #t))
2133 (tile
2134     (id 384)
2135     (images
2136       (region "worldmap/forest/castlemap.png" 256 512 32 32)
2137     )
2138     (solid #t))
2139 (tile
2140     (id 385)
2141     (images
2142       (region "worldmap/forest/castlemap.png" 288 512 32 32)
2143     )
2144     (solid #t))
2145 (tile
2146     (id 386)
2147     (images
2148       (region "worldmap/forest/castlemap.png" 320 512 32 32)
2149     )
2150     (solid #t))
2151 (tile
2152     (id 387)
2153     (images
2154       (region "worldmap/forest/castlemap.png" 352 512 32 32)
2155     )
2156     (solid #t))
2157 (tile
2158     (id 388)
2159     (images
2160       (region "worldmap/forest/castlemap.png" 384 512 32 32)
2161     )
2162     (solid #t))
2163 (tile
2164     (id 389)
2165     (images
2166       (region "worldmap/forest/castlemap.png" 0 544 32 32)
2167     )
2168     (solid #t))
2169 (tile
2170     (id 390)
2171     (images
2172       (region "worldmap/forest/castlemap.png" 32 544 32 32)
2173     )
2174     (solid #t))
2175 (tile
2176     (id 391)
2177     (images
2178       (region "worldmap/forest/castlemap.png" 64 544 32 32)
2179     )
2180     (solid #t))
2181 (tile
2182     (id 392)
2183     (images
2184       (region "worldmap/forest/castlemap.png" 96 544 32 32)
2185     )
2186     (solid #t))
2187 (tile
2188     (id 393)
2189     (images
2190       (region "worldmap/forest/castlemap.png" 128 544 32 32)
2191     )
2192     (solid #t))
2193 (tile
2194     (id 394)
2195     (images
2196       (region "worldmap/forest/castlemap.png" 160 544 32 32)
2197     )
2198     (solid #t))
2199 (tile
2200     (id 395)
2201     (images
2202       (region "worldmap/forest/castlemap.png" 192 544 32 32)
2203     )
2204     (solid #t))
2205 (tile
2206     (id 396)
2207     (images
2208       (region "worldmap/forest/castlemap.png" 224 544 32 32)
2209     )     
2210      (stop #f)
2211      (north #t)
2212      (south #t)
2213      (west  #f)
2214      (east  #t))
2215 (tile
2216     (id 397)
2217     (images
2218       (region "worldmap/forest/castlemap.png" 256 544 32 32)
2219     )
2220     (solid #t))
2221 (tile
2222     (id 3985)
2223     (images
2224       (region "worldmap/forest/castlemap.png" 288 544 32 32)
2225     )
2226     (solid #t))
2227 (tile
2228     (id 399)
2229     (images
2230       (region "worldmap/forest/castlemap.png" 320 544 32 32)
2231     )
2232     (solid #t))
2233 (tile
2234     (id 400)
2235     (images
2236       (region "worldmap/forest/castlemap.png" 352 544 32 32)
2237     )
2238     (solid #t))
2239 (tile
2240     (id 401)
2241     (images
2242       (region "worldmap/forest/castlemap.png" 384 544 32 32)
2243     )
2244     (solid #t))
2245 )
2246