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