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