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