aboutsummaryrefslogtreecommitdiff
path: root/games/wesnoth-devel/pkg-plist
blob: b495531ad338f11be168ae93dcb679b6ff1102be (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
4026
4027
4028
4029
4030
4031
4032
%%CAMPAIGN:%%bin/campaignd
%%TOOLS:%%bin/cutter
%%TOOLS:%%bin/exploder
bin/wesnoth
%%EDITOR:%%bin/wesnoth_editor
%%SERVER:%%bin/wesnothd
bin/wmlxgettext
share/locale/af/LC_MESSAGES/wesnoth-editor.mo
share/locale/af/LC_MESSAGES/wesnoth-ei.mo
share/locale/af/LC_MESSAGES/wesnoth-httt.mo
share/locale/af/LC_MESSAGES/wesnoth-lib.mo
share/locale/af/LC_MESSAGES/wesnoth-sotbe.mo
share/locale/af/LC_MESSAGES/wesnoth-trow.mo
share/locale/af/LC_MESSAGES/wesnoth.mo
share/locale/ca/LC_MESSAGES/wesnoth-editor.mo
share/locale/ca/LC_MESSAGES/wesnoth-ei.mo
share/locale/ca/LC_MESSAGES/wesnoth-httt.mo
share/locale/ca/LC_MESSAGES/wesnoth-lib.mo
share/locale/ca/LC_MESSAGES/wesnoth-sotbe.mo
share/locale/ca/LC_MESSAGES/wesnoth-trow.mo
share/locale/ca/LC_MESSAGES/wesnoth.mo
share/locale/cs/LC_MESSAGES/wesnoth-editor.mo
share/locale/cs/LC_MESSAGES/wesnoth-ei.mo
share/locale/cs/LC_MESSAGES/wesnoth-httt.mo
share/locale/cs/LC_MESSAGES/wesnoth-lib.mo
share/locale/cs/LC_MESSAGES/wesnoth-sotbe.mo
share/locale/cs/LC_MESSAGES/wesnoth-trow.mo
share/locale/cs/LC_MESSAGES/wesnoth.mo
share/locale/de/LC_MESSAGES/wesnoth-editor.mo
share/locale/de/LC_MESSAGES/wesnoth-ei.mo
share/locale/de/LC_MESSAGES/wesnoth-httt.mo
share/locale/de/LC_MESSAGES/wesnoth-lib.mo
share/locale/de/LC_MESSAGES/wesnoth-sotbe.mo
share/locale/de/LC_MESSAGES/wesnoth-trow.mo
share/locale/de/LC_MESSAGES/wesnoth.mo
share/locale/en_GB/LC_MESSAGES/wesnoth-editor.mo
share/locale/en_GB/LC_MESSAGES/wesnoth-ei.mo
share/locale/en_GB/LC_MESSAGES/wesnoth-httt.mo
share/locale/en_GB/LC_MESSAGES/wesnoth-lib.mo
share/locale/en_GB/LC_MESSAGES/wesnoth-sotbe.mo
share/locale/en_GB/LC_MESSAGES/wesnoth-trow.mo
share/locale/en_GB/LC_MESSAGES/wesnoth.mo
share/locale/es/LC_MESSAGES/wesnoth-editor.mo
share/locale/es/LC_MESSAGES/wesnoth-httt.mo
share/locale/es/LC_MESSAGES/wesnoth-lib.mo
share/locale/es/LC_MESSAGES/wesnoth-sotbe.mo
share/locale/es/LC_MESSAGES/wesnoth-trow.mo
share/locale/es/LC_MESSAGES/wesnoth.mo
share/locale/fi/LC_MESSAGES/wesnoth-editor.mo
share/locale/fi/LC_MESSAGES/wesnoth-ei.mo
share/locale/fi/LC_MESSAGES/wesnoth-httt.mo
share/locale/fi/LC_MESSAGES/wesnoth-lib.mo
share/locale/fi/LC_MESSAGES/wesnoth.mo
share/locale/fr/LC_MESSAGES/wesnoth-editor.mo
share/locale/fr/LC_MESSAGES/wesnoth-ei.mo
share/locale/fr/LC_MESSAGES/wesnoth-httt.mo
share/locale/fr/LC_MESSAGES/wesnoth-lib.mo
share/locale/fr/LC_MESSAGES/wesnoth-sotbe.mo
share/locale/fr/LC_MESSAGES/wesnoth-trow.mo
share/locale/fr/LC_MESSAGES/wesnoth.mo
share/locale/hu/LC_MESSAGES/wesnoth-editor.mo
share/locale/hu/LC_MESSAGES/wesnoth-ei.mo
share/locale/hu/LC_MESSAGES/wesnoth-httt.mo
share/locale/hu/LC_MESSAGES/wesnoth-lib.mo
share/locale/hu/LC_MESSAGES/wesnoth-sotbe.mo
share/locale/hu/LC_MESSAGES/wesnoth-trow.mo
share/locale/hu/LC_MESSAGES/wesnoth.mo
share/locale/it/LC_MESSAGES/wesnoth-editor.mo
share/locale/it/LC_MESSAGES/wesnoth-ei.mo
share/locale/it/LC_MESSAGES/wesnoth-httt.mo
share/locale/it/LC_MESSAGES/wesnoth-lib.mo
share/locale/it/LC_MESSAGES/wesnoth-sotbe.mo
share/locale/it/LC_MESSAGES/wesnoth-trow.mo
share/locale/it/LC_MESSAGES/wesnoth.mo
share/locale/ja/LC_MESSAGES/wesnoth-editor.mo
share/locale/ja/LC_MESSAGES/wesnoth-ei.mo
share/locale/ja/LC_MESSAGES/wesnoth-httt.mo
share/locale/ja/LC_MESSAGES/wesnoth-lib.mo
share/locale/ja/LC_MESSAGES/wesnoth-sotbe.mo
share/locale/ja/LC_MESSAGES/wesnoth.mo
share/locale/la/LC_MESSAGES/wesnoth-editor.mo
share/locale/la/LC_MESSAGES/wesnoth-httt.mo
share/locale/la/LC_MESSAGES/wesnoth-lib.mo
share/locale/la/LC_MESSAGES/wesnoth-sotbe.mo
share/locale/la/LC_MESSAGES/wesnoth.mo
share/locale/nl/LC_MESSAGES/wesnoth-editor.mo
share/locale/nl/LC_MESSAGES/wesnoth-ei.mo
share/locale/nl/LC_MESSAGES/wesnoth-httt.mo
share/locale/nl/LC_MESSAGES/wesnoth-lib.mo
share/locale/nl/LC_MESSAGES/wesnoth-sotbe.mo
share/locale/nl/LC_MESSAGES/wesnoth-trow.mo
share/locale/nl/LC_MESSAGES/wesnoth.mo
share/locale/pl/LC_MESSAGES/wesnoth-editor.mo
share/locale/pl/LC_MESSAGES/wesnoth-ei.mo
share/locale/pl/LC_MESSAGES/wesnoth-httt.mo
share/locale/pl/LC_MESSAGES/wesnoth-lib.mo
share/locale/pl/LC_MESSAGES/wesnoth-sotbe.mo
share/locale/pl/LC_MESSAGES/wesnoth-trow.mo
share/locale/pl/LC_MESSAGES/wesnoth.mo
share/locale/ru/LC_MESSAGES/wesnoth-editor.mo
share/locale/ru/LC_MESSAGES/wesnoth-ei.mo
share/locale/ru/LC_MESSAGES/wesnoth-httt.mo
share/locale/ru/LC_MESSAGES/wesnoth-lib.mo
share/locale/ru/LC_MESSAGES/wesnoth-sotbe.mo
share/locale/ru/LC_MESSAGES/wesnoth-trow.mo
share/locale/ru/LC_MESSAGES/wesnoth.mo
share/locale/sk/LC_MESSAGES/wesnoth-editor.mo
share/locale/sk/LC_MESSAGES/wesnoth-ei.mo
share/locale/sk/LC_MESSAGES/wesnoth-httt.mo
share/locale/sk/LC_MESSAGES/wesnoth-lib.mo
share/locale/sk/LC_MESSAGES/wesnoth-sotbe.mo
share/locale/sk/LC_MESSAGES/wesnoth-trow.mo
share/locale/sk/LC_MESSAGES/wesnoth.mo
share/locale/sv/LC_MESSAGES/wesnoth-editor.mo
share/locale/sv/LC_MESSAGES/wesnoth-ei.mo
share/locale/sv/LC_MESSAGES/wesnoth-httt.mo
share/locale/sv/LC_MESSAGES/wesnoth-lib.mo
share/locale/sv/LC_MESSAGES/wesnoth-sotbe.mo
share/locale/sv/LC_MESSAGES/wesnoth-trow.mo
share/locale/sv/LC_MESSAGES/wesnoth.mo
share/locale/tr/LC_MESSAGES/wesnoth-editor.mo
share/locale/tr/LC_MESSAGES/wesnoth-ei.mo
share/locale/tr/LC_MESSAGES/wesnoth-httt.mo
share/locale/tr/LC_MESSAGES/wesnoth-lib.mo
share/locale/tr/LC_MESSAGES/wesnoth-sotbe.mo
share/locale/tr/LC_MESSAGES/wesnoth-trow.mo
share/locale/tr/LC_MESSAGES/wesnoth.mo
%%DATADIR%%/data/COPYING.txt
%%DATADIR%%/data/amla.cfg
%%DATADIR%%/data/campaigns/Eastern_Invasion.cfg
%%DATADIR%%/data/campaigns/Heir_To_The_Throne.cfg
%%DATADIR%%/data/campaigns/Son_Of_The_Black_Eye.cfg
%%DATADIR%%/data/campaigns/The_Rise_of_Wesnoth.cfg
%%DATADIR%%/data/convert.pl
%%DATADIR%%/data/fonts.cfg
%%DATADIR%%/data/game.cfg
%%DATADIR%%/data/help.cfg
%%DATADIR%%/data/items.cfg
%%DATADIR%%/data/maps/Eastern_Invasion/An_Elven_Alliance
%%DATADIR%%/data/maps/Eastern_Invasion/An_Unexpected_Appearance
%%DATADIR%%/data/maps/Eastern_Invasion/Approaching_Weldyn
%%DATADIR%%/data/maps/Eastern_Invasion/Captured
%%DATADIR%%/data/maps/Eastern_Invasion/Drowned_Plains
%%DATADIR%%/data/maps/Eastern_Invasion/Evacuation
%%DATADIR%%/data/maps/Eastern_Invasion/Lake_Vrug
%%DATADIR%%/data/maps/Eastern_Invasion/Mal-Ravanals_Capital
%%DATADIR%%/data/maps/Eastern_Invasion/Northern_Outpost
%%DATADIR%%/data/maps/Eastern_Invasion/Peasant_Revolt
%%DATADIR%%/data/maps/Eastern_Invasion/The_Arena
%%DATADIR%%/data/maps/Eastern_Invasion/The_Crossing
%%DATADIR%%/data/maps/Eastern_Invasion/The_Escape_Tunnel
%%DATADIR%%/data/maps/Eastern_Invasion/The_Outpost
%%DATADIR%%/data/maps/Eastern_Invasion/The_Undead_Border_Patrol
%%DATADIR%%/data/maps/Eastern_Invasion/Throne_Room
%%DATADIR%%/data/maps/Eastern_Invasion/Training_the_Ogres
%%DATADIR%%/data/maps/Eastern_Invasion/Tribal_Warfare
%%DATADIR%%/data/maps/Eastern_Invasion/Two_Paths
%%DATADIR%%/data/maps/Eastern_Invasion/Undead_Crossing
%%DATADIR%%/data/maps/Eastern_Invasion/Weldyn_Besieged
%%DATADIR%%/data/maps/Eastern_Invasion/Weldyn_under_Attack
%%DATADIR%%/data/maps/Eastern_Invasion/loyalistmap11
%%DATADIR%%/data/maps/Heir_To_The_Throne/A_Choice_Must_Be_Made
%%DATADIR%%/data/maps/Heir_To_The_Throne/Battle_for_Wesnoth
%%DATADIR%%/data/maps/Heir_To_The_Throne/Bay_of_Pearls
%%DATADIR%%/data/maps/Heir_To_The_Throne/Blackwater_Port
%%DATADIR%%/data/maps/Heir_To_The_Throne/Crossroads
%%DATADIR%%/data/maps/Heir_To_The_Throne/Dwarven_Doors
%%DATADIR%%/data/maps/Heir_To_The_Throne/Elves_Besieged
%%DATADIR%%/data/maps/Heir_To_The_Throne/Ford_of_Abez
%%DATADIR%%/data/maps/Heir_To_The_Throne/Gryphon_Mountain
%%DATADIR%%/data/maps/Heir_To_The_Throne/Hasty_Alliance
%%DATADIR%%/data/maps/Heir_To_The_Throne/High_King_at_Sea
%%DATADIR%%/data/maps/Heir_To_The_Throne/Home_Clan
%%DATADIR%%/data/maps/Heir_To_The_Throne/Home_North_Elves
%%DATADIR%%/data/maps/Heir_To_The_Throne/Isle_of_Anduin
%%DATADIR%%/data/maps/Heir_To_The_Throne/Isle_of_the_Damned
%%DATADIR%%/data/maps/Heir_To_The_Throne/Mountain_Pass
%%DATADIR%%/data/maps/Heir_To_The_Throne/Muff_Malal_Peninsula
%%DATADIR%%/data/maps/Heir_To_The_Throne/Northern_Winter
%%DATADIR%%/data/maps/Heir_To_The_Throne/Plunging_Into_the_Darkness
%%DATADIR%%/data/maps/Heir_To_The_Throne/Princess_of_Wesnoth
%%DATADIR%%/data/maps/Heir_To_The_Throne/Return_to_Wesnoth
%%DATADIR%%/data/maps/Heir_To_The_Throne/Sceptre
%%DATADIR%%/data/maps/Heir_To_The_Throne/Snow_Plains
%%DATADIR%%/data/maps/Heir_To_The_Throne/Swamp_Of_Dread
%%DATADIR%%/data/maps/Heir_To_The_Throne/The_Lost_General
%%DATADIR%%/data/maps/Heir_To_The_Throne/The_Siege_of_Elensefar
%%DATADIR%%/data/maps/Heir_To_The_Throne/Valley_of_Death
%%DATADIR%%/data/maps/Son_Of_The_Black_Eye/Black_Flag
%%DATADIR%%/data/maps/Son_Of_The_Black_Eye/Clash_Of_Armies
%%DATADIR%%/data/maps/Son_Of_The_Black_Eye/Desert_Of_Death
%%DATADIR%%/data/maps/Son_Of_The_Black_Eye/End_Of_Peace
%%DATADIR%%/data/maps/Son_Of_The_Black_Eye/Saving_Inarix
%%DATADIR%%/data/maps/Son_Of_The_Black_Eye/Shan_Taum_The_Smug
%%DATADIR%%/data/maps/Son_Of_The_Black_Eye/Silent_Forest
%%DATADIR%%/data/maps/Son_Of_The_Black_Eye/The_Siege_Of_Barag_Gor
%%DATADIR%%/data/maps/Son_Of_The_Black_Eye/To_The_Harbour_Of_Tirigaz
%%DATADIR%%/data/maps/Son_Of_The_Black_Eye/Towards_Mountains_of_Haag
%%DATADIR%%/data/maps/The_Rise_of_Wesnoth/A_Beach
%%DATADIR%%/data/maps/The_Rise_of_Wesnoth/A_Final_Spring
%%DATADIR%%/data/maps/The_Rise_of_Wesnoth/A_Harrowing_Escape
%%DATADIR%%/data/maps/The_Rise_of_Wesnoth/A_New_Land
%%DATADIR%%/data/maps/The_Rise_of_Wesnoth/A_Summer_of_Storms
%%DATADIR%%/data/maps/The_Rise_of_Wesnoth/Clearwater_Port
%%DATADIR%%/data/maps/The_Rise_of_Wesnoth/Cursed_Isle
%%DATADIR%%/data/maps/The_Rise_of_Wesnoth/Elf_Lords
%%DATADIR%%/data/maps/The_Rise_of_Wesnoth/Fallen_Lich_Point
%%DATADIR%%/data/maps/The_Rise_of_Wesnoth/Peoples_in_Decline
%%DATADIR%%/data/maps/The_Rise_of_Wesnoth/Return_of_the_Fleet
%%DATADIR%%/data/maps/The_Rise_of_Wesnoth/Rise_of_Wesnoth
%%DATADIR%%/data/maps/The_Rise_of_Wesnoth/Rough_Landing
%%DATADIR%%/data/maps/The_Rise_of_Wesnoth/Sewer
%%DATADIR%%/data/maps/The_Rise_of_Wesnoth/Southbay_in_Winter
%%DATADIR%%/data/maps/The_Rise_of_Wesnoth/Temple_in_the_Deep
%%DATADIR%%/data/maps/The_Rise_of_Wesnoth/The_Dragon
%%DATADIR%%/data/maps/The_Rise_of_Wesnoth/The_Fall
%%DATADIR%%/data/maps/The_Rise_of_Wesnoth/The_Midlands
%%DATADIR%%/data/maps/The_Rise_of_Wesnoth/The_Oldwood
%%DATADIR%%/data/maps/The_Rise_of_Wesnoth/The_Plan
%%DATADIR%%/data/maps/The_Rise_of_Wesnoth/The_River_Road
%%DATADIR%%/data/maps/The_Rise_of_Wesnoth/The_Vanguard
%%DATADIR%%/data/maps/The_Rise_of_Wesnoth/Troll_Hole
%%DATADIR%%/data/maps/Tutorial/Basic_Training
%%DATADIR%%/data/maps/Tutorial/Traits_and_Specialties
%%DATADIR%%/data/maps/multiplayer/2p_Den_of_Onis
%%DATADIR%%/data/maps/multiplayer/2p_Divide_and_Conquer
%%DATADIR%%/data/maps/multiplayer/2p_Hamlets
%%DATADIR%%/data/maps/multiplayer/2p_Hornshark_Island
%%DATADIR%%/data/maps/multiplayer/2p_Meteor_Lake
%%DATADIR%%/data/maps/multiplayer/2p_Sablestone_Delta
%%DATADIR%%/data/maps/multiplayer/2p_Silverhead_Crossing
%%DATADIR%%/data/maps/multiplayer/2p_Sullas_Ruins
%%DATADIR%%/data/maps/multiplayer/3p_1v1v1Hex
%%DATADIR%%/data/maps/multiplayer/3p_Morituri
%%DATADIR%%/data/maps/multiplayer/3p_Triple_Blitz
%%DATADIR%%/data/maps/multiplayer/4p_Bluewater_Province
%%DATADIR%%/data/maps/multiplayer/4p_Lagoon
%%DATADIR%%/data/maps/multiplayer/4p_The_Wilderlands
%%DATADIR%%/data/maps/multiplayer/6p_Smallolof
%%DATADIR%%/data/maps/multiplayer/An_Island
%%DATADIR%%/data/maps/multiplayer/BattleWorld
%%DATADIR%%/data/maps/multiplayer/Blitz
%%DATADIR%%/data/maps/multiplayer/CastleHoppingIsle
%%DATADIR%%/data/maps/multiplayer/Castles
%%DATADIR%%/data/maps/multiplayer/Charge
%%DATADIR%%/data/maps/multiplayer/Clash
%%DATADIR%%/data/maps/multiplayer/ForestofFear
%%DATADIR%%/data/maps/multiplayer/Hexcake
%%DATADIR%%/data/maps/multiplayer/King_of_the_Hill
%%DATADIR%%/data/maps/multiplayer/Wesbowl
%%DATADIR%%/data/multiplayer.cfg
%%DATADIR%%/data/names.cfg
%%DATADIR%%/data/scenario-test.cfg
%%DATADIR%%/data/scenarios/Eastern_Invasion/Approaching_Weldyn.cfg
%%DATADIR%%/data/scenarios/Eastern_Invasion/Captured.cfg
%%DATADIR%%/data/scenarios/Eastern_Invasion/Crossing.cfg
%%DATADIR%%/data/scenarios/Eastern_Invasion/Elven_Alliance.cfg
%%DATADIR%%/data/scenarios/Eastern_Invasion/Escape_Tunnel.cfg
%%DATADIR%%/data/scenarios/Eastern_Invasion/Evacuation.cfg
%%DATADIR%%/data/scenarios/Eastern_Invasion/Lake_Vrug.cfg
%%DATADIR%%/data/scenarios/Eastern_Invasion/Mal-Ravanals_Capital.cfg
%%DATADIR%%/data/scenarios/Eastern_Invasion/Northern_Outpost.cfg
%%DATADIR%%/data/scenarios/Eastern_Invasion/Ogre_Training.cfg
%%DATADIR%%/data/scenarios/Eastern_Invasion/Reject.cfg
%%DATADIR%%/data/scenarios/Eastern_Invasion/The_Drowned_Plains.cfg
%%DATADIR%%/data/scenarios/Eastern_Invasion/The_Duel.cfg
%%DATADIR%%/data/scenarios/Eastern_Invasion/The_Outpost.cfg
%%DATADIR%%/data/scenarios/Eastern_Invasion/Throne_Room.cfg
%%DATADIR%%/data/scenarios/Eastern_Invasion/Tribal_Warfare.cfg
%%DATADIR%%/data/scenarios/Eastern_Invasion/Two_Paths.cfg
%%DATADIR%%/data/scenarios/Eastern_Invasion/Undead_Border_Patrol.cfg
%%DATADIR%%/data/scenarios/Eastern_Invasion/Undead_Crossing.cfg
%%DATADIR%%/data/scenarios/Eastern_Invasion/Unexpected_Appearance.cfg
%%DATADIR%%/data/scenarios/Eastern_Invasion/Weldyn_Attack.cfg
%%DATADIR%%/data/scenarios/Eastern_Invasion/utils/deaths.cfg
%%DATADIR%%/data/scenarios/Eastern_Invasion/utils/intro.cfg
%%DATADIR%%/data/scenarios/Heir_To_The_Throne/A_Choice_Must_Be_Made.cfg
%%DATADIR%%/data/scenarios/Heir_To_The_Throne/Battle_for_Wesnoth.cfg
%%DATADIR%%/data/scenarios/Heir_To_The_Throne/Bay_of_Pearls.cfg
%%DATADIR%%/data/scenarios/Heir_To_The_Throne/Blackwater_Port.cfg
%%DATADIR%%/data/scenarios/Heir_To_The_Throne/Crossroads.cfg
%%DATADIR%%/data/scenarios/Heir_To_The_Throne/Dwarven_Doors.cfg
%%DATADIR%%/data/scenarios/Heir_To_The_Throne/Elven_Council.cfg
%%DATADIR%%/data/scenarios/Heir_To_The_Throne/Elves_Besieged.cfg
%%DATADIR%%/data/scenarios/Heir_To_The_Throne/Epilogue.cfg
%%DATADIR%%/data/scenarios/Heir_To_The_Throne/Ford_of_Abez.cfg
%%DATADIR%%/data/scenarios/Heir_To_The_Throne/Gryphon_Mountain.cfg
%%DATADIR%%/data/scenarios/Heir_To_The_Throne/Hasty_Alliance.cfg
%%DATADIR%%/data/scenarios/Heir_To_The_Throne/Home_Clan.cfg
%%DATADIR%%/data/scenarios/Heir_To_The_Throne/Home_North_Elves.cfg
%%DATADIR%%/data/scenarios/Heir_To_The_Throne/Isle_of_Anduin.cfg
%%DATADIR%%/data/scenarios/Heir_To_The_Throne/Isle_of_the_Damned.cfg
%%DATADIR%%/data/scenarios/Heir_To_The_Throne/Mountain_Pass.cfg
%%DATADIR%%/data/scenarios/Heir_To_The_Throne/Muff_Malal_Peninsula.cfg
%%DATADIR%%/data/scenarios/Heir_To_The_Throne/Northern_Winter.cfg
%%DATADIR%%/data/scenarios/Heir_To_The_Throne/Plunging_Into_the_Darkness.cfg
%%DATADIR%%/data/scenarios/Heir_To_The_Throne/Princess_of_Wesnoth.cfg
%%DATADIR%%/data/scenarios/Heir_To_The_Throne/Return_to_Wesnoth.cfg
%%DATADIR%%/data/scenarios/Heir_To_The_Throne/Sceptre.cfg
%%DATADIR%%/data/scenarios/Heir_To_The_Throne/Snow_Plains.cfg
%%DATADIR%%/data/scenarios/Heir_To_The_Throne/Swamp_Of_Dread.cfg
%%DATADIR%%/data/scenarios/Heir_To_The_Throne/The_Lost_General.cfg
%%DATADIR%%/data/scenarios/Heir_To_The_Throne/The_Siege_of_Elensefar.cfg
%%DATADIR%%/data/scenarios/Heir_To_The_Throne/Valley_of_Death.cfg
%%DATADIR%%/data/scenarios/Heir_To_The_Throne/Valley_of_Statues.cfg
%%DATADIR%%/data/scenarios/Heir_To_The_Throne/bigmap.cfg
%%DATADIR%%/data/scenarios/Heir_To_The_Throne/utils/deaths.cfg
%%DATADIR%%/data/scenarios/Heir_To_The_Throne/utils/intro.cfg
%%DATADIR%%/data/scenarios/Son_Of_The_Black_Eye/Black_Flag.cfg
%%DATADIR%%/data/scenarios/Son_Of_The_Black_Eye/Clash_Of_Armies.cfg
%%DATADIR%%/data/scenarios/Son_Of_The_Black_Eye/Desert_Of_Death.cfg
%%DATADIR%%/data/scenarios/Son_Of_The_Black_Eye/End_Of_Peace.cfg
%%DATADIR%%/data/scenarios/Son_Of_The_Black_Eye/Saving_Inarix.cfg
%%DATADIR%%/data/scenarios/Son_Of_The_Black_Eye/Shan_Taum_The_Smug.cfg
%%DATADIR%%/data/scenarios/Son_Of_The_Black_Eye/Silent_Forest.cfg
%%DATADIR%%/data/scenarios/Son_Of_The_Black_Eye/The_Siege_Of_Barag_Gor.cfg
%%DATADIR%%/data/scenarios/Son_Of_The_Black_Eye/To_The_Harbour_Of_Tirigaz.cfg
%%DATADIR%%/data/scenarios/Son_Of_The_Black_Eye/Towards_Mountains_of_Haag.cfg
%%DATADIR%%/data/scenarios/Son_Of_The_Black_Eye/utils/deaths.cfg
%%DATADIR%%/data/scenarios/Son_Of_The_Black_Eye/utils/story.cfg
%%DATADIR%%/data/scenarios/Son_Of_The_Black_Eye/utils/utils.cfg
%%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/A_Beach.cfg
%%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/A_Final_Spring.cfg
%%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/A_Harrowing_Escape.cfg
%%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/A_New_Land.cfg
%%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/A_Spy_in_the_Woods.cfg
%%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/A_Summer_of_Storms.cfg
%%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/Clearwater_Port.cfg
%%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/Cursed_Isle.cfg
%%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/Elf_Lords.cfg
%%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/Epilogue.cfg
%%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/Fallen_Lich_Point.cfg
%%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/Peoples_in_Decline.cfg
%%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/Return_of_the_Fleet.cfg
%%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/Return_to_Oldwood.cfg
%%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/Rise_of_Wesnoth.cfg
%%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/Rough_Landing.cfg
%%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/Sewer.cfg
%%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/Southbay_in_Winter.cfg
%%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/Temple_of_the_Deep.cfg
%%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/The_Dragon.cfg
%%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/The_Fall.cfg
%%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/The_Midlands.cfg
%%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/The_Oldwood.cfg
%%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/The_Plan.cfg
%%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/The_River_Road.cfg
%%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/The_Vanguard.cfg
%%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/Troll_Hole.cfg
%%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/utils/trow-deaths.cfg
%%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/utils/trow-intro.cfg
%%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/utils/trow-macros.cfg
%%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/utils/trow-nlmsg.cfg
%%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/utils/trow-nohome.cfg
%%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/utils/trow-noisle.cfg
%%DATADIR%%/data/scenarios/multiplayer/2p_Blitz.cfg
%%DATADIR%%/data/scenarios/multiplayer/2p_Charge.cfg
%%DATADIR%%/data/scenarios/multiplayer/2p_Den_of_Onis.cfg
%%DATADIR%%/data/scenarios/multiplayer/2p_Divide_and_Conquer.cfg
%%DATADIR%%/data/scenarios/multiplayer/2p_Hamlets.cfg
%%DATADIR%%/data/scenarios/multiplayer/2p_Hornshark_Island.cfg
%%DATADIR%%/data/scenarios/multiplayer/2p_Meteor_Lake.cfg
%%DATADIR%%/data/scenarios/multiplayer/2p_Sablestone_Delta.cfg
%%DATADIR%%/data/scenarios/multiplayer/2p_Silverhead_Crossing.cfg
%%DATADIR%%/data/scenarios/multiplayer/2p_Sullas_Ruins.cfg
%%DATADIR%%/data/scenarios/multiplayer/2p_Wesbowl.cfg
%%DATADIR%%/data/scenarios/multiplayer/3p_1v1v1Hex.cfg
%%DATADIR%%/data/scenarios/multiplayer/3p_Morituri.cfg
%%DATADIR%%/data/scenarios/multiplayer/3p_Triple_Blitz.cfg
%%DATADIR%%/data/scenarios/multiplayer/4p_An_Island.cfg
%%DATADIR%%/data/scenarios/multiplayer/4p_Bluewater_Province.cfg
%%DATADIR%%/data/scenarios/multiplayer/4p_CastleHoppingIsle.cfg
%%DATADIR%%/data/scenarios/multiplayer/4p_Clash.cfg
%%DATADIR%%/data/scenarios/multiplayer/4p_King_of_the_Hill.cfg
%%DATADIR%%/data/scenarios/multiplayer/4p_Lagoon.cfg
%%DATADIR%%/data/scenarios/multiplayer/4p_Siege_Castles.cfg
%%DATADIR%%/data/scenarios/multiplayer/4p_The_Valley_of_Death.cfg
%%DATADIR%%/data/scenarios/multiplayer/4p_The_Wilderlands.cfg
%%DATADIR%%/data/scenarios/multiplayer/5p_ForestOfFear.cfg
%%DATADIR%%/data/scenarios/multiplayer/6p_Hexcake.cfg
%%DATADIR%%/data/scenarios/multiplayer/6p_Smallolof.cfg
%%DATADIR%%/data/scenarios/multiplayer/7p_battleworld.cfg
%%DATADIR%%/data/scenarios/multiplayer/Random_Scenario.cfg
%%DATADIR%%/data/scenarios/multiplayer/Random_Scenario_Desert.cfg
%%DATADIR%%/data/scenarios/multiplayer/Random_Scenario_Marsh.cfg
%%DATADIR%%/data/scenarios/multiplayer/Random_Scenario_Winter.cfg
%%DATADIR%%/data/scenarios/multiplayer/scenarios.cfg
%%DATADIR%%/data/scenarios/tutorial/Basic_Training.cfg
%%DATADIR%%/data/scenarios/tutorial/Traits_and_Specialties.cfg
%%DATADIR%%/data/scenarios/tutorial/utils.cfg
%%DATADIR%%/data/schedules.cfg
%%DATADIR%%/data/terrain-graphics.cfg
%%DATADIR%%/data/terrain-graphics/adjacent.cfg
%%DATADIR%%/data/terrain-graphics/base.cfg
%%DATADIR%%/data/terrain-graphics/bridges.cfg
%%DATADIR%%/data/terrain-graphics/buildings.cfg
%%DATADIR%%/data/terrain-graphics/canyon.cfg
%%DATADIR%%/data/terrain-graphics/castle-transitions.cfg
%%DATADIR%%/data/terrain-graphics/castles.cfg
%%DATADIR%%/data/terrain-graphics/forests.cfg
%%DATADIR%%/data/terrain-graphics/util.cfg
%%DATADIR%%/data/terrain.cfg
%%DATADIR%%/data/themes/default.cfg
%%DATADIR%%/data/themes/dfool.cfg
%%DATADIR%%/data/themes/editor.cfg
%%DATADIR%%/data/themes/experimental.cfg
%%DATADIR%%/data/tips.cfg
%%DATADIR%%/data/tools/exploder/castle-concave.cfg
%%DATADIR%%/data/tools/exploder/castle-convex.cfg
%%DATADIR%%/data/tools/exploder/castle-exploded-concave.cfg
%%DATADIR%%/data/tools/exploder/castle-exploded-convex.cfg
%%DATADIR%%/data/tools/exploder/castle-wall-concave.cfg
%%DATADIR%%/data/tools/exploder/castle-wall-convex.cfg
%%DATADIR%%/data/tools/exploder/castle-wall-exploded-concave.cfg
%%DATADIR%%/data/tools/exploder/castle-wall-exploded-convex.cfg
%%DATADIR%%/data/tools/exploder/castle-wall-trans-n-s.cfg
%%DATADIR%%/data/tools/exploder/castle-wall-trans-ne-sw.cfg
%%DATADIR%%/data/tools/exploder/castle-wall-trans-nw-se.cfg
%%DATADIR%%/data/tools/exploder/castle-wall-trans-s-n.cfg
%%DATADIR%%/data/tools/exploder/castle-wall-trans-se-nw.cfg
%%DATADIR%%/data/tools/exploder/castle-wall-trans-sw-ne.cfg
%%DATADIR%%/data/tools/exploder/models/castle.cfg
%%DATADIR%%/data/tools/exploder/wall-concave.cfg
%%DATADIR%%/data/tools/exploder/wall-convex.cfg
%%DATADIR%%/data/tools/exploder/wall-exploded-concave.cfg
%%DATADIR%%/data/tools/exploder/wall-exploded-convex.cfg
%%DATADIR%%/data/traits.cfg
%%DATADIR%%/data/translations/english.cfg
%%DATADIR%%/data/units.cfg
%%DATADIR%%/data/units/Ancient_Lich.cfg
%%DATADIR%%/data/units/Ancient_Wose.cfg
%%DATADIR%%/data/units/Arch_Mage.cfg
%%DATADIR%%/data/units/Assassin.cfg
%%DATADIR%%/data/units/Bandit.cfg
%%DATADIR%%/data/units/Battle_Princess.cfg
%%DATADIR%%/data/units/Blood_Bat.cfg
%%DATADIR%%/data/units/Bone_Shooter.cfg
%%DATADIR%%/data/units/Bowman.cfg
%%DATADIR%%/data/units/Cavalier.cfg
%%DATADIR%%/data/units/Cavalryman.cfg
%%DATADIR%%/data/units/Cave_Spider.cfg
%%DATADIR%%/data/units/Chocobone.cfg
%%DATADIR%%/data/units/Cockatrice.cfg
%%DATADIR%%/data/units/Commander.cfg
%%DATADIR%%/data/units/Cuttle_Fish.cfg
%%DATADIR%%/data/units/Dark_Adept.cfg
%%DATADIR%%/data/units/Dark_Queen.cfg
%%DATADIR%%/data/units/Dark_Sorcerer.cfg
%%DATADIR%%/data/units/Dark_Spirit.cfg
%%DATADIR%%/data/units/Death_Knight.cfg
%%DATADIR%%/data/units/Deathblade.cfg
%%DATADIR%%/data/units/Deathmaster.cfg
%%DATADIR%%/data/units/Demilich.cfg
%%DATADIR%%/data/units/Direwolf_Rider.cfg
%%DATADIR%%/data/units/Dragoon.cfg
%%DATADIR%%/data/units/Drake_Blademaster.cfg
%%DATADIR%%/data/units/Drake_Burner.cfg
%%DATADIR%%/data/units/Drake_Clasher.cfg
%%DATADIR%%/data/units/Drake_Enforcer.cfg
%%DATADIR%%/data/units/Drake_Fighter.cfg
%%DATADIR%%/data/units/Drake_Fire.cfg
%%DATADIR%%/data/units/Drake_Flameheart.cfg
%%DATADIR%%/data/units/Drake_Flare.cfg
%%DATADIR%%/data/units/Drake_Gladiator.cfg
%%DATADIR%%/data/units/Drake_Glider.cfg
%%DATADIR%%/data/units/Drake_Hurricane.cfg
%%DATADIR%%/data/units/Drake_Inferno.cfg
%%DATADIR%%/data/units/Drake_Sky.cfg
%%DATADIR%%/data/units/Drake_Slasher.cfg
%%DATADIR%%/data/units/Drake_Warden.cfg
%%DATADIR%%/data/units/Drake_Warrior.cfg
%%DATADIR%%/data/units/Draug.cfg
%%DATADIR%%/data/units/Dread_Lich.cfg
%%DATADIR%%/data/units/Duelist.cfg
%%DATADIR%%/data/units/Dwarvish_Berserker.cfg
%%DATADIR%%/data/units/Dwarvish_Dragonguard.cfg
%%DATADIR%%/data/units/Dwarvish_Fighter.cfg
%%DATADIR%%/data/units/Dwarvish_Guardsman.cfg
%%DATADIR%%/data/units/Dwarvish_Lord.cfg
%%DATADIR%%/data/units/Dwarvish_Runemaster.cfg
%%DATADIR%%/data/units/Dwarvish_Sentinel.cfg
%%DATADIR%%/data/units/Dwarvish_Stalwart.cfg
%%DATADIR%%/data/units/Dwarvish_Steelclad.cfg
%%DATADIR%%/data/units/Dwarvish_Thunderer.cfg
%%DATADIR%%/data/units/Dwarvish_Thunderguard.cfg
%%DATADIR%%/data/units/Dwarvish_Ulfserker.cfg
%%DATADIR%%/data/units/Elder_Mage.cfg
%%DATADIR%%/data/units/Elder_Wose.cfg
%%DATADIR%%/data/units/Elvish_Archer.cfg
%%DATADIR%%/data/units/Elvish_Avenger.cfg
%%DATADIR%%/data/units/Elvish_Captain.cfg
%%DATADIR%%/data/units/Elvish_Champion.cfg
%%DATADIR%%/data/units/Elvish_Druid.cfg
%%DATADIR%%/data/units/Elvish_Enchantress.cfg
%%DATADIR%%/data/units/Elvish_Fighter.cfg
%%DATADIR%%/data/units/Elvish_Hero.cfg
%%DATADIR%%/data/units/Elvish_High_Lord.cfg
%%DATADIR%%/data/units/Elvish_Lady.cfg
%%DATADIR%%/data/units/Elvish_Lord.cfg
%%DATADIR%%/data/units/Elvish_Marksman.cfg
%%DATADIR%%/data/units/Elvish_Marshal.cfg
%%DATADIR%%/data/units/Elvish_Outrider.cfg
%%DATADIR%%/data/units/Elvish_Ranger.cfg
%%DATADIR%%/data/units/Elvish_Rider.cfg
%%DATADIR%%/data/units/Elvish_Scout.cfg
%%DATADIR%%/data/units/Elvish_Shaman.cfg
%%DATADIR%%/data/units/Elvish_Sharpshooter.cfg
%%DATADIR%%/data/units/Elvish_Shyde.cfg
%%DATADIR%%/data/units/Elvish_Sorceress.cfg
%%DATADIR%%/data/units/Elvish_Sylph.cfg
%%DATADIR%%/data/units/Fencer.cfg
%%DATADIR%%/data/units/Fighter.cfg
%%DATADIR%%/data/units/Fire_Dragon.cfg
%%DATADIR%%/data/units/Fireball.cfg
%%DATADIR%%/data/units/Footpad.cfg
%%DATADIR%%/data/units/Galleon.cfg
%%DATADIR%%/data/units/Gate.cfg
%%DATADIR%%/data/units/General.cfg
%%DATADIR%%/data/units/Ghost.cfg
%%DATADIR%%/data/units/Ghoul.cfg
%%DATADIR%%/data/units/Giant_Mudcrawler.cfg
%%DATADIR%%/data/units/Giant_Scorpion.cfg
%%DATADIR%%/data/units/Goblin_Impaler.cfg
%%DATADIR%%/data/units/Goblin_Knight.cfg
%%DATADIR%%/data/units/Goblin_Pillager.cfg
%%DATADIR%%/data/units/Goblin_Spearman.cfg
%%DATADIR%%/data/units/Grand_Knight.cfg
%%DATADIR%%/data/units/Grand_Marshal.cfg
%%DATADIR%%/data/units/Great_Mage.cfg
%%DATADIR%%/data/units/Great_Troll.cfg
%%DATADIR%%/data/units/Gryphon.cfg
%%DATADIR%%/data/units/Gryphon_Master.cfg
%%DATADIR%%/data/units/Gryphon_Rider.cfg
%%DATADIR%%/data/units/Halbardier.cfg
%%DATADIR%%/data/units/Heavy_Infantryman.cfg
%%DATADIR%%/data/units/Horse_Lord.cfg
%%DATADIR%%/data/units/Horseman.cfg
%%DATADIR%%/data/units/Initiate.cfg
%%DATADIR%%/data/units/Iron_Mauler.cfg
%%DATADIR%%/data/units/Javelineer.cfg
%%DATADIR%%/data/units/Knight.cfg
%%DATADIR%%/data/units/Lancer.cfg
%%DATADIR%%/data/units/Lich.cfg
%%DATADIR%%/data/units/Lieutenant.cfg
%%DATADIR%%/data/units/Longbowman.cfg
%%DATADIR%%/data/units/Lord.cfg
%%DATADIR%%/data/units/Mage.cfg
%%DATADIR%%/data/units/Mage_of_Light.cfg
%%DATADIR%%/data/units/Master_Bowman.cfg
%%DATADIR%%/data/units/Master_at_Arms.cfg
%%DATADIR%%/data/units/Mermaid_Diviner.cfg
%%DATADIR%%/data/units/Mermaid_Enchantress.cfg
%%DATADIR%%/data/units/Mermaid_Initiate.cfg
%%DATADIR%%/data/units/Mermaid_Priestess.cfg
%%DATADIR%%/data/units/Mermaid_Siren.cfg
%%DATADIR%%/data/units/Merman.cfg
%%DATADIR%%/data/units/Merman_Entangler.cfg
%%DATADIR%%/data/units/Merman_Fighter.cfg
%%DATADIR%%/data/units/Merman_Hoplite.cfg
%%DATADIR%%/data/units/Merman_Hunter.cfg
%%DATADIR%%/data/units/Merman_Javelineer.cfg
%%DATADIR%%/data/units/Merman_Netcaster.cfg
%%DATADIR%%/data/units/Merman_Spearman.cfg
%%DATADIR%%/data/units/Merman_Triton.cfg
%%DATADIR%%/data/units/Merman_Warrior.cfg
%%DATADIR%%/data/units/Mounted_Fighter.cfg
%%DATADIR%%/data/units/Mounted_Warrior.cfg
%%DATADIR%%/data/units/Mudcrawler.cfg
%%DATADIR%%/data/units/Naga-Fighter.cfg
%%DATADIR%%/data/units/Naga-Myrmidon.cfg
%%DATADIR%%/data/units/Naga-Warrior.cfg
%%DATADIR%%/data/units/Naga.cfg
%%DATADIR%%/data/units/Necromancer.cfg
%%DATADIR%%/data/units/Necrophage.cfg
%%DATADIR%%/data/units/Nightgaunt.cfg
%%DATADIR%%/data/units/Noble_Commander.cfg
%%DATADIR%%/data/units/Noble_Fighter.cfg
%%DATADIR%%/data/units/Noble_Lord.cfg
%%DATADIR%%/data/units/Noble_Youth.cfg
%%DATADIR%%/data/units/Ogre.cfg
%%DATADIR%%/data/units/Orcish_Archer.cfg
%%DATADIR%%/data/units/Orcish_Assassin.cfg
%%DATADIR%%/data/units/Orcish_Crossbowman.cfg
%%DATADIR%%/data/units/Orcish_Grunt.cfg
%%DATADIR%%/data/units/Orcish_Leader.cfg
%%DATADIR%%/data/units/Orcish_Ruler.cfg
%%DATADIR%%/data/units/Orcish_Shaman.cfg
%%DATADIR%%/data/units/Orcish_Slayer.cfg
%%DATADIR%%/data/units/Orcish_Slurbow.cfg
%%DATADIR%%/data/units/Orcish_Sovereign.cfg
%%DATADIR%%/data/units/Orcish_Warlord.cfg
%%DATADIR%%/data/units/Orcish_Warrior.cfg
%%DATADIR%%/data/units/Outlaw.cfg
%%DATADIR%%/data/units/Outlaw_Princess.cfg
%%DATADIR%%/data/units/Outlaw_Queen.cfg
%%DATADIR%%/data/units/Paladin.cfg
%%DATADIR%%/data/units/Peasant.cfg
%%DATADIR%%/data/units/Pikeman.cfg
%%DATADIR%%/data/units/Pirate_Galleon.cfg
%%DATADIR%%/data/units/Poacher.cfg
%%DATADIR%%/data/units/Princess.cfg
%%DATADIR%%/data/units/Red_Mage.cfg
%%DATADIR%%/data/units/Revenant.cfg
%%DATADIR%%/data/units/Rogue.cfg
%%DATADIR%%/data/units/Royal_Guard.cfg
%%DATADIR%%/data/units/Saurian.cfg
%%DATADIR%%/data/units/Saurian_Ambusher.cfg
%%DATADIR%%/data/units/Saurian_Flanker.cfg
%%DATADIR%%/data/units/Saurian_Icecaster.cfg
%%DATADIR%%/data/units/Saurian_Skirmisher.cfg
%%DATADIR%%/data/units/Saurian_Soothsayer.cfg
%%DATADIR%%/data/units/Saurian_Tribalist.cfg
%%DATADIR%%/data/units/Saurian_Warrior.cfg
%%DATADIR%%/data/units/Sea_Hag.cfg
%%DATADIR%%/data/units/Sea_Orc.cfg
%%DATADIR%%/data/units/Sea_Serpent.cfg
%%DATADIR%%/data/units/Sergeant.cfg
%%DATADIR%%/data/units/Shadow.cfg
%%DATADIR%%/data/units/Shock_Trooper.cfg
%%DATADIR%%/data/units/Silver_Mage.cfg
%%DATADIR%%/data/units/Skeletal_Dragon.cfg
%%DATADIR%%/data/units/Skeleton.cfg
%%DATADIR%%/data/units/Skeleton_Archer.cfg
%%DATADIR%%/data/units/Sleeping_Gryphon.cfg
%%DATADIR%%/data/units/Soul_Shooter.cfg
%%DATADIR%%/data/units/Soulless.cfg
%%DATADIR%%/data/units/Spearman.cfg
%%DATADIR%%/data/units/Spectre.cfg
%%DATADIR%%/data/units/Swordsman.cfg
%%DATADIR%%/data/units/Tentacle.cfg
%%DATADIR%%/data/units/Thief.cfg
%%DATADIR%%/data/units/Thug.cfg
%%DATADIR%%/data/units/Transport_Galleon.cfg
%%DATADIR%%/data/units/Trapper.cfg
%%DATADIR%%/data/units/Triton.cfg
%%DATADIR%%/data/units/Troll.cfg
%%DATADIR%%/data/units/Troll_Hero.cfg
%%DATADIR%%/data/units/Troll_Rocklobber.cfg
%%DATADIR%%/data/units/Troll_Warrior.cfg
%%DATADIR%%/data/units/Troll_Whelp.cfg
%%DATADIR%%/data/units/Vampire_Bat.cfg
%%DATADIR%%/data/units/Vampire_Lady.cfg
%%DATADIR%%/data/units/Walking_Corpse.cfg
%%DATADIR%%/data/units/Wall_Guard.cfg
%%DATADIR%%/data/units/Warrior_King.cfg
%%DATADIR%%/data/units/Watch_Tower.cfg
%%DATADIR%%/data/units/White_Mage.cfg
%%DATADIR%%/data/units/Wolf_Rider.cfg
%%DATADIR%%/data/units/Wose.cfg
%%DATADIR%%/data/units/Wraith.cfg
%%DATADIR%%/data/units/Yeti.cfg
%%DATADIR%%/data/units/Young_Ogre.cfg
%%DATADIR%%/data/units/Youth.cfg
%%DATADIR%%/data/utils.cfg
%%DATADIR%%/fonts/COPYING
%%DATADIR%%/fonts/DejaVuSans.ttf
%%DATADIR%%/images/arch-mage+female-defend.png
%%DATADIR%%/images/arch-mage+female-die-1.png
%%DATADIR%%/images/arch-mage+female-die-2.png
%%DATADIR%%/images/arch-mage+female-fireball-1.png
%%DATADIR%%/images/arch-mage+female-fireball-2.png
%%DATADIR%%/images/arch-mage+female-fireball-3.png
%%DATADIR%%/images/arch-mage+female-staff-1.png
%%DATADIR%%/images/arch-mage+female-staff-2.png
%%DATADIR%%/images/arch-mage+female.png
%%DATADIR%%/images/arch-mage-defend.png
%%DATADIR%%/images/arch-mage-die-1.png
%%DATADIR%%/images/arch-mage-die-2.png
%%DATADIR%%/images/arch-mage-fireball-1.png
%%DATADIR%%/images/arch-mage-fireball-2.png
%%DATADIR%%/images/arch-mage-fireball-3.png
%%DATADIR%%/images/arch-mage-staff-1.png
%%DATADIR%%/images/arch-mage-staff-2.png
%%DATADIR%%/images/arch-mage.png
%%DATADIR%%/images/assassin+female-attack.png
%%DATADIR%%/images/assassin+female-attack2.png
%%DATADIR%%/images/assassin+female-defend.png
%%DATADIR%%/images/assassin+female-throwknife1.png
%%DATADIR%%/images/assassin+female-throwknife2.png
%%DATADIR%%/images/assassin+female.png
%%DATADIR%%/images/assassin-attack.png
%%DATADIR%%/images/assassin-attack2.png
%%DATADIR%%/images/assassin-defend.png
%%DATADIR%%/images/assassin-die-1.png
%%DATADIR%%/images/assassin-die-2.png
%%DATADIR%%/images/assassin-throwknife1.png
%%DATADIR%%/images/assassin-throwknife2.png
%%DATADIR%%/images/assassin.png
%%DATADIR%%/images/attacks/axe.png
%%DATADIR%%/images/attacks/ballista.png
%%DATADIR%%/images/attacks/baneblade.png
%%DATADIR%%/images/attacks/battleaxe.png
%%DATADIR%%/images/attacks/beak.png
%%DATADIR%%/images/attacks/bone-arrow-stab.png
%%DATADIR%%/images/attacks/bow.png
%%DATADIR%%/images/attacks/claws.png
%%DATADIR%%/images/attacks/cleaver.png
%%DATADIR%%/images/attacks/club.png
%%DATADIR%%/images/attacks/crossbow.png
%%DATADIR%%/images/attacks/crush.png
%%DATADIR%%/images/attacks/curse.png
%%DATADIR%%/images/attacks/dagger.png
%%DATADIR%%/images/attacks/dark-missile.png
%%DATADIR%%/images/attacks/darkstaff.png
%%DATADIR%%/images/attacks/darts.png
%%DATADIR%%/images/attacks/dragonstaff.png
%%DATADIR%%/images/attacks/druidstaff.png
%%DATADIR%%/images/attacks/entangle.png
%%DATADIR%%/images/attacks/faerie_touch.png
%%DATADIR%%/images/attacks/fangs.png
%%DATADIR%%/images/attacks/fireball.png
%%DATADIR%%/images/attacks/fireclaws.png
%%DATADIR%%/images/attacks/fist.png
%%DATADIR%%/images/attacks/frenzy.png
%%DATADIR%%/images/attacks/gaze.png
%%DATADIR%%/images/attacks/halberd.png
%%DATADIR%%/images/attacks/hammer.png
%%DATADIR%%/images/attacks/hatchet.png
%%DATADIR%%/images/attacks/iceball.png
%%DATADIR%%/images/attacks/ink.png
%%DATADIR%%/images/attacks/knife.png
%%DATADIR%%/images/attacks/lance.png
%%DATADIR%%/images/attacks/lightbeam.png
%%DATADIR%%/images/attacks/lightingbolt.png
%%DATADIR%%/images/attacks/longbow.png
%%DATADIR%%/images/attacks/mace.png
%%DATADIR%%/images/attacks/missile.png
%%DATADIR%%/images/attacks/morning_star.png
%%DATADIR%%/images/attacks/mud-glob.png
%%DATADIR%%/images/attacks/paladinsword.png
%%DATADIR%%/images/attacks/pike.png
%%DATADIR%%/images/attacks/pincers.png
%%DATADIR%%/images/attacks/pistol.png
%%DATADIR%%/images/attacks/pitchfork.png
%%DATADIR%%/images/attacks/plaguestaff.png
%%DATADIR%%/images/attacks/rapier.png
%%DATADIR%%/images/attacks/short-sword.png
%%DATADIR%%/images/attacks/slam.png
%%DATADIR%%/images/attacks/sling.png
%%DATADIR%%/images/attacks/spear.png
%%DATADIR%%/images/attacks/staff.png
%%DATADIR%%/images/attacks/sting.png
%%DATADIR%%/images/attacks/sword.png
%%DATADIR%%/images/attacks/tentacle.png
%%DATADIR%%/images/attacks/thorns.png
%%DATADIR%%/images/attacks/thunderstick.png
%%DATADIR%%/images/attacks/torch.png
%%DATADIR%%/images/attacks/touch.png
%%DATADIR%%/images/attacks/trident.png
%%DATADIR%%/images/attacks/wail.png
%%DATADIR%%/images/attacks/waterspray.png
%%DATADIR%%/images/attacks/web.png
%%DATADIR%%/images/attacks/woodensword.png
%%DATADIR%%/images/buttons/button-active.png
%%DATADIR%%/images/buttons/button-pressed.png
%%DATADIR%%/images/buttons/button.png
%%DATADIR%%/images/buttons/checkbox-active-pressed.png
%%DATADIR%%/images/buttons/checkbox-active.png
%%DATADIR%%/images/buttons/checkbox-pressed.png
%%DATADIR%%/images/buttons/checkbox.png
%%DATADIR%%/images/buttons/downarrow-button-active.png
%%DATADIR%%/images/buttons/downarrow-button-pressed.png
%%DATADIR%%/images/buttons/downarrow-button.png
%%DATADIR%%/images/buttons/draw_button_editor-active.png
%%DATADIR%%/images/buttons/draw_button_editor-pressed.png
%%DATADIR%%/images/buttons/draw_button_editor.png
%%DATADIR%%/images/buttons/endturn-button-active.png
%%DATADIR%%/images/buttons/endturn-button.png
%%DATADIR%%/images/buttons/flip_map_button_editor-active.png
%%DATADIR%%/images/buttons/flip_map_button_editor-pressed.png
%%DATADIR%%/images/buttons/flip_map_button_editor.png
%%DATADIR%%/images/buttons/flood_button_editor-active.png
%%DATADIR%%/images/buttons/flood_button_editor-pressed.png
%%DATADIR%%/images/buttons/flood_button_editor.png
%%DATADIR%%/images/buttons/lite-active.png
%%DATADIR%%/images/buttons/lite-pressed.png
%%DATADIR%%/images/buttons/lite.png
%%DATADIR%%/images/buttons/lite_small-active.png
%%DATADIR%%/images/buttons/lite_small-pressed.png
%%DATADIR%%/images/buttons/lite_small.png
%%DATADIR%%/images/buttons/paste_button_editor-active.png
%%DATADIR%%/images/buttons/paste_button_editor-pressed.png
%%DATADIR%%/images/buttons/paste_button_editor.png
%%DATADIR%%/images/buttons/redo_button_editor-active.png
%%DATADIR%%/images/buttons/redo_button_editor-pressed.png
%%DATADIR%%/images/buttons/redo_button_editor.png
%%DATADIR%%/images/buttons/resize_button_editor-active.png
%%DATADIR%%/images/buttons/resize_button_editor-pressed.png
%%DATADIR%%/images/buttons/resize_button_editor.png
%%DATADIR%%/images/buttons/scrollbottom-active.png
%%DATADIR%%/images/buttons/scrollbottom.png
%%DATADIR%%/images/buttons/scrollgroove-bottom.png
%%DATADIR%%/images/buttons/scrollgroove-mid.png
%%DATADIR%%/images/buttons/scrollgroove-top.png
%%DATADIR%%/images/buttons/scrollmid-active.png
%%DATADIR%%/images/buttons/scrollmid.png
%%DATADIR%%/images/buttons/scrolltop-active.png
%%DATADIR%%/images/buttons/scrolltop.png
%%DATADIR%%/images/buttons/slider-selected.png
%%DATADIR%%/images/buttons/slider.png
%%DATADIR%%/images/buttons/start_position_button_editor-active.png
%%DATADIR%%/images/buttons/start_position_button_editor-pressed.png
%%DATADIR%%/images/buttons/start_position_button_editor.png
%%DATADIR%%/images/buttons/toggle_grid_button_editor-active.png
%%DATADIR%%/images/buttons/toggle_grid_button_editor-pressed.png
%%DATADIR%%/images/buttons/toggle_grid_button_editor.png
%%DATADIR%%/images/buttons/undo_button_editor-active.png
%%DATADIR%%/images/buttons/undo_button_editor-pressed.png
%%DATADIR%%/images/buttons/undo_button_editor.png
%%DATADIR%%/images/buttons/uparrow-button-active.png
%%DATADIR%%/images/buttons/uparrow-button-pressed.png
%%DATADIR%%/images/buttons/uparrow-button.png
%%DATADIR%%/images/buttons/zoom_in_button_editor-active.png
%%DATADIR%%/images/buttons/zoom_in_button_editor-pressed.png
%%DATADIR%%/images/buttons/zoom_in_button_editor.png
%%DATADIR%%/images/buttons/zoom_out_button_editor-active.png
%%DATADIR%%/images/buttons/zoom_out_button_editor-pressed.png
%%DATADIR%%/images/buttons/zoom_out_button_editor.png
%%DATADIR%%/images/campaigns/Eastern_Invasion/maps/eastern_invasion.png
%%DATADIR%%/images/campaigns/Heir_To_The_Throne/story/story0a.png
%%DATADIR%%/images/campaigns/Heir_To_The_Throne/story/story0b.png
%%DATADIR%%/images/campaigns/Heir_To_The_Throne/story/story1.png
%%DATADIR%%/images/campaigns/Heir_To_The_Throne/story/story2.png
%%DATADIR%%/images/campaigns/Heir_To_The_Throne/story/story3.png
%%DATADIR%%/images/campaigns/Heir_To_The_Throne/story/story4.png
%%DATADIR%%/images/campaigns/Heir_To_The_Throne/story/story5.png
%%DATADIR%%/images/campaigns/Heir_To_The_Throne/story/story6.png
%%DATADIR%%/images/campaigns/Heir_To_The_Throne/story/story7.png
%%DATADIR%%/images/campaigns/Heir_To_The_Throne/story/story8.png
%%DATADIR%%/images/campaigns/Heir_To_The_Throne/story/story9.png
%%DATADIR%%/images/campaigns/Son_Of_The_Black_Eye/maps/sotbe.png
%%DATADIR%%/images/campaigns/Son_Of_The_Black_Eye/maps/sotbe1.png
%%DATADIR%%/images/campaigns/Son_Of_The_Black_Eye/maps/sotbe2.png
%%DATADIR%%/images/campaigns/Son_Of_The_Black_Eye/maps/sotbe3.png
%%DATADIR%%/images/campaigns/The_Rise_of_Wesnoth/maps/the_great_continent.png
%%DATADIR%%/images/campaigns/The_Rise_of_Wesnoth/maps/the_green_isle.png
%%DATADIR%%/images/campaigns/The_Rise_of_Wesnoth/story/east.png
%%DATADIR%%/images/campaigns/The_Rise_of_Wesnoth/story/fall_of_eldaric.png
%%DATADIR%%/images/campaigns/The_Rise_of_Wesnoth/story/prince_finds_wesnoth.png
%%DATADIR%%/images/campaigns/The_Rise_of_Wesnoth/story/the_duel.png
%%DATADIR%%/images/campaigns/The_Rise_of_Wesnoth/story/trow-logo.png
%%DATADIR%%/images/campaigns/The_Rise_of_Wesnoth/story/west.png
%%DATADIR%%/images/cavespider-attack-melee.png
%%DATADIR%%/images/cavespider-attack-ranged.png
%%DATADIR%%/images/cavespider-defend.png
%%DATADIR%%/images/cavespider-die-1.png
%%DATADIR%%/images/cavespider-die-2.png
%%DATADIR%%/images/cavespider.png
%%DATADIR%%/images/cockatrice-attack1.png
%%DATADIR%%/images/cockatrice-attack2.png
%%DATADIR%%/images/cockatrice-defend.png
%%DATADIR%%/images/cockatrice-die-1.png
%%DATADIR%%/images/cockatrice-die-2.png
%%DATADIR%%/images/cockatrice.png
%%DATADIR%%/images/cursors-bw/attack.png
%%DATADIR%%/images/cursors-bw/move.png
%%DATADIR%%/images/cursors-bw/normal.png
%%DATADIR%%/images/cursors-bw/select.png
%%DATADIR%%/images/cursors-bw/wait-16x16.png
%%DATADIR%%/images/cursors-bw/wait.png
%%DATADIR%%/images/cursors/attack.png
%%DATADIR%%/images/cursors/move.png
%%DATADIR%%/images/cursors/normal.png
%%DATADIR%%/images/cursors/select.png
%%DATADIR%%/images/cursors/wait.png
%%DATADIR%%/images/cuttlefish-attack-2.png
%%DATADIR%%/images/cuttlefish-attack-3.png
%%DATADIR%%/images/cuttlefish-attack-4.png
%%DATADIR%%/images/cuttlefish-attack-ink.png
%%DATADIR%%/images/cuttlefish-attack.png
%%DATADIR%%/images/cuttlefish-defend.png
%%DATADIR%%/images/cuttlefish-die-1.png
%%DATADIR%%/images/cuttlefish-die-2.png
%%DATADIR%%/images/cuttlefish.png
%%DATADIR%%/images/deep-tentacle-attack.png
%%DATADIR%%/images/deep-tentacle-defend.png
%%DATADIR%%/images/deep-tentacle-die-1.png
%%DATADIR%%/images/deep-tentacle-die-2.png
%%DATADIR%%/images/deep-tentacle-die-3.png
%%DATADIR%%/images/deep-tentacle-die-4.png
%%DATADIR%%/images/deep-tentacle-die-5.png
%%DATADIR%%/images/deep-tentacle-die-6.png
%%DATADIR%%/images/deep-tentacle.png
%%DATADIR%%/images/direwolf_rider.png
%%DATADIR%%/images/drake-blademaster-attack-close1.png
%%DATADIR%%/images/drake-blademaster-attack-close2.png
%%DATADIR%%/images/drake-blademaster-attack-ranged.png
%%DATADIR%%/images/drake-blademaster-defend.png
%%DATADIR%%/images/drake-blademaster-flying.png
%%DATADIR%%/images/drake-blademaster.png
%%DATADIR%%/images/drake-burner-attack-close.png
%%DATADIR%%/images/drake-burner-attack-ranged1.png
%%DATADIR%%/images/drake-burner-attack-ranged2.png
%%DATADIR%%/images/drake-burner-defend.png
%%DATADIR%%/images/drake-burner-die-1.png
%%DATADIR%%/images/drake-burner-die-2.png
%%DATADIR%%/images/drake-burner-flying.png
%%DATADIR%%/images/drake-burner.png
%%DATADIR%%/images/drake-clasher-attack-mace.png
%%DATADIR%%/images/drake-clasher-attack-spear.png
%%DATADIR%%/images/drake-clasher-attack-spear1.png
%%DATADIR%%/images/drake-clasher-attack-spear2.png
%%DATADIR%%/images/drake-clasher-attack-sword.png
%%DATADIR%%/images/drake-clasher-attack-sword1.png
%%DATADIR%%/images/drake-clasher-attack-sword2.png
%%DATADIR%%/images/drake-clasher-attack-sword3.png
%%DATADIR%%/images/drake-clasher-attack-sword4.png
%%DATADIR%%/images/drake-clasher-defend.png
%%DATADIR%%/images/drake-clasher-die-1.png
%%DATADIR%%/images/drake-clasher-die-2.png
%%DATADIR%%/images/drake-clasher-flying.png
%%DATADIR%%/images/drake-clasher.png
%%DATADIR%%/images/drake-enforcer.png
%%DATADIR%%/images/drake-fighter-attack-close1.png
%%DATADIR%%/images/drake-fighter-attack-close2.png
%%DATADIR%%/images/drake-fighter-attack-fire1.png
%%DATADIR%%/images/drake-fighter-attack-fire2.png
%%DATADIR%%/images/drake-fighter-defend.png
%%DATADIR%%/images/drake-fighter-flying.png
%%DATADIR%%/images/drake-fighter.png
%%DATADIR%%/images/drake-fire-attack-close.png
%%DATADIR%%/images/drake-fire-attack-ranged.png
%%DATADIR%%/images/drake-fire-defend.png
%%DATADIR%%/images/drake-fire-die-1.png
%%DATADIR%%/images/drake-fire-die-2.png
%%DATADIR%%/images/drake-fire-flying.png
%%DATADIR%%/images/drake-fire.png
%%DATADIR%%/images/drake-flameheart-attack-close1.png
%%DATADIR%%/images/drake-flameheart-attack-close2.png
%%DATADIR%%/images/drake-flameheart-attack-ranged.png
%%DATADIR%%/images/drake-flameheart-defend.png
%%DATADIR%%/images/drake-flameheart-flying.png
%%DATADIR%%/images/drake-flameheart-lead.png
%%DATADIR%%/images/drake-flameheart.png
%%DATADIR%%/images/drake-flare-attack-close.png
%%DATADIR%%/images/drake-flare-attack-ranged.png
%%DATADIR%%/images/drake-flare-defend.png
%%DATADIR%%/images/drake-flare-flying.png
%%DATADIR%%/images/drake-flare-lead.png
%%DATADIR%%/images/drake-flare.png
%%DATADIR%%/images/drake-gladiator-attack-mace.png
%%DATADIR%%/images/drake-gladiator-attack-spear.png
%%DATADIR%%/images/drake-gladiator-attack-sword.png
%%DATADIR%%/images/drake-gladiator-defend.png
%%DATADIR%%/images/drake-gladiator-flying.png
%%DATADIR%%/images/drake-gladiator.png
%%DATADIR%%/images/drake-glider-attack-close1.png
%%DATADIR%%/images/drake-glider-attack-close2.png
%%DATADIR%%/images/drake-glider-defend.png
%%DATADIR%%/images/drake-glider-flying.png
%%DATADIR%%/images/drake-glider-ranged-attack.png
%%DATADIR%%/images/drake-glider.png
%%DATADIR%%/images/drake-hurricane-attack-melee1.png
%%DATADIR%%/images/drake-hurricane-attack-melee2.png
%%DATADIR%%/images/drake-hurricane-attack-ranged-fire1.png
%%DATADIR%%/images/drake-hurricane-attack-ranged-fire2.png
%%DATADIR%%/images/drake-hurricane-flying.png
%%DATADIR%%/images/drake-hurricane.png
%%DATADIR%%/images/drake-inferno-attack-close.png
%%DATADIR%%/images/drake-inferno-attack-ranged.png
%%DATADIR%%/images/drake-inferno-defend.png
%%DATADIR%%/images/drake-inferno-flying.png
%%DATADIR%%/images/drake-inferno.png
%%DATADIR%%/images/drake-sky-attack-melee1.png
%%DATADIR%%/images/drake-sky-attack-melee2.png
%%DATADIR%%/images/drake-sky-attack-ranged-fire.png
%%DATADIR%%/images/drake-sky-attack-ranged-impact.png
%%DATADIR%%/images/drake-sky-defend.png
%%DATADIR%%/images/drake-sky.png
%%DATADIR%%/images/drake-slasher-defend.png
%%DATADIR%%/images/drake-slasher-flying.png
%%DATADIR%%/images/drake-slasher-pierce.png
%%DATADIR%%/images/drake-slasher-slash.png
%%DATADIR%%/images/drake-slasher.png
%%DATADIR%%/images/drake-warden-defend.png
%%DATADIR%%/images/drake-warden-flying.png
%%DATADIR%%/images/drake-warden-pierce.png
%%DATADIR%%/images/drake-warden-slash.png
%%DATADIR%%/images/drake-warden.png
%%DATADIR%%/images/drake-warrior-attack-close1.png
%%DATADIR%%/images/drake-warrior-attack-close2.png
%%DATADIR%%/images/drake-warrior-attack-ranged.png
%%DATADIR%%/images/drake-warrior-defend.png
%%DATADIR%%/images/drake-warrior-flying.png
%%DATADIR%%/images/drake-warrior.png
%%DATADIR%%/images/dwarf-berserker-attack.png
%%DATADIR%%/images/dwarf-berserker-defend.png
%%DATADIR%%/images/dwarf-berserker.png
%%DATADIR%%/images/dwarf-dragonguard-attack-close.png
%%DATADIR%%/images/dwarf-dragonguard-attack-ranged.png
%%DATADIR%%/images/dwarf-dragonguard-defend.png
%%DATADIR%%/images/dwarf-dragonguard.png
%%DATADIR%%/images/dwarf-fighter-attack-mace.png
%%DATADIR%%/images/dwarf-fighter-attack.png
%%DATADIR%%/images/dwarf-fighter-defend.png
%%DATADIR%%/images/dwarf-fighter.png
%%DATADIR%%/images/dwarf-guard-attack.png
%%DATADIR%%/images/dwarf-guard-defend.png
%%DATADIR%%/images/dwarf-guard.png
%%DATADIR%%/images/dwarf-lord-attack-mace.png
%%DATADIR%%/images/dwarf-lord-attack.png
%%DATADIR%%/images/dwarf-lord-defend.png
%%DATADIR%%/images/dwarf-lord-ranged.png
%%DATADIR%%/images/dwarf-lord.png
%%DATADIR%%/images/dwarf-runemaster-attack.png
%%DATADIR%%/images/dwarf-runemaster-defend.png
%%DATADIR%%/images/dwarf-runemaster.png
%%DATADIR%%/images/dwarf-sentinel-attack.png
%%DATADIR%%/images/dwarf-sentinel-defend.png
%%DATADIR%%/images/dwarf-sentinel.png
%%DATADIR%%/images/dwarf-stalwart-attack.png
%%DATADIR%%/images/dwarf-stalwart-defend.png
%%DATADIR%%/images/dwarf-stalwart.png
%%DATADIR%%/images/dwarf-thunderer-attack.png
%%DATADIR%%/images/dwarf-thunderer-attack1.png
%%DATADIR%%/images/dwarf-thunderer-defend.png
%%DATADIR%%/images/dwarf-thunderer-die1.png
%%DATADIR%%/images/dwarf-thunderer-die2.png
%%DATADIR%%/images/dwarf-thunderer-die3.png
%%DATADIR%%/images/dwarf-thunderer-melee1.png
%%DATADIR%%/images/dwarf-thunderer-melee2.png
%%DATADIR%%/images/dwarf-thunderer.png
%%DATADIR%%/images/dwarf-thunderguard-attack.png
%%DATADIR%%/images/dwarf-thunderguard-attack1.png
%%DATADIR%%/images/dwarf-thunderguard-attack2.png
%%DATADIR%%/images/dwarf-thunderguard-defend.png
%%DATADIR%%/images/dwarf-thunderguard.png
%%DATADIR%%/images/dwarf-ulfserker-attack.png
%%DATADIR%%/images/dwarf-ulfserker-defend.png
%%DATADIR%%/images/dwarf-ulfserker.png
%%DATADIR%%/images/dwarf-warrior-attack-mace.png
%%DATADIR%%/images/dwarf-warrior-attack.png
%%DATADIR%%/images/dwarf-warrior-defend.png
%%DATADIR%%/images/dwarf-warrior.png
%%DATADIR%%/images/editor/brush-1-active.png
%%DATADIR%%/images/editor/brush-1-pressed.png
%%DATADIR%%/images/editor/brush-1.png
%%DATADIR%%/images/editor/brush-2-active.png
%%DATADIR%%/images/editor/brush-2-pressed.png
%%DATADIR%%/images/editor/brush-2.png
%%DATADIR%%/images/editor/brush-3-active.png
%%DATADIR%%/images/editor/brush-3-pressed.png
%%DATADIR%%/images/editor/brush-3.png
%%DATADIR%%/images/elder-mage-attack.png
%%DATADIR%%/images/elder-mage-defend.png
%%DATADIR%%/images/elder-mage-ranged.png
%%DATADIR%%/images/elder-mage.png
%%DATADIR%%/images/elvish-archer+female-attack.png
%%DATADIR%%/images/elvish-archer+female-attack1.png
%%DATADIR%%/images/elvish-archer+female-attack2.png
%%DATADIR%%/images/elvish-archer+female-attack3.png
%%DATADIR%%/images/elvish-archer+female-bow-defend.png
%%DATADIR%%/images/elvish-archer+female-bow.png
%%DATADIR%%/images/elvish-archer+female-defend.png
%%DATADIR%%/images/elvish-archer+female.png
%%DATADIR%%/images/elvish-archer-attack.png
%%DATADIR%%/images/elvish-archer-attack1.png
%%DATADIR%%/images/elvish-archer-attack2.png
%%DATADIR%%/images/elvish-archer-attack3.png
%%DATADIR%%/images/elvish-archer-bow-defend.png
%%DATADIR%%/images/elvish-archer-bow.png
%%DATADIR%%/images/elvish-archer-defend.png
%%DATADIR%%/images/elvish-archer-die1.png
%%DATADIR%%/images/elvish-archer-die2.png
%%DATADIR%%/images/elvish-archer-die3.png
%%DATADIR%%/images/elvish-archer-die4.png
%%DATADIR%%/images/elvish-archer.png
%%DATADIR%%/images/elvish-archer_female-die1.png
%%DATADIR%%/images/elvish-archer_female-die2.png
%%DATADIR%%/images/elvish-archer_female-die3.png
%%DATADIR%%/images/elvish-archer_female-die4.png
%%DATADIR%%/images/elvish-avenger+female-attack.png
%%DATADIR%%/images/elvish-avenger+female-attack1.png
%%DATADIR%%/images/elvish-avenger+female-attack2.png
%%DATADIR%%/images/elvish-avenger+female-attack3.png
%%DATADIR%%/images/elvish-avenger+female-bow-defend.png
%%DATADIR%%/images/elvish-avenger+female-bow.png
%%DATADIR%%/images/elvish-avenger+female-defend.png
%%DATADIR%%/images/elvish-avenger+female.png
%%DATADIR%%/images/elvish-avenger-attack.png
%%DATADIR%%/images/elvish-avenger-attack1.png
%%DATADIR%%/images/elvish-avenger-attack2.png
%%DATADIR%%/images/elvish-avenger-attack3.png
%%DATADIR%%/images/elvish-avenger-bow-defend.png
%%DATADIR%%/images/elvish-avenger-bow.png
%%DATADIR%%/images/elvish-avenger-defend.png
%%DATADIR%%/images/elvish-avenger-die1.png
%%DATADIR%%/images/elvish-avenger-die2.png
%%DATADIR%%/images/elvish-avenger-die3.png
%%DATADIR%%/images/elvish-avenger-die4.png
%%DATADIR%%/images/elvish-avenger.png
%%DATADIR%%/images/elvish-captain-attack.png
%%DATADIR%%/images/elvish-captain-bow-attack1.png
%%DATADIR%%/images/elvish-captain-bow-attack2.png
%%DATADIR%%/images/elvish-captain-bow-attack3.png
%%DATADIR%%/images/elvish-captain-bow-defend.png
%%DATADIR%%/images/elvish-captain-bow.png
%%DATADIR%%/images/elvish-captain-defend.png
%%DATADIR%%/images/elvish-captain-leading.png
%%DATADIR%%/images/elvish-captain.png
%%DATADIR%%/images/elvish-champion-attack.png
%%DATADIR%%/images/elvish-champion-bow-attack1.png
%%DATADIR%%/images/elvish-champion-bow-attack2.png
%%DATADIR%%/images/elvish-champion-bow-attack3.png
%%DATADIR%%/images/elvish-champion-bow-defend.png
%%DATADIR%%/images/elvish-champion-bow.png
%%DATADIR%%/images/elvish-champion-defend.png
%%DATADIR%%/images/elvish-champion.png
%%DATADIR%%/images/elvish-druid-attack.png
%%DATADIR%%/images/elvish-druid-defend.png
%%DATADIR%%/images/elvish-druid-healing.png
%%DATADIR%%/images/elvish-druid-healing1.png
%%DATADIR%%/images/elvish-druid-healing2.png
%%DATADIR%%/images/elvish-druid-healing3.png
%%DATADIR%%/images/elvish-druid-healing4.png
%%DATADIR%%/images/elvish-druid-healing5.png
%%DATADIR%%/images/elvish-druid-healing6.png
%%DATADIR%%/images/elvish-druid-healing7.png
%%DATADIR%%/images/elvish-druid-healing8.png
%%DATADIR%%/images/elvish-druid-ranged.png
%%DATADIR%%/images/elvish-druid.png
%%DATADIR%%/images/elvish-enchantress-attack1.png
%%DATADIR%%/images/elvish-enchantress-attack2.png
%%DATADIR%%/images/elvish-enchantress-attack3.png
%%DATADIR%%/images/elvish-enchantress-attack4.png
%%DATADIR%%/images/elvish-enchantress-attack5.png
%%DATADIR%%/images/elvish-enchantress-attack6.png
%%DATADIR%%/images/elvish-enchantress-attack7.png
%%DATADIR%%/images/elvish-enchantress-defend.png
%%DATADIR%%/images/elvish-enchantress-entangle1.png
%%DATADIR%%/images/elvish-enchantress-entangle2.png
%%DATADIR%%/images/elvish-enchantress-entangle3.png
%%DATADIR%%/images/elvish-enchantress-entangle4.png
%%DATADIR%%/images/elvish-enchantress-entangle5.png
%%DATADIR%%/images/elvish-enchantress-entangle6.png
%%DATADIR%%/images/elvish-enchantress-entangle7.png
%%DATADIR%%/images/elvish-enchantress-melee1.png
%%DATADIR%%/images/elvish-enchantress-melee2.png
%%DATADIR%%/images/elvish-enchantress-melee3.png
%%DATADIR%%/images/elvish-enchantress-melee4.png
%%DATADIR%%/images/elvish-enchantress-melee5.png
%%DATADIR%%/images/elvish-enchantress-ranged-defend.png
%%DATADIR%%/images/elvish-enchantress.png
%%DATADIR%%/images/elvish-fighter-attack.png
%%DATADIR%%/images/elvish-fighter-bow-attack1.png
%%DATADIR%%/images/elvish-fighter-bow-attack2.png
%%DATADIR%%/images/elvish-fighter-bow-attack3.png
%%DATADIR%%/images/elvish-fighter-bow-defend.png
%%DATADIR%%/images/elvish-fighter-bow.png
%%DATADIR%%/images/elvish-fighter-defend.png
%%DATADIR%%/images/elvish-fighter.png
%%DATADIR%%/images/elvish-hero-attack.png
%%DATADIR%%/images/elvish-hero-bow-attack1.png
%%DATADIR%%/images/elvish-hero-bow-attack2.png
%%DATADIR%%/images/elvish-hero-bow-attack3.png
%%DATADIR%%/images/elvish-hero-bow-defend.png
%%DATADIR%%/images/elvish-hero-bow.png
%%DATADIR%%/images/elvish-hero-defend.png
%%DATADIR%%/images/elvish-hero.png
%%DATADIR%%/images/elvish-high-lord-attack-sword-1.png
%%DATADIR%%/images/elvish-high-lord-attack-sword-2.png
%%DATADIR%%/images/elvish-high-lord-defend.png
%%DATADIR%%/images/elvish-high-lord-ranged-defend.png
%%DATADIR%%/images/elvish-high-lord-ranged1.png
%%DATADIR%%/images/elvish-high-lord-ranged2.png
%%DATADIR%%/images/elvish-high-lord-ranged3.png
%%DATADIR%%/images/elvish-high-lord.png
%%DATADIR%%/images/elvish-lord-defend.png
%%DATADIR%%/images/elvish-lord-melee.png
%%DATADIR%%/images/elvish-lord-ranged-defend.png
%%DATADIR%%/images/elvish-lord-ranged.png
%%DATADIR%%/images/elvish-lord-ranged1.png
%%DATADIR%%/images/elvish-lord-ranged2.png
%%DATADIR%%/images/elvish-lord-ranged3.png
%%DATADIR%%/images/elvish-lord.png
%%DATADIR%%/images/elvish-marksman+female-attack.png
%%DATADIR%%/images/elvish-marksman+female-attack1.png
%%DATADIR%%/images/elvish-marksman+female-attack2.png
%%DATADIR%%/images/elvish-marksman+female-attack3.png
%%DATADIR%%/images/elvish-marksman+female-attack4.png
%%DATADIR%%/images/elvish-marksman+female-bow-defend.png
%%DATADIR%%/images/elvish-marksman+female-bow.png
%%DATADIR%%/images/elvish-marksman+female-defend.png
%%DATADIR%%/images/elvish-marksman+female.png
%%DATADIR%%/images/elvish-marksman-attack.png
%%DATADIR%%/images/elvish-marksman-attack1.png
%%DATADIR%%/images/elvish-marksman-attack2.png
%%DATADIR%%/images/elvish-marksman-attack3.png
%%DATADIR%%/images/elvish-marksman-attack4.png
%%DATADIR%%/images/elvish-marksman-bow-defend.png
%%DATADIR%%/images/elvish-marksman-bow.png
%%DATADIR%%/images/elvish-marksman-defend.png
%%DATADIR%%/images/elvish-marksman-die1.png
%%DATADIR%%/images/elvish-marksman-die2.png
%%DATADIR%%/images/elvish-marksman-die3.png
%%DATADIR%%/images/elvish-marksman-die4.png
%%DATADIR%%/images/elvish-marksman.png
%%DATADIR%%/images/elvish-marshal-attack.png
%%DATADIR%%/images/elvish-marshal-attack1.png
%%DATADIR%%/images/elvish-marshal-attack2.png
%%DATADIR%%/images/elvish-marshal-attack3.png
%%DATADIR%%/images/elvish-marshal-bow-defend.png
%%DATADIR%%/images/elvish-marshal-bow.png
%%DATADIR%%/images/elvish-marshal-defend.png
%%DATADIR%%/images/elvish-marshal-en-guarde.png
%%DATADIR%%/images/elvish-marshal-leading.png
%%DATADIR%%/images/elvish-marshal.png
%%DATADIR%%/images/elvish-outrider-attack.png
%%DATADIR%%/images/elvish-outrider-attack1.png
%%DATADIR%%/images/elvish-outrider-attack2.png
%%DATADIR%%/images/elvish-outrider-defend.png
%%DATADIR%%/images/elvish-outrider-moving.png
%%DATADIR%%/images/elvish-outrider.png
%%DATADIR%%/images/elvish-ranger+female-attack.png
%%DATADIR%%/images/elvish-ranger+female-attack1.png
%%DATADIR%%/images/elvish-ranger+female-attack2.png
%%DATADIR%%/images/elvish-ranger+female-attack3.png
%%DATADIR%%/images/elvish-ranger+female-bow-defend.png
%%DATADIR%%/images/elvish-ranger+female-bow.png
%%DATADIR%%/images/elvish-ranger+female-defend.png
%%DATADIR%%/images/elvish-ranger+female.png
%%DATADIR%%/images/elvish-ranger-attack.png
%%DATADIR%%/images/elvish-ranger-attack1.png
%%DATADIR%%/images/elvish-ranger-attack2.png
%%DATADIR%%/images/elvish-ranger-attack3.png
%%DATADIR%%/images/elvish-ranger-bow-defend.png
%%DATADIR%%/images/elvish-ranger-bow.png
%%DATADIR%%/images/elvish-ranger-defend.png
%%DATADIR%%/images/elvish-ranger-die1.png
%%DATADIR%%/images/elvish-ranger-die2.png
%%DATADIR%%/images/elvish-ranger-die3.png
%%DATADIR%%/images/elvish-ranger-die4.png
%%DATADIR%%/images/elvish-ranger.png
%%DATADIR%%/images/elvish-rider-attack.png
%%DATADIR%%/images/elvish-rider-attack1.png
%%DATADIR%%/images/elvish-rider-attack2.png
%%DATADIR%%/images/elvish-rider-defend.png
%%DATADIR%%/images/elvish-rider-moving.png
%%DATADIR%%/images/elvish-rider.png
%%DATADIR%%/images/elvish-scout-attack.png
%%DATADIR%%/images/elvish-scout-attack1.png
%%DATADIR%%/images/elvish-scout-attack2.png
%%DATADIR%%/images/elvish-scout-defend.png
%%DATADIR%%/images/elvish-scout-moving.png
%%DATADIR%%/images/elvish-scout.png
%%DATADIR%%/images/elvish-shaman-attack.png
%%DATADIR%%/images/elvish-shaman-attack2.png
%%DATADIR%%/images/elvish-shaman-defend.png
%%DATADIR%%/images/elvish-shaman-heal1.png
%%DATADIR%%/images/elvish-shaman-heal2.png
%%DATADIR%%/images/elvish-shaman-heal3.png
%%DATADIR%%/images/elvish-shaman-heal4.png
%%DATADIR%%/images/elvish-shaman-heal5.png
%%DATADIR%%/images/elvish-shaman-heal6.png
%%DATADIR%%/images/elvish-shaman-heal7.png
%%DATADIR%%/images/elvish-shaman-heal8.png
%%DATADIR%%/images/elvish-shaman-heal9.png
%%DATADIR%%/images/elvish-shaman.png
%%DATADIR%%/images/elvish-sharpshooter+female-attack.png
%%DATADIR%%/images/elvish-sharpshooter+female-attack1.png
%%DATADIR%%/images/elvish-sharpshooter+female-attack2.png
%%DATADIR%%/images/elvish-sharpshooter+female-attack3.png
%%DATADIR%%/images/elvish-sharpshooter+female-attack4.png
%%DATADIR%%/images/elvish-sharpshooter+female-bow-defend.png
%%DATADIR%%/images/elvish-sharpshooter+female-bow.png
%%DATADIR%%/images/elvish-sharpshooter+female-defend.png
%%DATADIR%%/images/elvish-sharpshooter+female.png
%%DATADIR%%/images/elvish-sharpshooter-attack.png
%%DATADIR%%/images/elvish-sharpshooter-attack1.png
%%DATADIR%%/images/elvish-sharpshooter-attack2.png
%%DATADIR%%/images/elvish-sharpshooter-attack3.png
%%DATADIR%%/images/elvish-sharpshooter-attack4.png
%%DATADIR%%/images/elvish-sharpshooter-bow-defend.png
%%DATADIR%%/images/elvish-sharpshooter-bow.png
%%DATADIR%%/images/elvish-sharpshooter-defend.png
%%DATADIR%%/images/elvish-sharpshooter-die1.png
%%DATADIR%%/images/elvish-sharpshooter-die2.png
%%DATADIR%%/images/elvish-sharpshooter-die3.png
%%DATADIR%%/images/elvish-sharpshooter-die4.png
%%DATADIR%%/images/elvish-sharpshooter.png
%%DATADIR%%/images/elvish-shyde-defend.png
%%DATADIR%%/images/elvish-shyde-ftouch-attack1.png
%%DATADIR%%/images/elvish-shyde-ftouch-attack2.png
%%DATADIR%%/images/elvish-shyde-ftouch-attack3.png
%%DATADIR%%/images/elvish-shyde-healing1.png
%%DATADIR%%/images/elvish-shyde-healing10.png
%%DATADIR%%/images/elvish-shyde-healing11.png
%%DATADIR%%/images/elvish-shyde-healing12.png
%%DATADIR%%/images/elvish-shyde-healing2.png
%%DATADIR%%/images/elvish-shyde-healing3.png
%%DATADIR%%/images/elvish-shyde-healing4.png
%%DATADIR%%/images/elvish-shyde-healing5.png
%%DATADIR%%/images/elvish-shyde-healing6.png
%%DATADIR%%/images/elvish-shyde-healing7.png
%%DATADIR%%/images/elvish-shyde-healing8.png
%%DATADIR%%/images/elvish-shyde-healing9.png
%%DATADIR%%/images/elvish-shyde-ranged.png
%%DATADIR%%/images/elvish-shyde.png
%%DATADIR%%/images/elvish-sorceress-attack1.png
%%DATADIR%%/images/elvish-sorceress-attack2.png
%%DATADIR%%/images/elvish-sorceress-attack3.png
%%DATADIR%%/images/elvish-sorceress-attack4.png
%%DATADIR%%/images/elvish-sorceress-attack5.png
%%DATADIR%%/images/elvish-sorceress-attack6.png
%%DATADIR%%/images/elvish-sorceress-attack7.png
%%DATADIR%%/images/elvish-sorceress-defend.png
%%DATADIR%%/images/elvish-sorceress-entangle1.png
%%DATADIR%%/images/elvish-sorceress-entangle2.png
%%DATADIR%%/images/elvish-sorceress-entangle3.png
%%DATADIR%%/images/elvish-sorceress-entangle4.png
%%DATADIR%%/images/elvish-sorceress-entangle5.png
%%DATADIR%%/images/elvish-sorceress-entangle6.png
%%DATADIR%%/images/elvish-sorceress-entangle7.png
%%DATADIR%%/images/elvish-sorceress-melee1.png
%%DATADIR%%/images/elvish-sorceress-melee2.png
%%DATADIR%%/images/elvish-sorceress-melee3.png
%%DATADIR%%/images/elvish-sorceress-melee4.png
%%DATADIR%%/images/elvish-sorceress-melee5.png
%%DATADIR%%/images/elvish-sorceress-ranged-defend.png
%%DATADIR%%/images/elvish-sorceress.png
%%DATADIR%%/images/elvish-sylph-attack1.png
%%DATADIR%%/images/elvish-sylph-attack2.png
%%DATADIR%%/images/elvish-sylph-attack3.png
%%DATADIR%%/images/elvish-sylph-attack4.png
%%DATADIR%%/images/elvish-sylph-attack5.png
%%DATADIR%%/images/elvish-sylph-defend.png
%%DATADIR%%/images/elvish-sylph-ftouch-attack1.png
%%DATADIR%%/images/elvish-sylph-ftouch-attack2.png
%%DATADIR%%/images/elvish-sylph-ftouch-attack3.png
%%DATADIR%%/images/elvish-sylph-gossamer-attack1.png
%%DATADIR%%/images/elvish-sylph-gossamer-attack2.png
%%DATADIR%%/images/elvish-sylph-gossamer-attack3.png
%%DATADIR%%/images/elvish-sylph.png
%%DATADIR%%/images/fire-dragon-attack-bite.png
%%DATADIR%%/images/fire-dragon-attack-breath.png
%%DATADIR%%/images/fire-dragon-attack-tail.png
%%DATADIR%%/images/fire-dragon-defend.png
%%DATADIR%%/images/fire-dragon.png
%%DATADIR%%/images/galleon.png
%%DATADIR%%/images/giant-mudcrawler-attack.png
%%DATADIR%%/images/giant-mudcrawler-attack1.png
%%DATADIR%%/images/giant-mudcrawler-attack2.png
%%DATADIR%%/images/giant-mudcrawler-death1.png
%%DATADIR%%/images/giant-mudcrawler-death2.png
%%DATADIR%%/images/giant-mudcrawler-death3.png
%%DATADIR%%/images/giant-mudcrawler-death4.png
%%DATADIR%%/images/giant-mudcrawler-defend.png
%%DATADIR%%/images/giant-mudcrawler.png
%%DATADIR%%/images/goblin-direwolver-attack.png
%%DATADIR%%/images/goblin-direwolver-defend.png
%%DATADIR%%/images/goblin-direwolver-moving.png
%%DATADIR%%/images/goblin-direwolver.png
%%DATADIR%%/images/goblin-impaler-attack-ranged1.png
%%DATADIR%%/images/goblin-impaler-attack-ranged2.png
%%DATADIR%%/images/goblin-impaler-attack1.png
%%DATADIR%%/images/goblin-impaler-attack2.png
%%DATADIR%%/images/goblin-impaler-defend.png
%%DATADIR%%/images/goblin-impaler.png
%%DATADIR%%/images/goblin-knight-attack.png
%%DATADIR%%/images/goblin-knight-defend.png
%%DATADIR%%/images/goblin-knight-moving.png
%%DATADIR%%/images/goblin-knight.png
%%DATADIR%%/images/goblin-pillager-attack.png
%%DATADIR%%/images/goblin-pillager-attack2.png
%%DATADIR%%/images/goblin-pillager-defend.png
%%DATADIR%%/images/goblin-pillager-moving.png
%%DATADIR%%/images/goblin-pillager.png
%%DATADIR%%/images/goblin-spearman-defend.png
%%DATADIR%%/images/goblin-spearman-melee.png
%%DATADIR%%/images/goblin-spearman-ranged.png
%%DATADIR%%/images/goblin-spearman.png
%%DATADIR%%/images/grand-knight-attack-sword.png
%%DATADIR%%/images/grand-knight-defend.png
%%DATADIR%%/images/grand-knight-moving.png
%%DATADIR%%/images/grand-knight.png
%%DATADIR%%/images/great-mage+female-defend.png
%%DATADIR%%/images/great-mage+female-fireball-1.png
%%DATADIR%%/images/great-mage+female-fireball-2.png
%%DATADIR%%/images/great-mage+female-fireball-3.png
%%DATADIR%%/images/great-mage+female-staff-1.png
%%DATADIR%%/images/great-mage+female-staff-2.png
%%DATADIR%%/images/great-mage+female.png
%%DATADIR%%/images/great-mage-defend.png
%%DATADIR%%/images/great-mage-fireball-1.png
%%DATADIR%%/images/great-mage-fireball-2.png
%%DATADIR%%/images/great-mage-fireball-3.png
%%DATADIR%%/images/great-mage-staff-1.png
%%DATADIR%%/images/great-mage-staff-2.png
%%DATADIR%%/images/great-mage.png
%%DATADIR%%/images/great-troll-attack.png
%%DATADIR%%/images/great-troll-defend.png
%%DATADIR%%/images/great-troll.png
%%DATADIR%%/images/gryphon-defend.png
%%DATADIR%%/images/gryphon-master.png
%%DATADIR%%/images/gryphon-rider.png
%%DATADIR%%/images/gryphon-sleeping.png
%%DATADIR%%/images/gryphon.png
%%DATADIR%%/images/halo/blood-halo1.png
%%DATADIR%%/images/halo/blood-halo2.png
%%DATADIR%%/images/halo/elder-mage-halo.png
%%DATADIR%%/images/halo/elder-mage-halo1.png
%%DATADIR%%/images/halo/elder-mage-halo2.png
%%DATADIR%%/images/halo/elder-mage-halo3.png
%%DATADIR%%/images/halo/elder-mage-halo4.png
%%DATADIR%%/images/halo/elder-mage-halo5.png
%%DATADIR%%/images/halo/elder-mage-halo6.png
%%DATADIR%%/images/halo/fireball-big-halo1.png
%%DATADIR%%/images/halo/fireball-big-halo2.png
%%DATADIR%%/images/halo/fireball-big-halo3.png
%%DATADIR%%/images/halo/fireball-big-halo4.png
%%DATADIR%%/images/halo/fireball-big-halo5.png
%%DATADIR%%/images/halo/fireball-big-halo6.png
%%DATADIR%%/images/halo/fireball-big-halo7.png
%%DATADIR%%/images/halo/fireball-big-halo8.png
%%DATADIR%%/images/halo/fireball-halo1.png
%%DATADIR%%/images/halo/fireball-halo2.png
%%DATADIR%%/images/halo/fireball-halo3.png
%%DATADIR%%/images/halo/fireball-halo4.png
%%DATADIR%%/images/halo/fireball-halo5.png
%%DATADIR%%/images/halo/fireball-halo6.png
%%DATADIR%%/images/halo/fireball-halo7.png
%%DATADIR%%/images/halo/fireball-halo8.png
%%DATADIR%%/images/halo/fireball-preparation-1.png
%%DATADIR%%/images/halo/fireball-preparation-2.png
%%DATADIR%%/images/halo/fireball-preparation-3.png
%%DATADIR%%/images/halo/fireball-preparation-4.png
%%DATADIR%%/images/halo/fireball-preparation-5.png
%%DATADIR%%/images/halo/fireball-preparation-6.png
%%DATADIR%%/images/halo/ice-halo1.png
%%DATADIR%%/images/halo/ice-halo2.png
%%DATADIR%%/images/halo/ice-halo3.png
%%DATADIR%%/images/halo/ice-halo4.png
%%DATADIR%%/images/halo/ice-halo5.png
%%DATADIR%%/images/halo/ice-halo6.png
%%DATADIR%%/images/halo/ice-halo7.png
%%DATADIR%%/images/halo/ice-halo8.png
%%DATADIR%%/images/halo/ice-halo9.png
%%DATADIR%%/images/halo/lighthouse-aura.png
%%DATADIR%%/images/halo/mage-halo1.png
%%DATADIR%%/images/halo/mage-halo2-big.png
%%DATADIR%%/images/halo/mage-halo2.png
%%DATADIR%%/images/halo/mage-halo3-big.png
%%DATADIR%%/images/halo/mage-halo3.png
%%DATADIR%%/images/halo/mage-halo4-big.png
%%DATADIR%%/images/halo/mage-halo4.png
%%DATADIR%%/images/halo/mage-halo5-big.png
%%DATADIR%%/images/halo/mage-halo5.png
%%DATADIR%%/images/halo/mage-halo6-big.png
%%DATADIR%%/images/halo/mage-preparation-halo1.png
%%DATADIR%%/images/halo/mage-preparation-halo2.png
%%DATADIR%%/images/halo/mage-preparation-halo3.png
%%DATADIR%%/images/halo/mage-preparation-halo4.png
%%DATADIR%%/images/halo/mage-preparation-halo5.png
%%DATADIR%%/images/halo/mage-preparation-halo6.png
%%DATADIR%%/images/halo/mage-preparation-halo7.png
%%DATADIR%%/images/halo/mermaid-siren-naia-touch-halo.png
%%DATADIR%%/images/halo/shyde-stationary-halo1.png
%%DATADIR%%/images/halo/shyde-stationary-halo2.png
%%DATADIR%%/images/halo/shyde-stationary-halo3.png
%%DATADIR%%/images/halo/shyde-stationary-halo4.png
%%DATADIR%%/images/halo/shyde-stationary-halo5.png
%%DATADIR%%/images/halo/shyde-stationary-halo6.png
%%DATADIR%%/images/halo/white-cleric-aura.png
%%DATADIR%%/images/halo/white-mage-halo1.png
%%DATADIR%%/images/halo/white-mage-halo2.png
%%DATADIR%%/images/halo/white-mage-halo3.png
%%DATADIR%%/images/halo/white-mage-halo4.png
%%DATADIR%%/images/help/closed_section.png
%%DATADIR%%/images/help/hp-bars.png
%%DATADIR%%/images/help/hpxp.png
%%DATADIR%%/images/help/moving1.png
%%DATADIR%%/images/help/moving2.png
%%DATADIR%%/images/help/open_section.png
%%DATADIR%%/images/help/orb-blue.png
%%DATADIR%%/images/help/orb-green.png
%%DATADIR%%/images/help/orb-none.png
%%DATADIR%%/images/help/orb-red.png
%%DATADIR%%/images/help/orb-yellow.png
%%DATADIR%%/images/help/recruit.png
%%DATADIR%%/images/help/tooltip.png
%%DATADIR%%/images/help/topic.png
%%DATADIR%%/images/horseman-attack.png
%%DATADIR%%/images/horseman-defend.png
%%DATADIR%%/images/horseman-moving.png
%%DATADIR%%/images/horseman.png
%%DATADIR%%/images/human-battleprincess-attack.png
%%DATADIR%%/images/human-battleprincess-defend.png
%%DATADIR%%/images/human-battleprincess-die-1.png
%%DATADIR%%/images/human-battleprincess-die-2.png
%%DATADIR%%/images/human-battleprincess-leading.png
%%DATADIR%%/images/human-battleprincess.png
%%DATADIR%%/images/human-bowman-attack-sword.png
%%DATADIR%%/images/human-bowman-attack1.png
%%DATADIR%%/images/human-bowman-attack2.png
%%DATADIR%%/images/human-bowman-attack3.png
%%DATADIR%%/images/human-bowman-defend.png
%%DATADIR%%/images/human-bowman-die-1.png
%%DATADIR%%/images/human-bowman-die-2.png
%%DATADIR%%/images/human-bowman.png
%%DATADIR%%/images/human-cavalier-attack.png
%%DATADIR%%/images/human-cavalier-defend.png
%%DATADIR%%/images/human-cavalier-die-1.png
%%DATADIR%%/images/human-cavalier-die-2.png
%%DATADIR%%/images/human-cavalier-moving.png
%%DATADIR%%/images/human-cavalier-range1.png
%%DATADIR%%/images/human-cavalier-range2.png
%%DATADIR%%/images/human-cavalier.png
%%DATADIR%%/images/human-dragoon-attack.png
%%DATADIR%%/images/human-dragoon-defend.png
%%DATADIR%%/images/human-dragoon-die-1.png
%%DATADIR%%/images/human-dragoon-die-2.png
%%DATADIR%%/images/human-dragoon-die-3.png
%%DATADIR%%/images/human-dragoon-moving.png
%%DATADIR%%/images/human-dragoon-ranged1.png
%%DATADIR%%/images/human-dragoon-ranged2.png
%%DATADIR%%/images/human-dragoon.png
%%DATADIR%%/images/human-duelist-attack.png
%%DATADIR%%/images/human-duelist-defend.png
%%DATADIR%%/images/human-duelist-die1.png
%%DATADIR%%/images/human-duelist-die2.png
%%DATADIR%%/images/human-duelist-die3.png
%%DATADIR%%/images/human-duelist-die4.png
%%DATADIR%%/images/human-duelist-die5.png
%%DATADIR%%/images/human-duelist-die6.png
%%DATADIR%%/images/human-duelist-die7.png
%%DATADIR%%/images/human-duelist-die8.png
%%DATADIR%%/images/human-duelist-ranged.png
%%DATADIR%%/images/human-duelist.png
%%DATADIR%%/images/human-fencer-attack.png
%%DATADIR%%/images/human-fencer-defend-1-1.png
%%DATADIR%%/images/human-fencer-defend-1-2.png
%%DATADIR%%/images/human-fencer-defend.png
%%DATADIR%%/images/human-fencer-die1.png
%%DATADIR%%/images/human-fencer-die2.png
%%DATADIR%%/images/human-fencer-die3.png
%%DATADIR%%/images/human-fencer-die4.png
%%DATADIR%%/images/human-fencer-die5.png
%%DATADIR%%/images/human-fencer.png
%%DATADIR%%/images/human-general-attack-crossbow.png
%%DATADIR%%/images/human-general-attack-sword1.png
%%DATADIR%%/images/human-general-attack-sword2.png
%%DATADIR%%/images/human-general-defend.png
%%DATADIR%%/images/human-general-leading.png
%%DATADIR%%/images/human-general.png
%%DATADIR%%/images/human-halberdier-defend.png
%%DATADIR%%/images/human-halberdier-pierce-n.png
%%DATADIR%%/images/human-halberdier-pierce-ne.png
%%DATADIR%%/images/human-halberdier-pierce-s.png
%%DATADIR%%/images/human-halberdier-pierce-se.png
%%DATADIR%%/images/human-halberdier-slash-se-1.png
%%DATADIR%%/images/human-halberdier-slash-se-2.png
%%DATADIR%%/images/human-halberdier.png
%%DATADIR%%/images/human-heavyinfantry-attack.png
%%DATADIR%%/images/human-heavyinfantry-defend.png
%%DATADIR%%/images/human-heavyinfantry.png
%%DATADIR%%/images/human-javelineer-attack-melee-1.png
%%DATADIR%%/images/human-javelineer-attack-melee-2.png
%%DATADIR%%/images/human-javelineer-attack-melee-3.png
%%DATADIR%%/images/human-javelineer-attack-ranged-1.png
%%DATADIR%%/images/human-javelineer-attack-ranged-2.png
%%DATADIR%%/images/human-javelineer-attack-ranged-3.png
%%DATADIR%%/images/human-javelineer-attack-ranged-4.png
%%DATADIR%%/images/human-javelineer-defend.png
%%DATADIR%%/images/human-javelineer.png
%%DATADIR%%/images/human-lieutenant-attack-crossbow.png
%%DATADIR%%/images/human-lieutenant-attack-sword.png
%%DATADIR%%/images/human-lieutenant-defend.png
%%DATADIR%%/images/human-lieutenant-leading.png
%%DATADIR%%/images/human-lieutenant.png
%%DATADIR%%/images/human-longbowman-attack-sword.png
%%DATADIR%%/images/human-longbowman-attack1.png
%%DATADIR%%/images/human-longbowman-attack2.png
%%DATADIR%%/images/human-longbowman-defend-close.png
%%DATADIR%%/images/human-longbowman-defend.png
%%DATADIR%%/images/human-longbowman.png
%%DATADIR%%/images/human-marshal-attack-crossbow.png
%%DATADIR%%/images/human-marshal-attack-sword1.png
%%DATADIR%%/images/human-marshal-attack-sword2.png
%%DATADIR%%/images/human-marshal-defend.png
%%DATADIR%%/images/human-marshal-defense.png
%%DATADIR%%/images/human-marshal-leading.png
%%DATADIR%%/images/human-marshal.png
%%DATADIR%%/images/human-master-at-arms.png
%%DATADIR%%/images/human-masterbowman-attack-ranged1.png
%%DATADIR%%/images/human-masterbowman-attack-ranged2.png
%%DATADIR%%/images/human-masterbowman-attack-ranged3.png
%%DATADIR%%/images/human-masterbowman-attack-ranged4.png
%%DATADIR%%/images/human-masterbowman-defend.png
%%DATADIR%%/images/human-masterbowman-melee.png
%%DATADIR%%/images/human-masterbowman.png
%%DATADIR%%/images/human-pikeman-attack-n.png
%%DATADIR%%/images/human-pikeman-attack-ne.png
%%DATADIR%%/images/human-pikeman-attack-s.png
%%DATADIR%%/images/human-pikeman-attack-se.png
%%DATADIR%%/images/human-pikeman-defend.png
%%DATADIR%%/images/human-pikeman-die-1.png
%%DATADIR%%/images/human-pikeman-die-2.png
%%DATADIR%%/images/human-pikeman-die-3.png
%%DATADIR%%/images/human-pikeman-die-4.png
%%DATADIR%%/images/human-pikeman-die-5.png
%%DATADIR%%/images/human-pikeman.png
%%DATADIR%%/images/human-princess-attack.png
%%DATADIR%%/images/human-princess-defend.png
%%DATADIR%%/images/human-princess-leading.png
%%DATADIR%%/images/human-princess.png
%%DATADIR%%/images/human-queen-die-1.png
%%DATADIR%%/images/human-queen-die-2.png
%%DATADIR%%/images/human-queen.png
%%DATADIR%%/images/human-royalguard-attack.png
%%DATADIR%%/images/human-royalguard-attack2.png
%%DATADIR%%/images/human-royalguard-defend.png
%%DATADIR%%/images/human-royalguard.png
%%DATADIR%%/images/human-scout-attack.png
%%DATADIR%%/images/human-scout-defend.png
%%DATADIR%%/images/human-scout-die-1.png
%%DATADIR%%/images/human-scout-die-2.png
%%DATADIR%%/images/human-scout-moving.png
%%DATADIR%%/images/human-scout.png
%%DATADIR%%/images/human-sergeant-attack-crossbow.png
%%DATADIR%%/images/human-sergeant-attack-sword.png
%%DATADIR%%/images/human-sergeant-defend.png
%%DATADIR%%/images/human-sergeant-leading.png
%%DATADIR%%/images/human-sergeant.png
%%DATADIR%%/images/human-shocktrooper-attack.png
%%DATADIR%%/images/human-shocktrooper-defend.png
%%DATADIR%%/images/human-shocktrooper.png
%%DATADIR%%/images/human-siegetrooper-defend.png
%%DATADIR%%/images/human-siegetrooper-melee.png
%%DATADIR%%/images/human-siegetrooper.png
%%DATADIR%%/images/human-spearman-attack-n.png
%%DATADIR%%/images/human-spearman-attack-ne.png
%%DATADIR%%/images/human-spearman-attack-ranged.png
%%DATADIR%%/images/human-spearman-attack-south-1.png
%%DATADIR%%/images/human-spearman-attack-south-2.png
%%DATADIR%%/images/human-spearman-attack-south-3.png
%%DATADIR%%/images/human-spearman-attack.png
%%DATADIR%%/images/human-spearman-death1.png
%%DATADIR%%/images/human-spearman-death2.png
%%DATADIR%%/images/human-spearman-death3.png
%%DATADIR%%/images/human-spearman-death4.png
%%DATADIR%%/images/human-spearman-defend-2.png
%%DATADIR%%/images/human-spearman-defend.png
%%DATADIR%%/images/human-spearman.png
%%DATADIR%%/images/human-swordman-attack.png
%%DATADIR%%/images/human-swordman-defend.png
%%DATADIR%%/images/human-swordman.png
%%DATADIR%%/images/human-wallguard-attack.png
%%DATADIR%%/images/human-wallguard-defense.png
%%DATADIR%%/images/human-wallguard.png
%%DATADIR%%/images/icons/icon-advanced.png
%%DATADIR%%/images/icons/icon-ai.png
%%DATADIR%%/images/icons/icon-display.png
%%DATADIR%%/images/icons/icon-general.png
%%DATADIR%%/images/icons/icon-hostgame.png
%%DATADIR%%/images/icons/icon-hotseat.png
%%DATADIR%%/images/icons/icon-music.png
%%DATADIR%%/images/icons/icon-server.png
%%DATADIR%%/images/icons/icon-serverother.png
%%DATADIR%%/images/items/altar.png
%%DATADIR%%/images/items/ankh-necklace.png
%%DATADIR%%/images/items/ball-blue.png
%%DATADIR%%/images/items/ball-green.png
%%DATADIR%%/images/items/barrel.png
%%DATADIR%%/images/items/book1.png
%%DATADIR%%/images/items/book2.png
%%DATADIR%%/images/items/book3.png
%%DATADIR%%/images/items/book4.png
%%DATADIR%%/images/items/box.png
%%DATADIR%%/images/items/castle-ruins.png
%%DATADIR%%/images/items/chest-plain-closed.png
%%DATADIR%%/images/items/chest-plain-open.png
%%DATADIR%%/images/items/dragonstatue.png
%%DATADIR%%/images/items/fire.png
%%DATADIR%%/images/items/flower1.png
%%DATADIR%%/images/items/flower2.png
%%DATADIR%%/images/items/flower3.png
%%DATADIR%%/images/items/flower4.png
%%DATADIR%%/images/items/gohere.png
%%DATADIR%%/images/items/leanto.png
%%DATADIR%%/images/items/lighthouse.png
%%DATADIR%%/images/items/monolith1.png
%%DATADIR%%/images/items/monolith2.png
%%DATADIR%%/images/items/monolith3.png
%%DATADIR%%/images/items/monolith4.png
%%DATADIR%%/images/items/orcish-flag.png
%%DATADIR%%/images/items/ornate1.png
%%DATADIR%%/images/items/ornate2.png
%%DATADIR%%/images/items/pine1.png
%%DATADIR%%/images/items/pine2.png
%%DATADIR%%/images/items/potion-blue.png
%%DATADIR%%/images/items/potion-grey.png
%%DATADIR%%/images/items/potion-red.png
%%DATADIR%%/images/items/potion-yellow.png
%%DATADIR%%/images/items/ring1.png
%%DATADIR%%/images/items/ring2.png
%%DATADIR%%/images/items/rock1.png
%%DATADIR%%/images/items/rock2.png
%%DATADIR%%/images/items/rock3.png
%%DATADIR%%/images/items/rock4.png
%%DATADIR%%/images/items/signpost.png
%%DATADIR%%/images/items/slab.png
%%DATADIR%%/images/items/well.png
%%DATADIR%%/images/knight-attack.png
%%DATADIR%%/images/knight-defend.png
%%DATADIR%%/images/knight-moving.png
%%DATADIR%%/images/knight.png
%%DATADIR%%/images/konrad-commander-attack.png
%%DATADIR%%/images/konrad-commander-defend.png
%%DATADIR%%/images/konrad-commander-die-1.png
%%DATADIR%%/images/konrad-commander-die-2.png
%%DATADIR%%/images/konrad-commander-leading.png
%%DATADIR%%/images/konrad-commander-ranged-defend.png
%%DATADIR%%/images/konrad-commander-ranged.png
%%DATADIR%%/images/konrad-commander.png
%%DATADIR%%/images/konrad-fighter-attack.png
%%DATADIR%%/images/konrad-fighter-defend.png
%%DATADIR%%/images/konrad-fighter.png
%%DATADIR%%/images/konrad-lord-attack.png
%%DATADIR%%/images/konrad-lord-bow1.png
%%DATADIR%%/images/konrad-lord-bow2.png
%%DATADIR%%/images/konrad-lord-defend.png
%%DATADIR%%/images/konrad-lord-leading.png
%%DATADIR%%/images/konrad-lord.png
%%DATADIR%%/images/konrad-young-attack.png
%%DATADIR%%/images/konrad-young-defend.png
%%DATADIR%%/images/konrad-young.png
%%DATADIR%%/images/lancer-attack.png
%%DATADIR%%/images/lancer-defend.png
%%DATADIR%%/images/lancer.png
%%DATADIR%%/images/mage+female-attack-magic1.png
%%DATADIR%%/images/mage+female-attack-magic2.png
%%DATADIR%%/images/mage+female-attack-staff-1.png
%%DATADIR%%/images/mage+female-attack-staff-2.png
%%DATADIR%%/images/mage+female-defend.png
%%DATADIR%%/images/mage+female-die-1.png
%%DATADIR%%/images/mage+female-die-2.png
%%DATADIR%%/images/mage+female-die-3.png
%%DATADIR%%/images/mage+female-die-4.png
%%DATADIR%%/images/mage+female.png
%%DATADIR%%/images/mage-attack-magic1.png
%%DATADIR%%/images/mage-attack-magic2.png
%%DATADIR%%/images/mage-attack-staff1.png
%%DATADIR%%/images/mage-attack-staff2.png
%%DATADIR%%/images/mage-defend.png
%%DATADIR%%/images/mage-die-1.png
%%DATADIR%%/images/mage-die-2.png
%%DATADIR%%/images/mage-die-3.png
%%DATADIR%%/images/mage-die-4.png
%%DATADIR%%/images/mage.png
%%DATADIR%%/images/maps/wesnoth.png
%%DATADIR%%/images/mermaid-diviner-defend.png
%%DATADIR%%/images/mermaid-diviner-magic1.png
%%DATADIR%%/images/mermaid-diviner-magic2.png
%%DATADIR%%/images/mermaid-diviner-magic3.png
%%DATADIR%%/images/mermaid-diviner-magic4.png
%%DATADIR%%/images/mermaid-diviner-magic5.png
%%DATADIR%%/images/mermaid-diviner-magic6.png
%%DATADIR%%/images/mermaid-diviner-staff-attack.png
%%DATADIR%%/images/mermaid-diviner.png
%%DATADIR%%/images/mermaid-enchantress-defend.png
%%DATADIR%%/images/mermaid-enchantress-staff-attack.png
%%DATADIR%%/images/mermaid-enchantress-water-attack1.png
%%DATADIR%%/images/mermaid-enchantress-water-attack2.png
%%DATADIR%%/images/mermaid-enchantress-water-attack3.png
%%DATADIR%%/images/mermaid-enchantress-water-attack4.png
%%DATADIR%%/images/mermaid-enchantress-water-attack5.png
%%DATADIR%%/images/mermaid-enchantress-water-attack6.png
%%DATADIR%%/images/mermaid-enchantress-water-attack7.png
%%DATADIR%%/images/mermaid-enchantress.png
%%DATADIR%%/images/mermaid-initiate-defend.png
%%DATADIR%%/images/mermaid-initiate-staff-attack.png
%%DATADIR%%/images/mermaid-initiate-water-attack1.png
%%DATADIR%%/images/mermaid-initiate-water-attack2.png
%%DATADIR%%/images/mermaid-initiate-water-attack3.png
%%DATADIR%%/images/mermaid-initiate-water-attack4.png
%%DATADIR%%/images/mermaid-initiate-water-attack5.png
%%DATADIR%%/images/mermaid-initiate-water-attack6.png
%%DATADIR%%/images/mermaid-initiate-water-attack7.png
%%DATADIR%%/images/mermaid-initiate.png
%%DATADIR%%/images/mermaid-priestess-defend.png
%%DATADIR%%/images/mermaid-priestess-magic1.png
%%DATADIR%%/images/mermaid-priestess-magic2.png
%%DATADIR%%/images/mermaid-priestess-magic3.png
%%DATADIR%%/images/mermaid-priestess-magic4.png
%%DATADIR%%/images/mermaid-priestess-magic5.png
%%DATADIR%%/images/mermaid-priestess-magic6.png
%%DATADIR%%/images/mermaid-priestess-staff-attack.png
%%DATADIR%%/images/mermaid-priestess.png
%%DATADIR%%/images/mermaid-siren-defend.png
%%DATADIR%%/images/mermaid-siren-naia-touch-attack1.png
%%DATADIR%%/images/mermaid-siren-naia-touch-attack2.png
%%DATADIR%%/images/mermaid-siren-naia-touch-attack3.png
%%DATADIR%%/images/mermaid-siren-naia-touch-attack4.png
%%DATADIR%%/images/mermaid-siren-water-attack1.png
%%DATADIR%%/images/mermaid-siren-water-attack2.png
%%DATADIR%%/images/mermaid-siren-water-attack3.png
%%DATADIR%%/images/mermaid-siren-water-attack4.png
%%DATADIR%%/images/mermaid-siren-water-attack5.png
%%DATADIR%%/images/mermaid-siren-water-attack6.png
%%DATADIR%%/images/mermaid-siren-water-attack7.png
%%DATADIR%%/images/mermaid-siren.png
%%DATADIR%%/images/merman-attack.png
%%DATADIR%%/images/merman-defend.png
%%DATADIR%%/images/merman-entangler.png
%%DATADIR%%/images/merman-fighter-attack.png
%%DATADIR%%/images/merman-fighter-defend.png
%%DATADIR%%/images/merman-fighter.png
%%DATADIR%%/images/merman-hoplite-attack.png
%%DATADIR%%/images/merman-hoplite-defend.png
%%DATADIR%%/images/merman-hoplite.png
%%DATADIR%%/images/merman-hunter-attack-n.png
%%DATADIR%%/images/merman-hunter-attack-ne.png
%%DATADIR%%/images/merman-hunter-attack-ranged.png
%%DATADIR%%/images/merman-hunter-attack-s.png
%%DATADIR%%/images/merman-hunter-attack-se.png
%%DATADIR%%/images/merman-hunter-defend.png
%%DATADIR%%/images/merman-hunter.png
%%DATADIR%%/images/merman-javelineer-attack-n.png
%%DATADIR%%/images/merman-javelineer-attack-ne.png
%%DATADIR%%/images/merman-javelineer-attack-ranged.png
%%DATADIR%%/images/merman-javelineer-attack-s.png
%%DATADIR%%/images/merman-javelineer-attack-se.png
%%DATADIR%%/images/merman-javelineer-defend.png
%%DATADIR%%/images/merman-javelineer.png
%%DATADIR%%/images/merman-king-attack.png
%%DATADIR%%/images/merman-king-defend.png
%%DATADIR%%/images/merman-king.png
%%DATADIR%%/images/merman-netcaster.png
%%DATADIR%%/images/merman-spearman-attack-n.png
%%DATADIR%%/images/merman-spearman-attack-ne.png
%%DATADIR%%/images/merman-spearman-attack-ranged.png
%%DATADIR%%/images/merman-spearman-attack-s.png
%%DATADIR%%/images/merman-spearman-attack-se.png
%%DATADIR%%/images/merman-spearman-defend.png
%%DATADIR%%/images/merman-spearman.png
%%DATADIR%%/images/merman-triton-attack-blade.png
%%DATADIR%%/images/merman-triton-attack-pierce.png
%%DATADIR%%/images/merman-triton-defend.png
%%DATADIR%%/images/merman-triton.png
%%DATADIR%%/images/merman-warrior-attack.png
%%DATADIR%%/images/merman-warrior-defend.png
%%DATADIR%%/images/merman-warrior.png
%%DATADIR%%/images/merman.png
%%DATADIR%%/images/misc/ball.png
%%DATADIR%%/images/misc/bar-energy-ally.png
%%DATADIR%%/images/misc/bar-energy-enemy.png
%%DATADIR%%/images/misc/bar-energy-moved.png
%%DATADIR%%/images/misc/bar-energy-partmoved.png
%%DATADIR%%/images/misc/bar-energy-unmoved.png
%%DATADIR%%/images/misc/blank.png
%%DATADIR%%/images/misc/botleft-corner.png
%%DATADIR%%/images/misc/botright-corner.png
%%DATADIR%%/images/misc/cage.png
%%DATADIR%%/images/misc/character-box.png
%%DATADIR%%/images/misc/chest.png
%%DATADIR%%/images/misc/compass-north.png
%%DATADIR%%/images/misc/compass-south.png
%%DATADIR%%/images/misc/cross.png
%%DATADIR%%/images/misc/disk.png
%%DATADIR%%/images/misc/dot.png
%%DATADIR%%/images/misc/ellipse-1-bottom.png
%%DATADIR%%/images/misc/ellipse-1-top.png
%%DATADIR%%/images/misc/ellipse-1.png
%%DATADIR%%/images/misc/ellipse-10-bottom.png
%%DATADIR%%/images/misc/ellipse-10-top.png
%%DATADIR%%/images/misc/ellipse-10.png
%%DATADIR%%/images/misc/ellipse-2-bottom.png
%%DATADIR%%/images/misc/ellipse-2-top.png
%%DATADIR%%/images/misc/ellipse-2.png
%%DATADIR%%/images/misc/ellipse-3-bottom.png
%%DATADIR%%/images/misc/ellipse-3-top.png
%%DATADIR%%/images/misc/ellipse-3.png
%%DATADIR%%/images/misc/ellipse-4-bottom.png
%%DATADIR%%/images/misc/ellipse-4-top.png
%%DATADIR%%/images/misc/ellipse-4.png
%%DATADIR%%/images/misc/ellipse-5-bottom.png
%%DATADIR%%/images/misc/ellipse-5-top.png
%%DATADIR%%/images/misc/ellipse-5.png
%%DATADIR%%/images/misc/ellipse-6-bottom.png
%%DATADIR%%/images/misc/ellipse-6-top.png
%%DATADIR%%/images/misc/ellipse-6.png
%%DATADIR%%/images/misc/ellipse-7-bottom.png
%%DATADIR%%/images/misc/ellipse-7-top.png
%%DATADIR%%/images/misc/ellipse-7.png
%%DATADIR%%/images/misc/ellipse-8-bottom.png
%%DATADIR%%/images/misc/ellipse-8-top.png
%%DATADIR%%/images/misc/ellipse-8.png
%%DATADIR%%/images/misc/ellipse-9-bottom.png
%%DATADIR%%/images/misc/ellipse-9-top.png
%%DATADIR%%/images/misc/ellipse-9.png
%%DATADIR%%/images/misc/experimental-rightside.png
%%DATADIR%%/images/misc/eye.png
%%DATADIR%%/images/misc/folder-icon.png
%%DATADIR%%/images/misc/font8x8.png
%%DATADIR%%/images/misc/foot-left-n-slow.png
%%DATADIR%%/images/misc/foot-left-n.png
%%DATADIR%%/images/misc/foot-left-nw-slow.png
%%DATADIR%%/images/misc/foot-left-nw.png
%%DATADIR%%/images/misc/foot-right-n-slow.png
%%DATADIR%%/images/misc/foot-right-n.png
%%DATADIR%%/images/misc/foot-right-nw-slow.png
%%DATADIR%%/images/misc/foot-right-nw.png
%%DATADIR%%/images/misc/gold.png
%%DATADIR%%/images/misc/income.png
%%DATADIR%%/images/misc/invisible.png
%%DATADIR%%/images/misc/item-darktome.png
%%DATADIR%%/images/misc/item-flamesword.png
%%DATADIR%%/images/misc/item-healingpotion.png
%%DATADIR%%/images/misc/item-holywater.png
%%DATADIR%%/images/misc/item-sceptreoffire.png
%%DATADIR%%/images/misc/item-staff.png
%%DATADIR%%/images/misc/item-stormtrident.png
%%DATADIR%%/images/misc/leader-crown.png
%%DATADIR%%/images/misc/lobby.png
%%DATADIR%%/images/misc/logo.png
%%DATADIR%%/images/misc/mainmenu-background.png
%%DATADIR%%/images/misc/mainmenu-border-botleft.png
%%DATADIR%%/images/misc/mainmenu-border-botright.png
%%DATADIR%%/images/misc/mainmenu-border-bottom.png
%%DATADIR%%/images/misc/mainmenu-border-left.png
%%DATADIR%%/images/misc/mainmenu-border-right.png
%%DATADIR%%/images/misc/mainmenu-border-top.png
%%DATADIR%%/images/misc/mainmenu-border-topleft.png
%%DATADIR%%/images/misc/mainmenu-border-topright.png
%%DATADIR%%/images/misc/menu-background.png
%%DATADIR%%/images/misc/menu-border-botleft.png
%%DATADIR%%/images/misc/menu-border-botright.png
%%DATADIR%%/images/misc/menu-border-bottom.png
%%DATADIR%%/images/misc/menu-border-left.png
%%DATADIR%%/images/misc/menu-border-right.png
%%DATADIR%%/images/misc/menu-border-top.png
%%DATADIR%%/images/misc/menu-border-topleft.png
%%DATADIR%%/images/misc/menu-border-topright.png
%%DATADIR%%/images/misc/menu2-background.png
%%DATADIR%%/images/misc/menu2-border-botleft.png
%%DATADIR%%/images/misc/menu2-border-botright.png
%%DATADIR%%/images/misc/menu2-border-bottom.png
%%DATADIR%%/images/misc/menu2-border-left.png
%%DATADIR%%/images/misc/menu2-border-right.png
%%DATADIR%%/images/misc/menu2-border-top.png
%%DATADIR%%/images/misc/menu2-border-topleft.png
%%DATADIR%%/images/misc/menu2-border-topright.png
%%DATADIR%%/images/misc/minimap.png
%%DATADIR%%/images/misc/poisoned.png
%%DATADIR%%/images/misc/rightside-bg.png
%%DATADIR%%/images/misc/rightside-bottom.png
%%DATADIR%%/images/misc/rightside-editor.png
%%DATADIR%%/images/misc/rightside.png
%%DATADIR%%/images/misc/schedule-afternoon.png
%%DATADIR%%/images/misc/schedule-dawn.png
%%DATADIR%%/images/misc/schedule-dusk.png
%%DATADIR%%/images/misc/schedule-firstwatch.png
%%DATADIR%%/images/misc/schedule-morning.png
%%DATADIR%%/images/misc/schedule-secondwatch.png
%%DATADIR%%/images/misc/schedule-underground-illum.png
%%DATADIR%%/images/misc/schedule-underground.png
%%DATADIR%%/images/misc/selected-ellipse-1-bottom.png
%%DATADIR%%/images/misc/selected-ellipse-1-top.png
%%DATADIR%%/images/misc/selected-ellipse-10-bottom.png
%%DATADIR%%/images/misc/selected-ellipse-10-top.png
%%DATADIR%%/images/misc/selected-ellipse-2-bottom.png
%%DATADIR%%/images/misc/selected-ellipse-2-top.png
%%DATADIR%%/images/misc/selected-ellipse-3-bottom.png
%%DATADIR%%/images/misc/selected-ellipse-3-top.png
%%DATADIR%%/images/misc/selected-ellipse-4-bottom.png
%%DATADIR%%/images/misc/selected-ellipse-4-top.png
%%DATADIR%%/images/misc/selected-ellipse-5-bottom.png
%%DATADIR%%/images/misc/selected-ellipse-5-top.png
%%DATADIR%%/images/misc/selected-ellipse-6-bottom.png
%%DATADIR%%/images/misc/selected-ellipse-6-top.png
%%DATADIR%%/images/misc/selected-ellipse-7-bottom.png
%%DATADIR%%/images/misc/selected-ellipse-7-top.png
%%DATADIR%%/images/misc/selected-ellipse-8-bottom.png
%%DATADIR%%/images/misc/selected-ellipse-8-top.png
%%DATADIR%%/images/misc/selected-ellipse-9-bottom.png
%%DATADIR%%/images/misc/selected-ellipse-9-top.png
%%DATADIR%%/images/misc/slowed.png
%%DATADIR%%/images/misc/sort-arrow-reverse.png
%%DATADIR%%/images/misc/sort-arrow.png
%%DATADIR%%/images/misc/status-bg.png
%%DATADIR%%/images/misc/stone.png
%%DATADIR%%/images/misc/timeofday.png
%%DATADIR%%/images/misc/title.png
%%DATADIR%%/images/misc/top-bg.png
%%DATADIR%%/images/misc/topleft-corner.png
%%DATADIR%%/images/misc/topright-corner.png
%%DATADIR%%/images/misc/trapdoor.png
%%DATADIR%%/images/misc/unit.png
%%DATADIR%%/images/misc/units.png
%%DATADIR%%/images/misc/upkeep.png
%%DATADIR%%/images/misc/villages.png
%%DATADIR%%/images/mudcrawler-attack.png
%%DATADIR%%/images/mudcrawler-death1.png
%%DATADIR%%/images/mudcrawler-death2.png
%%DATADIR%%/images/mudcrawler-death3.png
%%DATADIR%%/images/mudcrawler-death4.png
%%DATADIR%%/images/mudcrawler-defend.png
%%DATADIR%%/images/mudcrawler.png
%%DATADIR%%/images/naga-attack.png
%%DATADIR%%/images/naga-defend.png
%%DATADIR%%/images/naga-fighter+female-attack.png
%%DATADIR%%/images/naga-fighter+female-defend.png
%%DATADIR%%/images/naga-fighter+female.png
%%DATADIR%%/images/naga-fighter-attack.png
%%DATADIR%%/images/naga-fighter-defend.png
%%DATADIR%%/images/naga-fighter.png
%%DATADIR%%/images/naga-myrmidon+female-attack.png
%%DATADIR%%/images/naga-myrmidon+female-defend.png
%%DATADIR%%/images/naga-myrmidon+female.png
%%DATADIR%%/images/naga-myrmidon-attack.png
%%DATADIR%%/images/naga-myrmidon-defend.png
%%DATADIR%%/images/naga-myrmidon.png
%%DATADIR%%/images/naga-warrior+female-attack.png
%%DATADIR%%/images/naga-warrior+female-defend.png
%%DATADIR%%/images/naga-warrior+female.png
%%DATADIR%%/images/naga-warrior-attack.png
%%DATADIR%%/images/naga-warrior-defend.png
%%DATADIR%%/images/naga-warrior.png
%%DATADIR%%/images/naga.png
%%DATADIR%%/images/neutral-bandit-attack.png
%%DATADIR%%/images/neutral-bandit-defend.png
%%DATADIR%%/images/neutral-bandit-die-1.png
%%DATADIR%%/images/neutral-bandit-die-2.png
%%DATADIR%%/images/neutral-bandit.png
%%DATADIR%%/images/neutral-footpad+female-attack.png
%%DATADIR%%/images/neutral-footpad+female-attack1.png
%%DATADIR%%/images/neutral-footpad+female-attack2.png
%%DATADIR%%/images/neutral-footpad+female-defend.png
%%DATADIR%%/images/neutral-footpad+female.png
%%DATADIR%%/images/neutral-footpad-attack.png
%%DATADIR%%/images/neutral-footpad-attack1.png
%%DATADIR%%/images/neutral-footpad-attack2.png
%%DATADIR%%/images/neutral-footpad-defend.png
%%DATADIR%%/images/neutral-footpad.png
%%DATADIR%%/images/neutral-outlaw+female-attack.png
%%DATADIR%%/images/neutral-outlaw+female-attack1.png
%%DATADIR%%/images/neutral-outlaw+female-attack2.png
%%DATADIR%%/images/neutral-outlaw+female-defend.png
%%DATADIR%%/images/neutral-outlaw+female.png
%%DATADIR%%/images/neutral-outlaw-attack.png
%%DATADIR%%/images/neutral-outlaw-attack1.png
%%DATADIR%%/images/neutral-outlaw-attack2.png
%%DATADIR%%/images/neutral-outlaw-defend.png
%%DATADIR%%/images/neutral-outlaw-princess-attack-sling1.png
%%DATADIR%%/images/neutral-outlaw-princess-attack-sling2.png
%%DATADIR%%/images/neutral-outlaw-princess-attack-staff1.png
%%DATADIR%%/images/neutral-outlaw-princess-attack-staff2.png
%%DATADIR%%/images/neutral-outlaw-princess-defend-1-1.png
%%DATADIR%%/images/neutral-outlaw-princess-defend-1-2.png
%%DATADIR%%/images/neutral-outlaw-princess-defend.png
%%DATADIR%%/images/neutral-outlaw-princess.png
%%DATADIR%%/images/neutral-outlaw-queen-attack-sling1.png
%%DATADIR%%/images/neutral-outlaw-queen-attack-sling2.png
%%DATADIR%%/images/neutral-outlaw-queen-attack-staff1.png
%%DATADIR%%/images/neutral-outlaw-queen-attack-staff2.png
%%DATADIR%%/images/neutral-outlaw-queen-defend-1-1.png
%%DATADIR%%/images/neutral-outlaw-queen-defend-1-2.png
%%DATADIR%%/images/neutral-outlaw-queen-defend.png
%%DATADIR%%/images/neutral-outlaw-queen-leading.png
%%DATADIR%%/images/neutral-outlaw-queen.png
%%DATADIR%%/images/neutral-outlaw.png
%%DATADIR%%/images/neutral-peasant-attack.png
%%DATADIR%%/images/neutral-peasant-defend.png
%%DATADIR%%/images/neutral-peasant.png
%%DATADIR%%/images/neutral-poacher-attack.png
%%DATADIR%%/images/neutral-poacher-attack1.png
%%DATADIR%%/images/neutral-poacher-attack2.png
%%DATADIR%%/images/neutral-poacher-defend.png
%%DATADIR%%/images/neutral-poacher.png
%%DATADIR%%/images/neutral-thug-attack.png
%%DATADIR%%/images/neutral-thug-defend.png
%%DATADIR%%/images/neutral-thug.png
%%DATADIR%%/images/neutral-trapper-attack.png
%%DATADIR%%/images/neutral-trapper-attack1.png
%%DATADIR%%/images/neutral-trapper-attack2.png
%%DATADIR%%/images/neutral-trapper-defend.png
%%DATADIR%%/images/neutral-trapper.png
%%DATADIR%%/images/noble-commander-attack-ranged1.png
%%DATADIR%%/images/noble-commander-attack-ranged2.png
%%DATADIR%%/images/noble-commander-attack-ranged3.png
%%DATADIR%%/images/noble-commander-attack-sword.png
%%DATADIR%%/images/noble-commander-bow.png
%%DATADIR%%/images/noble-commander-defend.png
%%DATADIR%%/images/noble-commander-leading.png
%%DATADIR%%/images/noble-commander.png
%%DATADIR%%/images/noble-fighter-attack.png
%%DATADIR%%/images/noble-fighter-attack2.png
%%DATADIR%%/images/noble-fighter-defend.png
%%DATADIR%%/images/noble-fighter.png
%%DATADIR%%/images/noble-lord-attack-ranged1.png
%%DATADIR%%/images/noble-lord-attack-ranged2.png
%%DATADIR%%/images/noble-lord-attack-ranged3.png
%%DATADIR%%/images/noble-lord-attack-sword.png
%%DATADIR%%/images/noble-lord-bow.png
%%DATADIR%%/images/noble-lord-defend.png
%%DATADIR%%/images/noble-lord-leading.png
%%DATADIR%%/images/noble-lord.png
%%DATADIR%%/images/noble-youth-attack.png
%%DATADIR%%/images/noble-youth-attack2.png
%%DATADIR%%/images/noble-youth-defend.png
%%DATADIR%%/images/noble-youth.png
%%DATADIR%%/images/ogre-attack1.png
%%DATADIR%%/images/ogre-attack2.png
%%DATADIR%%/images/ogre-defend.png
%%DATADIR%%/images/ogre.png
%%DATADIR%%/images/orc-archer-attack.png
%%DATADIR%%/images/orc-archer-attack2.png
%%DATADIR%%/images/orc-archer-defend.png
%%DATADIR%%/images/orc-archer.png
%%DATADIR%%/images/orc-assassin-attack.png
%%DATADIR%%/images/orc-assassin-defend.png
%%DATADIR%%/images/orc-assassin-knife.png
%%DATADIR%%/images/orc-assassin.png
%%DATADIR%%/images/orc-slayer-attack1.png
%%DATADIR%%/images/orc-slayer-attack2.png
%%DATADIR%%/images/orc-slayer-defend.png
%%DATADIR%%/images/orc-slayer-ranged.png
%%DATADIR%%/images/orc-slayer.png
%%DATADIR%%/images/orc-xbowman-attack.png
%%DATADIR%%/images/orc-xbowman-defend.png
%%DATADIR%%/images/orc-xbowman-ranged.png
%%DATADIR%%/images/orc-xbowman.png
%%DATADIR%%/images/orcish-grunt-attack.png
%%DATADIR%%/images/orcish-grunt-defend.png
%%DATADIR%%/images/orcish-grunt.png
%%DATADIR%%/images/orcish-leader-attack.png
%%DATADIR%%/images/orcish-leader-defend.png
%%DATADIR%%/images/orcish-leader-ranged-1.png
%%DATADIR%%/images/orcish-leader-ranged-2.png
%%DATADIR%%/images/orcish-leader.png
%%DATADIR%%/images/orcish-ruler-attack.png
%%DATADIR%%/images/orcish-ruler-defend.png
%%DATADIR%%/images/orcish-ruler-ranged-1.png
%%DATADIR%%/images/orcish-ruler-ranged-2.png
%%DATADIR%%/images/orcish-ruler.png
%%DATADIR%%/images/orcish-shaman-black-attack-curse.png
%%DATADIR%%/images/orcish-shaman-black-attack-staff.png
%%DATADIR%%/images/orcish-shaman-black-defend.png
%%DATADIR%%/images/orcish-shaman-black.png
%%DATADIR%%/images/orcish-shaman-red-attack-curse.png
%%DATADIR%%/images/orcish-shaman-red-attack-staff.png
%%DATADIR%%/images/orcish-shaman-red-defend.png
%%DATADIR%%/images/orcish-shaman-red.png
%%DATADIR%%/images/orcish-shaman-tan-attack-curse.png
%%DATADIR%%/images/orcish-shaman-tan-attack-staff.png
%%DATADIR%%/images/orcish-shaman-tan-defend.png
%%DATADIR%%/images/orcish-shaman-tan.png
%%DATADIR%%/images/orcish-slurbow-attack-melee.png
%%DATADIR%%/images/orcish-slurbow-attack-ranged.png
%%DATADIR%%/images/orcish-slurbow-defend.png
%%DATADIR%%/images/orcish-slurbow.png
%%DATADIR%%/images/orcish-sovereign-attack1.png
%%DATADIR%%/images/orcish-sovereign-attack2.png
%%DATADIR%%/images/orcish-sovereign-defend.png
%%DATADIR%%/images/orcish-sovereign-ranged-1.png
%%DATADIR%%/images/orcish-sovereign-ranged-2.png
%%DATADIR%%/images/orcish-sovereign.png
%%DATADIR%%/images/orcish-warlord-attack-sword-1.png
%%DATADIR%%/images/orcish-warlord-attack-sword-2.png
%%DATADIR%%/images/orcish-warlord-defend.png
%%DATADIR%%/images/orcish-warlord-ranged-1.png
%%DATADIR%%/images/orcish-warlord-ranged-2.png
%%DATADIR%%/images/orcish-warlord.png
%%DATADIR%%/images/orcish-warrior-defend.png
%%DATADIR%%/images/orcish-warrior-melee1.png
%%DATADIR%%/images/orcish-warrior.png
%%DATADIR%%/images/owaec-captain-attack-morningstar.png
%%DATADIR%%/images/owaec-captain-attack-sword.png
%%DATADIR%%/images/owaec-captain-defend.png
%%DATADIR%%/images/owaec-captain-moving.png
%%DATADIR%%/images/owaec-captain.png
%%DATADIR%%/images/owaec-commander-attack-morningstar.png
%%DATADIR%%/images/owaec-commander-attack-sword.png
%%DATADIR%%/images/owaec-commander-defend.png
%%DATADIR%%/images/owaec-commander-moving.png
%%DATADIR%%/images/owaec-commander.png
%%DATADIR%%/images/owaec-lord-attack-morningstar.png
%%DATADIR%%/images/owaec-lord-attack-sword.png
%%DATADIR%%/images/owaec-lord-defend.png
%%DATADIR%%/images/owaec-lord-moving.png
%%DATADIR%%/images/owaec-lord.png
%%DATADIR%%/images/paladin-attack-sword.png
%%DATADIR%%/images/paladin-defend.png
%%DATADIR%%/images/paladin-healing.png
%%DATADIR%%/images/paladin-moving.png
%%DATADIR%%/images/paladin.png
%%DATADIR%%/images/parandra.png
%%DATADIR%%/images/pirate-galleon.png
%%DATADIR%%/images/portraits/Eastern_Invasion/dacyn.png
%%DATADIR%%/images/portraits/Eastern_Invasion/gweddry.png
%%DATADIR%%/images/portraits/Eastern_Invasion/mal-ravanal.png
%%DATADIR%%/images/portraits/Heir_To_The_Throne/asheviere.png
%%DATADIR%%/images/portraits/Heir_To_The_Throne/delfador.png
%%DATADIR%%/images/portraits/Heir_To_The_Throne/kalenz.png
%%DATADIR%%/images/portraits/Heir_To_The_Throne/konrad.png
%%DATADIR%%/images/portraits/Heir_To_The_Throne/lisar.png
%%DATADIR%%/images/portraits/The_Rise_of_Wesnoth/addroran.png
%%DATADIR%%/images/portraits/The_Rise_of_Wesnoth/aethyr.png
%%DATADIR%%/images/portraits/The_Rise_of_Wesnoth/archmage.png
%%DATADIR%%/images/portraits/The_Rise_of_Wesnoth/aryad.png
%%DATADIR%%/images/portraits/The_Rise_of_Wesnoth/burin.png
%%DATADIR%%/images/portraits/The_Rise_of_Wesnoth/dionli.png
%%DATADIR%%/images/portraits/The_Rise_of_Wesnoth/edmond.png
%%DATADIR%%/images/portraits/The_Rise_of_Wesnoth/eldaric.png
%%DATADIR%%/images/portraits/The_Rise_of_Wesnoth/familiar.png
%%DATADIR%%/images/portraits/The_Rise_of_Wesnoth/haldric.png
%%DATADIR%%/images/portraits/The_Rise_of_Wesnoth/isomithir.png
%%DATADIR%%/images/portraits/The_Rise_of_Wesnoth/jessica.png
%%DATADIR%%/images/portraits/The_Rise_of_Wesnoth/jevyan.png
%%DATADIR%%/images/portraits/The_Rise_of_Wesnoth/knight.png
%%DATADIR%%/images/portraits/The_Rise_of_Wesnoth/lady_outlaw.png
%%DATADIR%%/images/portraits/The_Rise_of_Wesnoth/lich.png
%%DATADIR%%/images/portraits/The_Rise_of_Wesnoth/logalmier.png
%%DATADIR%%/images/portraits/The_Rise_of_Wesnoth/rithrandil.png
%%DATADIR%%/images/portraits/The_Rise_of_Wesnoth/typhon.png
%%DATADIR%%/images/portraits/core/Alex_Jarocha-Ernst/drake-burner.png
%%DATADIR%%/images/portraits/core/Alex_Jarocha-Ernst/drake-fighter.png
%%DATADIR%%/images/portraits/core/Alex_Jarocha-Ernst/drake-glider.png
%%DATADIR%%/images/portraits/core/Alex_Jarocha-Ernst/elvish-shaman.png
%%DATADIR%%/images/portraits/core/Alex_Jarocha-Ernst/ghoul.png
%%DATADIR%%/images/portraits/core/Alex_Jarocha-Ernst/mermaid-initiate.png
%%DATADIR%%/images/portraits/core/Alex_Jarocha-Ernst/merman-fighter.png
%%DATADIR%%/images/portraits/core/Alex_Jarocha-Ernst/merman-hunter.png
%%DATADIR%%/images/portraits/core/Alex_Jarocha-Ernst/naga-fighter.png
%%DATADIR%%/images/portraits/core/Alex_Jarocha-Ernst/nagini-fighter.png
%%DATADIR%%/images/portraits/core/Alex_Jarocha-Ernst/orcish-assassin.png
%%DATADIR%%/images/portraits/core/Alex_Jarocha-Ernst/saurian-skirmisher.png
%%DATADIR%%/images/portraits/core/James_Woo/orc-warlord.png
%%DATADIR%%/images/portraits/core/James_Woo/orc-warlord2.png
%%DATADIR%%/images/portraits/core/James_Woo/orc-warlord3.png
%%DATADIR%%/images/portraits/core/James_Woo/orc-warlord4.png
%%DATADIR%%/images/portraits/core/James_Woo/orc-warlord5.png
%%DATADIR%%/images/portraits/core/Jason_Lutes/human-bandit.png
%%DATADIR%%/images/portraits/core/Jason_Lutes/human-grand-knight.png
%%DATADIR%%/images/portraits/core/Jason_Lutes/human-halberdier.png
%%DATADIR%%/images/portraits/core/Jason_Lutes/human-highwayman.png
%%DATADIR%%/images/portraits/core/Jason_Lutes/human-horseman.png
%%DATADIR%%/images/portraits/core/Jason_Lutes/human-javelineer.png
%%DATADIR%%/images/portraits/core/Jason_Lutes/human-knight.png
%%DATADIR%%/images/portraits/core/Jason_Lutes/human-lancer.png
%%DATADIR%%/images/portraits/core/Jason_Lutes/human-paladin.png
%%DATADIR%%/images/portraits/core/Jason_Lutes/human-peasant.png
%%DATADIR%%/images/portraits/core/Jason_Lutes/human-pikeman.png
%%DATADIR%%/images/portraits/core/Jason_Lutes/human-royalguard.png
%%DATADIR%%/images/portraits/core/Jason_Lutes/human-spearman.png
%%DATADIR%%/images/portraits/core/Jason_Lutes/human-swordsman.png
%%DATADIR%%/images/portraits/core/Jason_Lutes/human-thug.png
%%DATADIR%%/images/portraits/core/Neoriceisgood/dwarvish_berzerker.png
%%DATADIR%%/images/portraits/core/Neoriceisgood/orcish_grunt.png
%%DATADIR%%/images/portraits/core/Neoriceisgood/orcish_leader.png
%%DATADIR%%/images/portraits/core/Neoriceisgood/orcish_shaman_old.png
%%DATADIR%%/images/projectiles/bone-n.png
%%DATADIR%%/images/projectiles/bone-ne.png
%%DATADIR%%/images/projectiles/bullet.png
%%DATADIR%%/images/projectiles/dagger-n.png
%%DATADIR%%/images/projectiles/dagger-ne.png
%%DATADIR%%/images/projectiles/darkmissile-n.png
%%DATADIR%%/images/projectiles/darkmissile-ne.png
%%DATADIR%%/images/projectiles/entangle.png
%%DATADIR%%/images/projectiles/fireball-big-n.png
%%DATADIR%%/images/projectiles/fireball-big-nw.png
%%DATADIR%%/images/projectiles/fireball-huge-n.png
%%DATADIR%%/images/projectiles/fireball-huge-nw.png
%%DATADIR%%/images/projectiles/fireball-n.png
%%DATADIR%%/images/projectiles/fireball-nw.png
%%DATADIR%%/images/projectiles/fireball.png
%%DATADIR%%/images/projectiles/gaze.png
%%DATADIR%%/images/projectiles/hatchet-n.png
%%DATADIR%%/images/projectiles/hatchet-ne.png
%%DATADIR%%/images/projectiles/icemissile-n.png
%%DATADIR%%/images/projectiles/icemissile-ne.png
%%DATADIR%%/images/projectiles/ink.png
%%DATADIR%%/images/projectiles/lightning-bolt.png
%%DATADIR%%/images/projectiles/lightning-n.png
%%DATADIR%%/images/projectiles/lightning-ne.png
%%DATADIR%%/images/projectiles/magicmissile-n.png
%%DATADIR%%/images/projectiles/magicmissile-ne.png
%%DATADIR%%/images/projectiles/missile-fire-n.png
%%DATADIR%%/images/projectiles/missile-fire-ne.png
%%DATADIR%%/images/projectiles/missile-n.png
%%DATADIR%%/images/projectiles/missile-ne.png
%%DATADIR%%/images/projectiles/missile-nw.png
%%DATADIR%%/images/projectiles/missile-s.png
%%DATADIR%%/images/projectiles/missile-se.png
%%DATADIR%%/images/projectiles/missile-sw.png
%%DATADIR%%/images/projectiles/missile.png
%%DATADIR%%/images/projectiles/mud-glob.png
%%DATADIR%%/images/projectiles/pitchfork-n.png
%%DATADIR%%/images/projectiles/pitchfork-ne.png
%%DATADIR%%/images/projectiles/spear-n.png
%%DATADIR%%/images/projectiles/spear-ne.png
%%DATADIR%%/images/projectiles/stone.png
%%DATADIR%%/images/projectiles/thorns-ne.png
%%DATADIR%%/images/projectiles/thorns.png
%%DATADIR%%/images/projectiles/water-spray.png
%%DATADIR%%/images/projectiles/web.png
%%DATADIR%%/images/projectiles/whitemissile-n.png
%%DATADIR%%/images/projectiles/whitemissile-ne.png
%%DATADIR%%/images/random-enemy.png
%%DATADIR%%/images/red-mage+female-attack-staff1.png
%%DATADIR%%/images/red-mage+female-attack-staff2.png
%%DATADIR%%/images/red-mage+female-defend.png
%%DATADIR%%/images/red-mage+female-die-1.png
%%DATADIR%%/images/red-mage+female-die-2.png
%%DATADIR%%/images/red-mage+female-die-3.png
%%DATADIR%%/images/red-mage+female-die-4.png
%%DATADIR%%/images/red-mage+female-fireball-1.png
%%DATADIR%%/images/red-mage+female-fireball-2.png
%%DATADIR%%/images/red-mage+female-fireball-3.png
%%DATADIR%%/images/red-mage+female.png
%%DATADIR%%/images/red-mage-attack-staff1.png
%%DATADIR%%/images/red-mage-attack-staff2.png
%%DATADIR%%/images/red-mage-defend.png
%%DATADIR%%/images/red-mage-die-1.png
%%DATADIR%%/images/red-mage-die-2.png
%%DATADIR%%/images/red-mage-die-3.png
%%DATADIR%%/images/red-mage-die-4.png
%%DATADIR%%/images/red-mage-fireball-1.png
%%DATADIR%%/images/red-mage-fireball-2.png
%%DATADIR%%/images/red-mage-fireball-3.png
%%DATADIR%%/images/red-mage.png
%%DATADIR%%/images/rogue+female-attack.png
%%DATADIR%%/images/rogue+female-defend.png
%%DATADIR%%/images/rogue+female-ranged.png
%%DATADIR%%/images/rogue+female.png
%%DATADIR%%/images/rogue-attack.png
%%DATADIR%%/images/rogue-defend.png
%%DATADIR%%/images/rogue-ranged.png
%%DATADIR%%/images/rogue.png
%%DATADIR%%/images/saurian-ambusher-attack1.png
%%DATADIR%%/images/saurian-ambusher-attack2.png
%%DATADIR%%/images/saurian-ambusher-defend.png
%%DATADIR%%/images/saurian-ambusher-ranged.png
%%DATADIR%%/images/saurian-ambusher.png
%%DATADIR%%/images/saurian-flanker-attack-ranged.png
%%DATADIR%%/images/saurian-flanker-attack1.png
%%DATADIR%%/images/saurian-flanker-attack2.png
%%DATADIR%%/images/saurian-flanker-defend.png
%%DATADIR%%/images/saurian-flanker.png
%%DATADIR%%/images/saurian-icecaster-attack.png
%%DATADIR%%/images/saurian-icecaster-defend.png
%%DATADIR%%/images/saurian-icecaster-ranged1.png
%%DATADIR%%/images/saurian-icecaster-ranged2.png
%%DATADIR%%/images/saurian-icecaster-ranged3.png
%%DATADIR%%/images/saurian-icecaster.png
%%DATADIR%%/images/saurian-skirmisher-attack1.png
%%DATADIR%%/images/saurian-skirmisher-attack2.png
%%DATADIR%%/images/saurian-skirmisher-attack3.png
%%DATADIR%%/images/saurian-skirmisher-defend.png
%%DATADIR%%/images/saurian-skirmisher.png
%%DATADIR%%/images/saurian-soothsayer-attack.png
%%DATADIR%%/images/saurian-soothsayer-defend.png
%%DATADIR%%/images/saurian-soothsayer-healing.png
%%DATADIR%%/images/saurian-soothsayer-ranged.png
%%DATADIR%%/images/saurian-soothsayer.png
%%DATADIR%%/images/saurian-tribalist-attack.png
%%DATADIR%%/images/saurian-tribalist-defend.png
%%DATADIR%%/images/saurian-tribalist-heal.png
%%DATADIR%%/images/saurian-tribalist-ranged1.png
%%DATADIR%%/images/saurian-tribalist.png
%%DATADIR%%/images/scepter-princess-attack-scepter-1.png
%%DATADIR%%/images/scepter-princess-attack-scepter-2.png
%%DATADIR%%/images/scepter-princess-attack-scepter-3.png
%%DATADIR%%/images/scepter-princess-attack-scepter.png
%%DATADIR%%/images/scepter-princess-attack-sword.png
%%DATADIR%%/images/scepter-princess-defend.png
%%DATADIR%%/images/scepter-princess-leading.png
%%DATADIR%%/images/scepter-princess.png
%%DATADIR%%/images/scorpion-defend.png
%%DATADIR%%/images/scorpion-pincers-attack.png
%%DATADIR%%/images/scorpion-sting-attack.png
%%DATADIR%%/images/scorpion.png
%%DATADIR%%/images/sea-hag-defend.png
%%DATADIR%%/images/sea-hag.png
%%DATADIR%%/images/sea-orc-attack.png
%%DATADIR%%/images/sea-orc-defend.png
%%DATADIR%%/images/sea-orc.png
%%DATADIR%%/images/seaserpent-attack.png
%%DATADIR%%/images/seaserpent-defend.png
%%DATADIR%%/images/seaserpent.png
%%DATADIR%%/images/silver-mage+female-attack-magic1.png
%%DATADIR%%/images/silver-mage+female-attack-melee.png
%%DATADIR%%/images/silver-mage+female-defend.png
%%DATADIR%%/images/silver-mage+female-teleport1.png
%%DATADIR%%/images/silver-mage+female-teleport10.png
%%DATADIR%%/images/silver-mage+female-teleport2.png
%%DATADIR%%/images/silver-mage+female-teleport3.png
%%DATADIR%%/images/silver-mage+female-teleport4.png
%%DATADIR%%/images/silver-mage+female-teleport5.png
%%DATADIR%%/images/silver-mage+female-teleport6.png
%%DATADIR%%/images/silver-mage+female-teleport7.png
%%DATADIR%%/images/silver-mage+female-teleport8.png
%%DATADIR%%/images/silver-mage+female-teleport9.png
%%DATADIR%%/images/silver-mage+female.png
%%DATADIR%%/images/silver-mage-attack-magic1.png
%%DATADIR%%/images/silver-mage-attack-melee.png
%%DATADIR%%/images/silver-mage-defend.png
%%DATADIR%%/images/silver-mage-teleport1.png
%%DATADIR%%/images/silver-mage-teleport10.png
%%DATADIR%%/images/silver-mage-teleport2.png
%%DATADIR%%/images/silver-mage-teleport3.png
%%DATADIR%%/images/silver-mage-teleport4.png
%%DATADIR%%/images/silver-mage-teleport5.png
%%DATADIR%%/images/silver-mage-teleport6.png
%%DATADIR%%/images/silver-mage-teleport7.png
%%DATADIR%%/images/silver-mage-teleport8.png
%%DATADIR%%/images/silver-mage-teleport9.png
%%DATADIR%%/images/silver-mage.png
%%DATADIR%%/images/skeletal-dragon-attack-claws1.png
%%DATADIR%%/images/skeletal-dragon-attack-claws2.png
%%DATADIR%%/images/skeletal-dragon-attack-claws3.png
%%DATADIR%%/images/skeletal-dragon-attack-jaw1.png
%%DATADIR%%/images/skeletal-dragon-attack-jaw2.png
%%DATADIR%%/images/skeletal-dragon-defend.png
%%DATADIR%%/images/skeletal-dragon.png
%%DATADIR%%/images/terrain/alpha.png
%%DATADIR%%/images/terrain/alphamask.png
%%DATADIR%%/images/terrain/bridge-n-end.png
%%DATADIR%%/images/terrain/bridge-n-s-tile.png
%%DATADIR%%/images/terrain/bridge-n-s.png
%%DATADIR%%/images/terrain/bridge-n.png
%%DATADIR%%/images/terrain/bridge-ne-end.png
%%DATADIR%%/images/terrain/bridge-ne-sw-tile.png
%%DATADIR%%/images/terrain/bridge-ne-sw.png
%%DATADIR%%/images/terrain/bridge-ne.png
%%DATADIR%%/images/terrain/bridge-nw-end.png
%%DATADIR%%/images/terrain/bridge-nw.png
%%DATADIR%%/images/terrain/bridge-s-end.png
%%DATADIR%%/images/terrain/bridge-s.png
%%DATADIR%%/images/terrain/bridge-se-end.png
%%DATADIR%%/images/terrain/bridge-se-nw-tile.png
%%DATADIR%%/images/terrain/bridge-se-nw.png
%%DATADIR%%/images/terrain/bridge-se.png
%%DATADIR%%/images/terrain/bridge-sw-end.png
%%DATADIR%%/images/terrain/bridge-sw.png
%%DATADIR%%/images/terrain/canyon-all.png
%%DATADIR%%/images/terrain/canyon-n-ne-s.png
%%DATADIR%%/images/terrain/canyon-n-ne.png
%%DATADIR%%/images/terrain/canyon-n-s.png
%%DATADIR%%/images/terrain/canyon-n-se.png
%%DATADIR%%/images/terrain/canyon-n.png
%%DATADIR%%/images/terrain/canyon-ne-s.png
%%DATADIR%%/images/terrain/canyon-ne-se.png
%%DATADIR%%/images/terrain/canyon-ne-sw.png
%%DATADIR%%/images/terrain/canyon-ne.png
%%DATADIR%%/images/terrain/canyon-nw-n-ne.png
%%DATADIR%%/images/terrain/canyon-nw-n-s.png
%%DATADIR%%/images/terrain/canyon-nw-n.png
%%DATADIR%%/images/terrain/canyon-nw-ne.png
%%DATADIR%%/images/terrain/canyon-nw.png
%%DATADIR%%/images/terrain/canyon-s-nw.png
%%DATADIR%%/images/terrain/canyon-s-sw-n.png
%%DATADIR%%/images/terrain/canyon-s-sw.png
%%DATADIR%%/images/terrain/canyon-s.png
%%DATADIR%%/images/terrain/canyon-se-nw.png
%%DATADIR%%/images/terrain/canyon-se-s-n.png
%%DATADIR%%/images/terrain/canyon-se-s-sw-n.png
%%DATADIR%%/images/terrain/canyon-se-s-sw.png
%%DATADIR%%/images/terrain/canyon-se-s.png
%%DATADIR%%/images/terrain/canyon-se-sw.png
%%DATADIR%%/images/terrain/canyon-se.png
%%DATADIR%%/images/terrain/canyon-sw-n.png
%%DATADIR%%/images/terrain/canyon-sw-nw.png
%%DATADIR%%/images/terrain/canyon-sw.png
%%DATADIR%%/images/terrain/canyon.png
%%DATADIR%%/images/terrain/castle-concave-e.png
%%DATADIR%%/images/terrain/castle-concave-ne.png
%%DATADIR%%/images/terrain/castle-concave-nw.png
%%DATADIR%%/images/terrain/castle-concave-se.png
%%DATADIR%%/images/terrain/castle-concave-sw.png
%%DATADIR%%/images/terrain/castle-concave-w.png
%%DATADIR%%/images/terrain/castle-convex-e.png
%%DATADIR%%/images/terrain/castle-convex-ne.png
%%DATADIR%%/images/terrain/castle-convex-nw.png
%%DATADIR%%/images/terrain/castle-convex-se.png
%%DATADIR%%/images/terrain/castle-convex-sw.png
%%DATADIR%%/images/terrain/castle-convex-w.png
%%DATADIR%%/images/terrain/castle-ruin-tile.png
%%DATADIR%%/images/terrain/castle-sunken-ruin-tile.png
%%DATADIR%%/images/terrain/castle-swamp-ruin-tile.png
%%DATADIR%%/images/terrain/castle-tile.png
%%DATADIR%%/images/terrain/castle-walls.tmpl
%%DATADIR%%/images/terrain/castle.png
%%DATADIR%%/images/terrain/cave-floor-n-ne-se-s.png
%%DATADIR%%/images/terrain/cave-floor-n-ne-se.png
%%DATADIR%%/images/terrain/cave-floor-n-ne.png
%%DATADIR%%/images/terrain/cave-floor-n.png
%%DATADIR%%/images/terrain/cave-floor-ne-se-s.png
%%DATADIR%%/images/terrain/cave-floor-ne-se.png
%%DATADIR%%/images/terrain/cave-floor-ne.png
%%DATADIR%%/images/terrain/cave-floor-nw-n-ne.png
%%DATADIR%%/images/terrain/cave-floor-nw-n.png
%%DATADIR%%/images/terrain/cave-floor-nw.png
%%DATADIR%%/images/terrain/cave-floor-s-sw-nw-n.png
%%DATADIR%%/images/terrain/cave-floor-s-sw-nw.png
%%DATADIR%%/images/terrain/cave-floor-s-sw.png
%%DATADIR%%/images/terrain/cave-floor-s.png
%%DATADIR%%/images/terrain/cave-floor-se-s-sw.png
%%DATADIR%%/images/terrain/cave-floor-se-s.png
%%DATADIR%%/images/terrain/cave-floor-se.png
%%DATADIR%%/images/terrain/cave-floor-sw-nw-n.png
%%DATADIR%%/images/terrain/cave-floor-sw-nw.png
%%DATADIR%%/images/terrain/cave-floor-sw.png
%%DATADIR%%/images/terrain/cave-floor.png
%%DATADIR%%/images/terrain/cave-floor1.png
%%DATADIR%%/images/terrain/cave-floor2.png
%%DATADIR%%/images/terrain/cave-floor3.png
%%DATADIR%%/images/terrain/cave-floor4.png
%%DATADIR%%/images/terrain/cave.png
%%DATADIR%%/images/terrain/cavewall-concave-e.png
%%DATADIR%%/images/terrain/cavewall-concave-ne.png
%%DATADIR%%/images/terrain/cavewall-concave-nw.png
%%DATADIR%%/images/terrain/cavewall-concave-se.png
%%DATADIR%%/images/terrain/cavewall-concave-sw.png
%%DATADIR%%/images/terrain/cavewall-concave-w.png
%%DATADIR%%/images/terrain/cavewall-convex-e.png
%%DATADIR%%/images/terrain/cavewall-convex-ne.png
%%DATADIR%%/images/terrain/cavewall-convex-nw.png
%%DATADIR%%/images/terrain/cavewall-convex-se.png
%%DATADIR%%/images/terrain/cavewall-convex-sw.png
%%DATADIR%%/images/terrain/cavewall-convex-w.png
%%DATADIR%%/images/terrain/cavewall.png
%%DATADIR%%/images/terrain/coast-n.png
%%DATADIR%%/images/terrain/coast-ne.png
%%DATADIR%%/images/terrain/coast-nw.png
%%DATADIR%%/images/terrain/coast-s.png
%%DATADIR%%/images/terrain/coast-se.png
%%DATADIR%%/images/terrain/coast-sw.png
%%DATADIR%%/images/terrain/coast.png
%%DATADIR%%/images/terrain/coast2.png
%%DATADIR%%/images/terrain/coast3.png
%%DATADIR%%/images/terrain/dawn.png
%%DATADIR%%/images/terrain/desert-hills-n.png
%%DATADIR%%/images/terrain/desert-hills-ne.png
%%DATADIR%%/images/terrain/desert-hills-nw.png
%%DATADIR%%/images/terrain/desert-hills-s.png
%%DATADIR%%/images/terrain/desert-hills-se.png
%%DATADIR%%/images/terrain/desert-hills-sw.png
%%DATADIR%%/images/terrain/desert-hills.png
%%DATADIR%%/images/terrain/desert-hills2.png
%%DATADIR%%/images/terrain/desert-hills3.png
%%DATADIR%%/images/terrain/desert-mountain-peak1.png
%%DATADIR%%/images/terrain/desert-mountain-peak2.png
%%DATADIR%%/images/terrain/desert-mountain-peak3.png
%%DATADIR%%/images/terrain/desert-mountains-n.png
%%DATADIR%%/images/terrain/desert-mountains-ne.png
%%DATADIR%%/images/terrain/desert-mountains-nw.png
%%DATADIR%%/images/terrain/desert-mountains-s.png
%%DATADIR%%/images/terrain/desert-mountains-se.png
%%DATADIR%%/images/terrain/desert-mountains-sw.png
%%DATADIR%%/images/terrain/desert-mountains.png
%%DATADIR%%/images/terrain/desert-n-ne-se.png
%%DATADIR%%/images/terrain/desert-n-ne.png
%%DATADIR%%/images/terrain/desert-n.png
%%DATADIR%%/images/terrain/desert-ne-se-s.png
%%DATADIR%%/images/terrain/desert-ne-se.png
%%DATADIR%%/images/terrain/desert-ne.png
%%DATADIR%%/images/terrain/desert-nw-n-ne.png
%%DATADIR%%/images/terrain/desert-nw-n.png
%%DATADIR%%/images/terrain/desert-nw.png
%%DATADIR%%/images/terrain/desert-oasis.png
%%DATADIR%%/images/terrain/desert-plant.png
%%DATADIR%%/images/terrain/desert-plant2.png
%%DATADIR%%/images/terrain/desert-plant3.png
%%DATADIR%%/images/terrain/desert-road-n-ne-se.png
%%DATADIR%%/images/terrain/desert-road-n-ne.png
%%DATADIR%%/images/terrain/desert-road-n.png
%%DATADIR%%/images/terrain/desert-road-ne-se-s.png
%%DATADIR%%/images/terrain/desert-road-ne-se.png
%%DATADIR%%/images/terrain/desert-road-ne.png
%%DATADIR%%/images/terrain/desert-road-nw-n-ne.png
%%DATADIR%%/images/terrain/desert-road-nw-n.png
%%DATADIR%%/images/terrain/desert-road-nw.png
%%DATADIR%%/images/terrain/desert-road-s-sw-nw.png
%%DATADIR%%/images/terrain/desert-road-s-sw.png
%%DATADIR%%/images/terrain/desert-road-s.png
%%DATADIR%%/images/terrain/desert-road-se-s-sw.png
%%DATADIR%%/images/terrain/desert-road-se-s.png
%%DATADIR%%/images/terrain/desert-road-se.png
%%DATADIR%%/images/terrain/desert-road-sw-nw-n.png
%%DATADIR%%/images/terrain/desert-road-sw-nw.png
%%DATADIR%%/images/terrain/desert-road-sw.png
%%DATADIR%%/images/terrain/desert-road.png
%%DATADIR%%/images/terrain/desert-s-sw-nw.png
%%DATADIR%%/images/terrain/desert-s-sw.png
%%DATADIR%%/images/terrain/desert-s.png
%%DATADIR%%/images/terrain/desert-se-s-sw.png
%%DATADIR%%/images/terrain/desert-se-s.png
%%DATADIR%%/images/terrain/desert-se.png
%%DATADIR%%/images/terrain/desert-sw-nw-n.png
%%DATADIR%%/images/terrain/desert-sw-nw.png
%%DATADIR%%/images/terrain/desert-sw.png
%%DATADIR%%/images/terrain/desert.png
%%DATADIR%%/images/terrain/desert2.png
%%DATADIR%%/images/terrain/desert3.png
%%DATADIR%%/images/terrain/desert4.png
%%DATADIR%%/images/terrain/desert5.png
%%DATADIR%%/images/terrain/desert6.png
%%DATADIR%%/images/terrain/desert7.png
%%DATADIR%%/images/terrain/dirt-n-ne-se-s.png
%%DATADIR%%/images/terrain/dirt-n-ne-se.png
%%DATADIR%%/images/terrain/dirt-n-ne.png
%%DATADIR%%/images/terrain/dirt-n.png
%%DATADIR%%/images/terrain/dirt-ne-se-s.png
%%DATADIR%%/images/terrain/dirt-ne-se.png
%%DATADIR%%/images/terrain/dirt-ne.png
%%DATADIR%%/images/terrain/dirt-nw-n-ne.png
%%DATADIR%%/images/terrain/dirt-nw-n.png
%%DATADIR%%/images/terrain/dirt-nw.png
%%DATADIR%%/images/terrain/dirt-s-sw-nw-n.png
%%DATADIR%%/images/terrain/dirt-s-sw-nw.png
%%DATADIR%%/images/terrain/dirt-s-sw.png
%%DATADIR%%/images/terrain/dirt-s.png
%%DATADIR%%/images/terrain/dirt-se-s-sw.png
%%DATADIR%%/images/terrain/dirt-se-s.png
%%DATADIR%%/images/terrain/dirt-se.png
%%DATADIR%%/images/terrain/dirt-sw-nw-n.png
%%DATADIR%%/images/terrain/dirt-sw-nw.png
%%DATADIR%%/images/terrain/dirt-sw.png
%%DATADIR%%/images/terrain/dirt.png
%%DATADIR%%/images/terrain/dwarven-castle-concave-e.png
%%DATADIR%%/images/terrain/dwarven-castle-concave-ne.png
%%DATADIR%%/images/terrain/dwarven-castle-concave-nw.png
%%DATADIR%%/images/terrain/dwarven-castle-concave-se.png
%%DATADIR%%/images/terrain/dwarven-castle-concave-sw.png
%%DATADIR%%/images/terrain/dwarven-castle-concave-w.png
%%DATADIR%%/images/terrain/dwarven-castle-convex-e.png
%%DATADIR%%/images/terrain/dwarven-castle-convex-ne.png
%%DATADIR%%/images/terrain/dwarven-castle-convex-nw.png
%%DATADIR%%/images/terrain/dwarven-castle-convex-se.png
%%DATADIR%%/images/terrain/dwarven-castle-convex-sw.png
%%DATADIR%%/images/terrain/dwarven-castle-convex-w.png
%%DATADIR%%/images/terrain/dwarven-castle-floor.png
%%DATADIR%%/images/terrain/dwarven-castle-wall-ccw-e.png
%%DATADIR%%/images/terrain/dwarven-castle-wall-ccw-ne.png
%%DATADIR%%/images/terrain/dwarven-castle-wall-ccw-nw.png
%%DATADIR%%/images/terrain/dwarven-castle-wall-ccw-se.png
%%DATADIR%%/images/terrain/dwarven-castle-wall-ccw-sw.png
%%DATADIR%%/images/terrain/dwarven-castle-wall-ccw-w.png
%%DATADIR%%/images/terrain/dwarven-castle-wall-concave-e.png
%%DATADIR%%/images/terrain/dwarven-castle-wall-concave-ne.png
%%DATADIR%%/images/terrain/dwarven-castle-wall-concave-nw.png
%%DATADIR%%/images/terrain/dwarven-castle-wall-concave-se.png
%%DATADIR%%/images/terrain/dwarven-castle-wall-concave-sw.png
%%DATADIR%%/images/terrain/dwarven-castle-wall-concave-w.png
%%DATADIR%%/images/terrain/dwarven-castle-wall-convex-e.png
%%DATADIR%%/images/terrain/dwarven-castle-wall-convex-ne.png
%%DATADIR%%/images/terrain/dwarven-castle-wall-convex-nw.png
%%DATADIR%%/images/terrain/dwarven-castle-wall-convex-se.png
%%DATADIR%%/images/terrain/dwarven-castle-wall-convex-sw.png
%%DATADIR%%/images/terrain/dwarven-castle-wall-convex-w.png
%%DATADIR%%/images/terrain/dwarven-castle-wall-cw-e.png
%%DATADIR%%/images/terrain/dwarven-castle-wall-cw-ne.png
%%DATADIR%%/images/terrain/dwarven-castle-wall-cw-nw.png
%%DATADIR%%/images/terrain/dwarven-castle-wall-cw-se.png
%%DATADIR%%/images/terrain/dwarven-castle-wall-cw-sw.png
%%DATADIR%%/images/terrain/dwarven-castle-wall-cw-w.png
%%DATADIR%%/images/terrain/dwarven-doors.png
%%DATADIR%%/images/terrain/dwarven-keep-floor.png
%%DATADIR%%/images/terrain/dwarven-keep.png
%%DATADIR%%/images/terrain/dwarven-village.png
%%DATADIR%%/images/terrain/dwarven_castle-tile.png
%%DATADIR%%/images/terrain/encampment-concave-e.png
%%DATADIR%%/images/terrain/encampment-concave-ne.png
%%DATADIR%%/images/terrain/encampment-concave-nw.png
%%DATADIR%%/images/terrain/encampment-concave-se.png
%%DATADIR%%/images/terrain/encampment-concave-sw.png
%%DATADIR%%/images/terrain/encampment-concave-w.png
%%DATADIR%%/images/terrain/encampment-convex-e.png
%%DATADIR%%/images/terrain/encampment-convex-ne.png
%%DATADIR%%/images/terrain/encampment-convex-nw.png
%%DATADIR%%/images/terrain/encampment-convex-se.png
%%DATADIR%%/images/terrain/encampment-convex-sw.png
%%DATADIR%%/images/terrain/encampment-convex-w.png
%%DATADIR%%/images/terrain/encampment-tile.png
%%DATADIR%%/images/terrain/flag-sotbe-1.png
%%DATADIR%%/images/terrain/flag-sotbe-2.png
%%DATADIR%%/images/terrain/flag-sotbe-3.png
%%DATADIR%%/images/terrain/flag-team1-1.png
%%DATADIR%%/images/terrain/flag-team1-2.png
%%DATADIR%%/images/terrain/flag-team10-1.png
%%DATADIR%%/images/terrain/flag-team10-2.png
%%DATADIR%%/images/terrain/flag-team2-1.png
%%DATADIR%%/images/terrain/flag-team2-2.png
%%DATADIR%%/images/terrain/flag-team3-1.png
%%DATADIR%%/images/terrain/flag-team3-2.png
%%DATADIR%%/images/terrain/flag-team4-1.png
%%DATADIR%%/images/terrain/flag-team4-2.png
%%DATADIR%%/images/terrain/flag-team5-1.png
%%DATADIR%%/images/terrain/flag-team5-2.png
%%DATADIR%%/images/terrain/flag-team6-1.png
%%DATADIR%%/images/terrain/flag-team6-2.png
%%DATADIR%%/images/terrain/flag-team7-1.png
%%DATADIR%%/images/terrain/flag-team7-2.png
%%DATADIR%%/images/terrain/flag-team8-1.png
%%DATADIR%%/images/terrain/flag-team8-2.png
%%DATADIR%%/images/terrain/flag-team9-1.png
%%DATADIR%%/images/terrain/flag-team9-2.png
%%DATADIR%%/images/terrain/fog-n-ne-se-s.png
%%DATADIR%%/images/terrain/fog-n-ne-se.png
%%DATADIR%%/images/terrain/fog-n-ne.png
%%DATADIR%%/images/terrain/fog-n.png
%%DATADIR%%/images/terrain/fog-ne-se-s.png
%%DATADIR%%/images/terrain/fog-ne-se.png
%%DATADIR%%/images/terrain/fog-ne.png
%%DATADIR%%/images/terrain/fog-nw-n-ne.png
%%DATADIR%%/images/terrain/fog-nw-n.png
%%DATADIR%%/images/terrain/fog-nw.png
%%DATADIR%%/images/terrain/fog-s-sw-nw-n.png
%%DATADIR%%/images/terrain/fog-s-sw-nw.png
%%DATADIR%%/images/terrain/fog-s-sw.png
%%DATADIR%%/images/terrain/fog-s.png
%%DATADIR%%/images/terrain/fog-se-s-sw.png
%%DATADIR%%/images/terrain/fog-se-s.png
%%DATADIR%%/images/terrain/fog-se.png
%%DATADIR%%/images/terrain/fog-sw-nw-n.png
%%DATADIR%%/images/terrain/fog-sw-nw.png
%%DATADIR%%/images/terrain/fog-sw.png
%%DATADIR%%/images/terrain/fog.png
%%DATADIR%%/images/terrain/ford.png
%%DATADIR%%/images/terrain/ford2.png
%%DATADIR%%/images/terrain/forest-castle-n.png
%%DATADIR%%/images/terrain/forest-castle-ne.png
%%DATADIR%%/images/terrain/forest-castle-nw.png
%%DATADIR%%/images/terrain/forest-castle-s.png
%%DATADIR%%/images/terrain/forest-castle-se.png
%%DATADIR%%/images/terrain/forest-castle-sw.png
%%DATADIR%%/images/terrain/forest-castle.png
%%DATADIR%%/images/terrain/forest-tile.png
%%DATADIR%%/images/terrain/forest.png
%%DATADIR%%/images/terrain/forest2.png
%%DATADIR%%/images/terrain/forest2_small.png
%%DATADIR%%/images/terrain/forest3.png
%%DATADIR%%/images/terrain/forest4.png
%%DATADIR%%/images/terrain/forest5.png
%%DATADIR%%/images/terrain/forest6.png
%%DATADIR%%/images/terrain/forest7.png
%%DATADIR%%/images/terrain/forest8.png
%%DATADIR%%/images/terrain/forest_small.png
%%DATADIR%%/images/terrain/grassland-a.png
%%DATADIR%%/images/terrain/grassland-flowers.png
%%DATADIR%%/images/terrain/grassland-flowers1.png
%%DATADIR%%/images/terrain/grassland-flowers2.png
%%DATADIR%%/images/terrain/grassland-n-ne-se.png
%%DATADIR%%/images/terrain/grassland-n-ne.png
%%DATADIR%%/images/terrain/grassland-n.png
%%DATADIR%%/images/terrain/grassland-ne-se-s.png
%%DATADIR%%/images/terrain/grassland-ne-se.png
%%DATADIR%%/images/terrain/grassland-ne.png
%%DATADIR%%/images/terrain/grassland-nw-n-ne.png
%%DATADIR%%/images/terrain/grassland-nw-n.png
%%DATADIR%%/images/terrain/grassland-nw.png
%%DATADIR%%/images/terrain/grassland-r.png
%%DATADIR%%/images/terrain/grassland-r1.png
%%DATADIR%%/images/terrain/grassland-r2.png
%%DATADIR%%/images/terrain/grassland-r3.png
%%DATADIR%%/images/terrain/grassland-r4.png
%%DATADIR%%/images/terrain/grassland-rocks.png
%%DATADIR%%/images/terrain/grassland-rocks1.png
%%DATADIR%%/images/terrain/grassland-rocks2.png
%%DATADIR%%/images/terrain/grassland-s-sw-nw.png
%%DATADIR%%/images/terrain/grassland-s-sw.png
%%DATADIR%%/images/terrain/grassland-s.png
%%DATADIR%%/images/terrain/grassland-se-s-sw.png
%%DATADIR%%/images/terrain/grassland-se-s.png
%%DATADIR%%/images/terrain/grassland-se-sw-nw.png
%%DATADIR%%/images/terrain/grassland-se.png
%%DATADIR%%/images/terrain/grassland-sw-nw-n.png
%%DATADIR%%/images/terrain/grassland-sw-nw.png
%%DATADIR%%/images/terrain/grassland-sw.png
%%DATADIR%%/images/terrain/grassland-test.png
%%DATADIR%%/images/terrain/grassland-to-water-n-ne-se.png
%%DATADIR%%/images/terrain/grassland-to-water-n-ne.png
%%DATADIR%%/images/terrain/grassland-to-water-n.png
%%DATADIR%%/images/terrain/grassland-to-water-ne-se-s.png
%%DATADIR%%/images/terrain/grassland-to-water-ne-se.png
%%DATADIR%%/images/terrain/grassland-to-water-ne.png
%%DATADIR%%/images/terrain/grassland-to-water-nw-n-ne.png
%%DATADIR%%/images/terrain/grassland-to-water-nw-n.png
%%DATADIR%%/images/terrain/grassland-to-water-nw.png
%%DATADIR%%/images/terrain/grassland-to-water-s-sw-nw.png
%%DATADIR%%/images/terrain/grassland-to-water-s-sw.png
%%DATADIR%%/images/terrain/grassland-to-water-s.png
%%DATADIR%%/images/terrain/grassland-to-water-se-s-sw.png
%%DATADIR%%/images/terrain/grassland-to-water-se-s.png
%%DATADIR%%/images/terrain/grassland-to-water-se.png
%%DATADIR%%/images/terrain/grassland-to-water-sw-nw-n.png
%%DATADIR%%/images/terrain/grassland-to-water-sw-nw.png
%%DATADIR%%/images/terrain/grassland-to-water-sw.png
%%DATADIR%%/images/terrain/grassland.png
%%DATADIR%%/images/terrain/grid.png
%%DATADIR%%/images/terrain/hills-n-ne.png
%%DATADIR%%/images/terrain/hills-n.png
%%DATADIR%%/images/terrain/hills-ne.png
%%DATADIR%%/images/terrain/hills-nw.png
%%DATADIR%%/images/terrain/hills-s-se.png
%%DATADIR%%/images/terrain/hills-s.png
%%DATADIR%%/images/terrain/hills-se.png
%%DATADIR%%/images/terrain/hills-sw.png
%%DATADIR%%/images/terrain/hills-variation1.png
%%DATADIR%%/images/terrain/hills-variation2.png
%%DATADIR%%/images/terrain/hills-variation3.png
%%DATADIR%%/images/terrain/hills.png
%%DATADIR%%/images/terrain/ice-n-ne-se-s.png
%%DATADIR%%/images/terrain/ice-n-ne.png
%%DATADIR%%/images/terrain/ice-n.png
%%DATADIR%%/images/terrain/ice-ne-se.png
%%DATADIR%%/images/terrain/ice-ne.png
%%DATADIR%%/images/terrain/ice-nw-n-ne.png
%%DATADIR%%/images/terrain/ice-nw-n.png
%%DATADIR%%/images/terrain/ice-nw.png
%%DATADIR%%/images/terrain/ice-s-sw-nw-n.png
%%DATADIR%%/images/terrain/ice-s-sw.png
%%DATADIR%%/images/terrain/ice-s.png
%%DATADIR%%/images/terrain/ice-se-s-sw.png
%%DATADIR%%/images/terrain/ice-se-s.png
%%DATADIR%%/images/terrain/ice-se.png
%%DATADIR%%/images/terrain/ice-sw-nw.png
%%DATADIR%%/images/terrain/ice-sw.png
%%DATADIR%%/images/terrain/ice.png
%%DATADIR%%/images/terrain/ice2.png
%%DATADIR%%/images/terrain/ice3.png
%%DATADIR%%/images/terrain/ice4.png
%%DATADIR%%/images/terrain/ice5.png
%%DATADIR%%/images/terrain/ice6.png
%%DATADIR%%/images/terrain/keep-inside-e.png
%%DATADIR%%/images/terrain/keep-inside-ne.png
%%DATADIR%%/images/terrain/keep-inside-nw.png
%%DATADIR%%/images/terrain/keep-inside-se.png
%%DATADIR%%/images/terrain/keep-inside-sw.png
%%DATADIR%%/images/terrain/keep-inside-w.png
%%DATADIR%%/images/terrain/keep-keep-e.png
%%DATADIR%%/images/terrain/keep-keep-ne.png
%%DATADIR%%/images/terrain/keep-keep-nw.png
%%DATADIR%%/images/terrain/keep-keep-se.png
%%DATADIR%%/images/terrain/keep-keep-sw.png
%%DATADIR%%/images/terrain/keep-keep-w.png
%%DATADIR%%/images/terrain/keep-tile.png
%%DATADIR%%/images/terrain/keep-wall-0-e.png
%%DATADIR%%/images/terrain/keep-wall-0-ne.png
%%DATADIR%%/images/terrain/keep-wall-0-nw.png
%%DATADIR%%/images/terrain/keep-wall-0-se.png
%%DATADIR%%/images/terrain/keep-wall-0-sw.png
%%DATADIR%%/images/terrain/keep-wall-0-w.png
%%DATADIR%%/images/terrain/keep-wall-1-e.png
%%DATADIR%%/images/terrain/keep-wall-1-ne.png
%%DATADIR%%/images/terrain/keep-wall-1-nw.png
%%DATADIR%%/images/terrain/keep-wall-1-se.png
%%DATADIR%%/images/terrain/keep-wall-1-sw.png
%%DATADIR%%/images/terrain/keep-wall-1-w.png
%%DATADIR%%/images/terrain/keep-wall-e.png
%%DATADIR%%/images/terrain/keep-wall-ne.png
%%DATADIR%%/images/terrain/keep-wall-nw.png
%%DATADIR%%/images/terrain/keep-wall-se.png
%%DATADIR%%/images/terrain/keep-wall-sw.png
%%DATADIR%%/images/terrain/keep-wall-w.png
%%DATADIR%%/images/terrain/keep.png
%%DATADIR%%/images/terrain/lava-n-ne-nw-s.png
%%DATADIR%%/images/terrain/lava-n-ne-nw.png
%%DATADIR%%/images/terrain/lava-n-ne.png
%%DATADIR%%/images/terrain/lava-n.png
%%DATADIR%%/images/terrain/lava-ne-nw-s.png
%%DATADIR%%/images/terrain/lava-ne-se.png
%%DATADIR%%/images/terrain/lava-ne.png
%%DATADIR%%/images/terrain/lava-nw-n.png
%%DATADIR%%/images/terrain/lava-nw.png
%%DATADIR%%/images/terrain/lava-s-nw-ne-n.png
%%DATADIR%%/images/terrain/lava-s-sw-nw.png
%%DATADIR%%/images/terrain/lava-s-sw.png
%%DATADIR%%/images/terrain/lava-s.png
%%DATADIR%%/images/terrain/lava-se-s.png
%%DATADIR%%/images/terrain/lava-se.png
%%DATADIR%%/images/terrain/lava-sw-nw-n.png
%%DATADIR%%/images/terrain/lava-sw-nw.png
%%DATADIR%%/images/terrain/lava-sw.png
%%DATADIR%%/images/terrain/lava.png
%%DATADIR%%/images/terrain/lava2.png
%%DATADIR%%/images/terrain/mask.png
%%DATADIR%%/images/terrain/mine.png
%%DATADIR%%/images/terrain/mountains-n.png
%%DATADIR%%/images/terrain/mountains-ne.png
%%DATADIR%%/images/terrain/mountains-nw.png
%%DATADIR%%/images/terrain/mountains-peak1.png
%%DATADIR%%/images/terrain/mountains-peak2.png
%%DATADIR%%/images/terrain/mountains-s.png
%%DATADIR%%/images/terrain/mountains-se.png
%%DATADIR%%/images/terrain/mountains-sw.png
%%DATADIR%%/images/terrain/mountains.png
%%DATADIR%%/images/terrain/nest-empty.png
%%DATADIR%%/images/terrain/nest-full.png
%%DATADIR%%/images/terrain/ocean.png
%%DATADIR%%/images/terrain/ocean2.png
%%DATADIR%%/images/terrain/ocean3.png
%%DATADIR%%/images/terrain/out.png
%%DATADIR%%/images/terrain/road-n-ne.png
%%DATADIR%%/images/terrain/road-n.png
%%DATADIR%%/images/terrain/road-ne-se.png
%%DATADIR%%/images/terrain/road-ne.png
%%DATADIR%%/images/terrain/road-nw-n.png
%%DATADIR%%/images/terrain/road-nw.png
%%DATADIR%%/images/terrain/road-s-sw.png
%%DATADIR%%/images/terrain/road-s.png
%%DATADIR%%/images/terrain/road-se-s.png
%%DATADIR%%/images/terrain/road-se.png
%%DATADIR%%/images/terrain/road-sw-nw.png
%%DATADIR%%/images/terrain/road-sw.png
%%DATADIR%%/images/terrain/road.png
%%DATADIR%%/images/terrain/road2.png
%%DATADIR%%/images/terrain/road3.png
%%DATADIR%%/images/terrain/rocks.png
%%DATADIR%%/images/terrain/ruin1-concave-e.png
%%DATADIR%%/images/terrain/ruin1-concave-ne.png
%%DATADIR%%/images/terrain/ruin1-concave-nw.png
%%DATADIR%%/images/terrain/ruin1-concave-se.png
%%DATADIR%%/images/terrain/ruin1-concave-sw.png
%%DATADIR%%/images/terrain/ruin1-concave-w.png
%%DATADIR%%/images/terrain/ruin1-convex-e.png
%%DATADIR%%/images/terrain/ruin1-convex-ne.png
%%DATADIR%%/images/terrain/ruin1-convex-nw.png
%%DATADIR%%/images/terrain/ruin1-convex-se.png
%%DATADIR%%/images/terrain/ruin1-convex-sw.png
%%DATADIR%%/images/terrain/ruin1-convex-w.png
%%DATADIR%%/images/terrain/ruin2-concave-e.png
%%DATADIR%%/images/terrain/ruin2-concave-ne.png
%%DATADIR%%/images/terrain/ruin2-concave-nw.png
%%DATADIR%%/images/terrain/ruin2-concave-se.png
%%DATADIR%%/images/terrain/ruin2-concave-sw.png
%%DATADIR%%/images/terrain/ruin2-concave-w.png
%%DATADIR%%/images/terrain/ruin2-convex-e.png
%%DATADIR%%/images/terrain/ruin2-convex-ne.png
%%DATADIR%%/images/terrain/ruin2-convex-nw.png
%%DATADIR%%/images/terrain/ruin2-convex-se.png
%%DATADIR%%/images/terrain/ruin2-convex-sw.png
%%DATADIR%%/images/terrain/ruin2-convex-w.png
%%DATADIR%%/images/terrain/ruin2.png
%%DATADIR%%/images/terrain/ruin3-concave-e.png
%%DATADIR%%/images/terrain/ruin3-concave-ne.png
%%DATADIR%%/images/terrain/ruin3-concave-nw.png
%%DATADIR%%/images/terrain/ruin3-concave-se.png
%%DATADIR%%/images/terrain/ruin3-concave-sw.png
%%DATADIR%%/images/terrain/ruin3-concave-w.png
%%DATADIR%%/images/terrain/ruin3-convex-e.png
%%DATADIR%%/images/terrain/ruin3-convex-ne.png
%%DATADIR%%/images/terrain/ruin3-convex-nw.png
%%DATADIR%%/images/terrain/ruin3-convex-se.png
%%DATADIR%%/images/terrain/ruin3-convex-sw.png
%%DATADIR%%/images/terrain/ruin3-convex-w.png
%%DATADIR%%/images/terrain/ruin4-concave-e.png
%%DATADIR%%/images/terrain/ruin4-concave-ne.png
%%DATADIR%%/images/terrain/ruin4-concave-nw.png
%%DATADIR%%/images/terrain/ruin4-concave-se.png
%%DATADIR%%/images/terrain/ruin4-concave-sw.png
%%DATADIR%%/images/terrain/ruin4-concave-w.png
%%DATADIR%%/images/terrain/ruin4-convex-e.png
%%DATADIR%%/images/terrain/ruin4-convex-ne.png
%%DATADIR%%/images/terrain/ruin4-convex-nw.png
%%DATADIR%%/images/terrain/ruin4-convex-se.png
%%DATADIR%%/images/terrain/ruin4-convex-sw.png
%%DATADIR%%/images/terrain/ruin4-convex-w.png
%%DATADIR%%/images/terrain/ruin5-concave-e.png
%%DATADIR%%/images/terrain/ruin5-concave-ne.png
%%DATADIR%%/images/terrain/ruin5-concave-nw.png
%%DATADIR%%/images/terrain/ruin5-concave-se.png
%%DATADIR%%/images/terrain/ruin5-concave-sw.png
%%DATADIR%%/images/terrain/ruin5-concave-w.png
%%DATADIR%%/images/terrain/ruin5-convex-e.png
%%DATADIR%%/images/terrain/ruin5-convex-ne.png
%%DATADIR%%/images/terrain/ruin5-convex-nw.png
%%DATADIR%%/images/terrain/ruin5-convex-se.png
%%DATADIR%%/images/terrain/ruin5-convex-sw.png
%%DATADIR%%/images/terrain/ruin5-convex-w.png
%%DATADIR%%/images/terrain/ruinkeep.png
%%DATADIR%%/images/terrain/ruinkeep1-inside-e.png
%%DATADIR%%/images/terrain/ruinkeep1-inside-ne.png
%%DATADIR%%/images/terrain/ruinkeep1-inside-nw.png
%%DATADIR%%/images/terrain/ruinkeep1-inside-se.png
%%DATADIR%%/images/terrain/ruinkeep1-inside-sw.png
%%DATADIR%%/images/terrain/ruinkeep1-inside-w.png
%%DATADIR%%/images/terrain/ruinkeep1-keep-e.png
%%DATADIR%%/images/terrain/ruinkeep1-keep-ne.png
%%DATADIR%%/images/terrain/ruinkeep1-keep-nw.png
%%DATADIR%%/images/terrain/ruinkeep1-keep-se.png
%%DATADIR%%/images/terrain/ruinkeep1-keep-sw.png
%%DATADIR%%/images/terrain/ruinkeep1-keep-w.png
%%DATADIR%%/images/terrain/ruinkeep1-wall-0-e.png
%%DATADIR%%/images/terrain/ruinkeep1-wall-0-ne.png
%%DATADIR%%/images/terrain/ruinkeep1-wall-0-nw.png
%%DATADIR%%/images/terrain/ruinkeep1-wall-0-se.png
%%DATADIR%%/images/terrain/ruinkeep1-wall-0-sw.png
%%DATADIR%%/images/terrain/ruinkeep1-wall-0-w.png
%%DATADIR%%/images/terrain/ruinkeep1-wall-1-e.png
%%DATADIR%%/images/terrain/ruinkeep1-wall-1-ne.png
%%DATADIR%%/images/terrain/ruinkeep1-wall-1-nw.png
%%DATADIR%%/images/terrain/ruinkeep1-wall-1-se.png
%%DATADIR%%/images/terrain/ruinkeep1-wall-1-sw.png
%%DATADIR%%/images/terrain/ruinkeep1-wall-1-w.png
%%DATADIR%%/images/terrain/ruinkeep1-wall-e.png
%%DATADIR%%/images/terrain/ruinkeep1-wall-ne.png
%%DATADIR%%/images/terrain/ruinkeep1-wall-nw.png
%%DATADIR%%/images/terrain/ruinkeep1-wall-se.png
%%DATADIR%%/images/terrain/ruinkeep1-wall-sw.png
%%DATADIR%%/images/terrain/ruinkeep1-wall-w.png
%%DATADIR%%/images/terrain/ruinkeep2-inside-e.png
%%DATADIR%%/images/terrain/ruinkeep2-inside-ne.png
%%DATADIR%%/images/terrain/ruinkeep2-inside-nw.png
%%DATADIR%%/images/terrain/ruinkeep2-inside-se.png
%%DATADIR%%/images/terrain/ruinkeep2-inside-sw.png
%%DATADIR%%/images/terrain/ruinkeep2-inside-w.png
%%DATADIR%%/images/terrain/ruinkeep2-keep-e.png
%%DATADIR%%/images/terrain/ruinkeep2-keep-ne.png
%%DATADIR%%/images/terrain/ruinkeep2-keep-nw.png
%%DATADIR%%/images/terrain/ruinkeep2-keep-se.png
%%DATADIR%%/images/terrain/ruinkeep2-keep-sw.png
%%DATADIR%%/images/terrain/ruinkeep2-keep-w.png
%%DATADIR%%/images/terrain/ruinkeep2-wall-0-e.png
%%DATADIR%%/images/terrain/ruinkeep2-wall-0-ne.png
%%DATADIR%%/images/terrain/ruinkeep2-wall-0-nw.png
%%DATADIR%%/images/terrain/ruinkeep2-wall-0-se.png
%%DATADIR%%/images/terrain/ruinkeep2-wall-0-sw.png
%%DATADIR%%/images/terrain/ruinkeep2-wall-0-w.png
%%DATADIR%%/images/terrain/ruinkeep2-wall-1-e.png
%%DATADIR%%/images/terrain/ruinkeep2-wall-1-ne.png
%%DATADIR%%/images/terrain/ruinkeep2-wall-1-nw.png
%%DATADIR%%/images/terrain/ruinkeep2-wall-1-se.png
%%DATADIR%%/images/terrain/ruinkeep2-wall-1-sw.png
%%DATADIR%%/images/terrain/ruinkeep2-wall-1-w.png
%%DATADIR%%/images/terrain/ruinkeep2-wall-e.png
%%DATADIR%%/images/terrain/ruinkeep2-wall-ne.png
%%DATADIR%%/images/terrain/ruinkeep2-wall-nw.png
%%DATADIR%%/images/terrain/ruinkeep2-wall-se.png
%%DATADIR%%/images/terrain/ruinkeep2-wall-sw.png
%%DATADIR%%/images/terrain/ruinkeep2-wall-w.png
%%DATADIR%%/images/terrain/ruinkeep2.png
%%DATADIR%%/images/terrain/ruinkeep3-inside-e.png
%%DATADIR%%/images/terrain/ruinkeep3-inside-ne.png
%%DATADIR%%/images/terrain/ruinkeep3-inside-nw.png
%%DATADIR%%/images/terrain/ruinkeep3-inside-se.png
%%DATADIR%%/images/terrain/ruinkeep3-inside-sw.png
%%DATADIR%%/images/terrain/ruinkeep3-inside-w.png
%%DATADIR%%/images/terrain/ruinkeep3-keep-e.png
%%DATADIR%%/images/terrain/ruinkeep3-keep-ne.png
%%DATADIR%%/images/terrain/ruinkeep3-keep-nw.png
%%DATADIR%%/images/terrain/ruinkeep3-keep-se.png
%%DATADIR%%/images/terrain/ruinkeep3-keep-sw.png
%%DATADIR%%/images/terrain/ruinkeep3-keep-w.png
%%DATADIR%%/images/terrain/ruinkeep3-wall-0-e.png
%%DATADIR%%/images/terrain/ruinkeep3-wall-0-ne.png
%%DATADIR%%/images/terrain/ruinkeep3-wall-0-nw.png
%%DATADIR%%/images/terrain/ruinkeep3-wall-0-se.png
%%DATADIR%%/images/terrain/ruinkeep3-wall-0-sw.png
%%DATADIR%%/images/terrain/ruinkeep3-wall-0-w.png
%%DATADIR%%/images/terrain/ruinkeep3-wall-1-e.png
%%DATADIR%%/images/terrain/ruinkeep3-wall-1-ne.png
%%DATADIR%%/images/terrain/ruinkeep3-wall-1-nw.png
%%DATADIR%%/images/terrain/ruinkeep3-wall-1-se.png
%%DATADIR%%/images/terrain/ruinkeep3-wall-1-sw.png
%%DATADIR%%/images/terrain/ruinkeep3-wall-1-w.png
%%DATADIR%%/images/terrain/ruinkeep3-wall-e.png
%%DATADIR%%/images/terrain/ruinkeep3-wall-ne.png
%%DATADIR%%/images/terrain/ruinkeep3-wall-nw.png
%%DATADIR%%/images/terrain/ruinkeep3-wall-se.png
%%DATADIR%%/images/terrain/ruinkeep3-wall-sw.png
%%DATADIR%%/images/terrain/ruinkeep3-wall-w.png
%%DATADIR%%/images/terrain/sand-n.png
%%DATADIR%%/images/terrain/sand-ne.png
%%DATADIR%%/images/terrain/sand-nw.png
%%DATADIR%%/images/terrain/sand-plant.png
%%DATADIR%%/images/terrain/sand-s.png
%%DATADIR%%/images/terrain/sand-se.png
%%DATADIR%%/images/terrain/sand-sw.png
%%DATADIR%%/images/terrain/sand.png
%%DATADIR%%/images/terrain/savanna-n-ne-se.png
%%DATADIR%%/images/terrain/savanna-n-ne.png
%%DATADIR%%/images/terrain/savanna-n.png
%%DATADIR%%/images/terrain/savanna-ne-se-s.png
%%DATADIR%%/images/terrain/savanna-ne-se.png
%%DATADIR%%/images/terrain/savanna-ne.png
%%DATADIR%%/images/terrain/savanna-nw-n-ne.png
%%DATADIR%%/images/terrain/savanna-nw-n.png
%%DATADIR%%/images/terrain/savanna-nw.png
%%DATADIR%%/images/terrain/savanna-s-sw-nw.png
%%DATADIR%%/images/terrain/savanna-s-sw.png
%%DATADIR%%/images/terrain/savanna-s.png
%%DATADIR%%/images/terrain/savanna-se-s-sw.png
%%DATADIR%%/images/terrain/savanna-se-s.png
%%DATADIR%%/images/terrain/savanna-se.png
%%DATADIR%%/images/terrain/savanna-sw-nw-n.png
%%DATADIR%%/images/terrain/savanna-sw-nw.png
%%DATADIR%%/images/terrain/savanna-sw.png
%%DATADIR%%/images/terrain/savanna-to-water-n-ne-se.png
%%DATADIR%%/images/terrain/savanna-to-water-n-ne.png
%%DATADIR%%/images/terrain/savanna-to-water-n.png
%%DATADIR%%/images/terrain/savanna-to-water-ne-se-s.png
%%DATADIR%%/images/terrain/savanna-to-water-ne-se.png
%%DATADIR%%/images/terrain/savanna-to-water-ne.png
%%DATADIR%%/images/terrain/savanna-to-water-nw-n-ne.png
%%DATADIR%%/images/terrain/savanna-to-water-nw-n.png
%%DATADIR%%/images/terrain/savanna-to-water-nw.png
%%DATADIR%%/images/terrain/savanna-to-water-s-sw-nw.png
%%DATADIR%%/images/terrain/savanna-to-water-s-sw.png
%%DATADIR%%/images/terrain/savanna-to-water-s.png
%%DATADIR%%/images/terrain/savanna-to-water-se-s-sw.png
%%DATADIR%%/images/terrain/savanna-to-water-se-s.png
%%DATADIR%%/images/terrain/savanna-to-water-se.png
%%DATADIR%%/images/terrain/savanna-to-water-sw-nw-n.png
%%DATADIR%%/images/terrain/savanna-to-water-sw-nw.png
%%DATADIR%%/images/terrain/savanna-to-water-sw.png
%%DATADIR%%/images/terrain/savanna.png
%%DATADIR%%/images/terrain/snow-forest-castle-n-ne.png
%%DATADIR%%/images/terrain/snow-forest-castle-n.png
%%DATADIR%%/images/terrain/snow-forest-castle-ne.png
%%DATADIR%%/images/terrain/snow-forest-castle-nw-n-ne.png
%%DATADIR%%/images/terrain/snow-forest-castle-nw-n.png
%%DATADIR%%/images/terrain/snow-forest-castle-nw.png
%%DATADIR%%/images/terrain/snow-forest-castle-s.png
%%DATADIR%%/images/terrain/snow-forest-castle-se.png
%%DATADIR%%/images/terrain/snow-forest-castle-sw-nw.png
%%DATADIR%%/images/terrain/snow-forest-castle-sw.png
%%DATADIR%%/images/terrain/snow-forest-castle.png
%%DATADIR%%/images/terrain/snow-forest-tile.png
%%DATADIR%%/images/terrain/snow-forest.png
%%DATADIR%%/images/terrain/snow-forest2.png
%%DATADIR%%/images/terrain/snow-forest3.png
%%DATADIR%%/images/terrain/snow-forest4.png
%%DATADIR%%/images/terrain/snow-forest_small.png
%%DATADIR%%/images/terrain/snow-hills-n-ne.png
%%DATADIR%%/images/terrain/snow-hills-n.png
%%DATADIR%%/images/terrain/snow-hills-ne.png
%%DATADIR%%/images/terrain/snow-hills-nw.png
%%DATADIR%%/images/terrain/snow-hills-s-sw.png
%%DATADIR%%/images/terrain/snow-hills-s.png
%%DATADIR%%/images/terrain/snow-hills-se.png
%%DATADIR%%/images/terrain/snow-hills-sw.png
%%DATADIR%%/images/terrain/snow-hills.png
%%DATADIR%%/images/terrain/snow-hills2.png
%%DATADIR%%/images/terrain/snow-hills3.png
%%DATADIR%%/images/terrain/snow-n-ne-se-s.png
%%DATADIR%%/images/terrain/snow-n-ne-se.png
%%DATADIR%%/images/terrain/snow-n-ne.png
%%DATADIR%%/images/terrain/snow-n.png
%%DATADIR%%/images/terrain/snow-ne-se-s-sw.png
%%DATADIR%%/images/terrain/snow-ne-se-s.png
%%DATADIR%%/images/terrain/snow-ne-se.png
%%DATADIR%%/images/terrain/snow-ne.png
%%DATADIR%%/images/terrain/snow-nw-n-ne-se.png
%%DATADIR%%/images/terrain/snow-nw-n-ne.png
%%DATADIR%%/images/terrain/snow-nw-n.png
%%DATADIR%%/images/terrain/snow-nw.png
%%DATADIR%%/images/terrain/snow-s-sw-nw-n.png
%%DATADIR%%/images/terrain/snow-s-sw-nw.png
%%DATADIR%%/images/terrain/snow-s-sw.png
%%DATADIR%%/images/terrain/snow-s.png
%%DATADIR%%/images/terrain/snow-se-s-sw-nw.png
%%DATADIR%%/images/terrain/snow-se-s-sw.png
%%DATADIR%%/images/terrain/snow-se-s.png
%%DATADIR%%/images/terrain/snow-se.png
%%DATADIR%%/images/terrain/snow-sw-nw-n-ne.png
%%DATADIR%%/images/terrain/snow-sw-nw-n.png
%%DATADIR%%/images/terrain/snow-sw-nw.png
%%DATADIR%%/images/terrain/snow-sw.png
%%DATADIR%%/images/terrain/snow-to-water-n-ne-se-s.png
%%DATADIR%%/images/terrain/snow-to-water-n-ne-se.png
%%DATADIR%%/images/terrain/snow-to-water-n-ne.png
%%DATADIR%%/images/terrain/snow-to-water-n.png
%%DATADIR%%/images/terrain/snow-to-water-ne-se-s-sw.png
%%DATADIR%%/images/terrain/snow-to-water-ne-se-s.png
%%DATADIR%%/images/terrain/snow-to-water-ne-se.png
%%DATADIR%%/images/terrain/snow-to-water-ne.png
%%DATADIR%%/images/terrain/snow-to-water-nw-n-ne-se.png
%%DATADIR%%/images/terrain/snow-to-water-nw-n-ne.png
%%DATADIR%%/images/terrain/snow-to-water-nw-n.png
%%DATADIR%%/images/terrain/snow-to-water-nw.png
%%DATADIR%%/images/terrain/snow-to-water-s-sw-nw-n.png
%%DATADIR%%/images/terrain/snow-to-water-s-sw-nw.png
%%DATADIR%%/images/terrain/snow-to-water-s-sw.png
%%DATADIR%%/images/terrain/snow-to-water-s.png
%%DATADIR%%/images/terrain/snow-to-water-se-s-sw-nw.png
%%DATADIR%%/images/terrain/snow-to-water-se-s-sw.png
%%DATADIR%%/images/terrain/snow-to-water-se-s.png
%%DATADIR%%/images/terrain/snow-to-water-se.png
%%DATADIR%%/images/terrain/snow-to-water-sw-nw-n-ne.png
%%DATADIR%%/images/terrain/snow-to-water-sw-nw-n.png
%%DATADIR%%/images/terrain/snow-to-water-sw-nw.png
%%DATADIR%%/images/terrain/snow-to-water-sw.png
%%DATADIR%%/images/terrain/snow.png
%%DATADIR%%/images/terrain/snow2.png
%%DATADIR%%/images/terrain/snowbits.png
%%DATADIR%%/images/terrain/sunken-ruin-concave-e.png
%%DATADIR%%/images/terrain/sunken-ruin-concave-ne.png
%%DATADIR%%/images/terrain/sunken-ruin-concave-nw.png
%%DATADIR%%/images/terrain/sunken-ruin-concave-se.png
%%DATADIR%%/images/terrain/sunken-ruin-concave-sw.png
%%DATADIR%%/images/terrain/sunken-ruin-concave-w.png
%%DATADIR%%/images/terrain/sunken-ruin-convex-e.png
%%DATADIR%%/images/terrain/sunken-ruin-convex-ne.png
%%DATADIR%%/images/terrain/sunken-ruin-convex-nw.png
%%DATADIR%%/images/terrain/sunken-ruin-convex-se.png
%%DATADIR%%/images/terrain/sunken-ruin-convex-sw.png
%%DATADIR%%/images/terrain/sunken-ruin-convex-w.png
%%DATADIR%%/images/terrain/sunken-ruin-n.png
%%DATADIR%%/images/terrain/sunken-ruin-ne.png
%%DATADIR%%/images/terrain/sunken-ruin-nw.png
%%DATADIR%%/images/terrain/sunken-ruin-s.png
%%DATADIR%%/images/terrain/sunken-ruin-se.png
%%DATADIR%%/images/terrain/sunken-ruin-sw.png
%%DATADIR%%/images/terrain/sunken-ruin.png
%%DATADIR%%/images/terrain/sunken-ruin1-concave-e.png
%%DATADIR%%/images/terrain/sunken-ruin1-concave-ne.png
%%DATADIR%%/images/terrain/sunken-ruin1-concave-nw.png
%%DATADIR%%/images/terrain/sunken-ruin1-concave-se.png
%%DATADIR%%/images/terrain/sunken-ruin1-concave-sw.png
%%DATADIR%%/images/terrain/sunken-ruin1-concave-w.png
%%DATADIR%%/images/terrain/sunken-ruin1-convex-e.png
%%DATADIR%%/images/terrain/sunken-ruin1-convex-ne.png
%%DATADIR%%/images/terrain/sunken-ruin1-convex-nw.png
%%DATADIR%%/images/terrain/sunken-ruin1-convex-se.png
%%DATADIR%%/images/terrain/sunken-ruin1-convex-sw.png
%%DATADIR%%/images/terrain/sunken-ruin1-convex-w.png
%%DATADIR%%/images/terrain/sunken-ruin2-concave-e.png
%%DATADIR%%/images/terrain/sunken-ruin2-concave-ne.png
%%DATADIR%%/images/terrain/sunken-ruin2-concave-nw.png
%%DATADIR%%/images/terrain/sunken-ruin2-concave-se.png
%%DATADIR%%/images/terrain/sunken-ruin2-concave-sw.png
%%DATADIR%%/images/terrain/sunken-ruin2-concave-w.png
%%DATADIR%%/images/terrain/sunken-ruin2-convex-e.png
%%DATADIR%%/images/terrain/sunken-ruin2-convex-ne.png
%%DATADIR%%/images/terrain/sunken-ruin2-convex-nw.png
%%DATADIR%%/images/terrain/sunken-ruin2-convex-se.png
%%DATADIR%%/images/terrain/sunken-ruin2-convex-sw.png
%%DATADIR%%/images/terrain/sunken-ruin2-convex-w.png
%%DATADIR%%/images/terrain/sunken-ruin2.png
%%DATADIR%%/images/terrain/sunken-ruin3-concave-e.png
%%DATADIR%%/images/terrain/sunken-ruin3-concave-ne.png
%%DATADIR%%/images/terrain/sunken-ruin3-concave-nw.png
%%DATADIR%%/images/terrain/sunken-ruin3-concave-se.png
%%DATADIR%%/images/terrain/sunken-ruin3-concave-sw.png
%%DATADIR%%/images/terrain/sunken-ruin3-concave-w.png
%%DATADIR%%/images/terrain/sunken-ruin3-convex-e.png
%%DATADIR%%/images/terrain/sunken-ruin3-convex-ne.png
%%DATADIR%%/images/terrain/sunken-ruin3-convex-nw.png
%%DATADIR%%/images/terrain/sunken-ruin3-convex-se.png
%%DATADIR%%/images/terrain/sunken-ruin3-convex-sw.png
%%DATADIR%%/images/terrain/sunken-ruin3-convex-w.png
%%DATADIR%%/images/terrain/sunken-ruin4-concave-e.png
%%DATADIR%%/images/terrain/sunken-ruin4-concave-ne.png
%%DATADIR%%/images/terrain/sunken-ruin4-concave-nw.png
%%DATADIR%%/images/terrain/sunken-ruin4-concave-se.png
%%DATADIR%%/images/terrain/sunken-ruin4-concave-sw.png
%%DATADIR%%/images/terrain/sunken-ruin4-concave-w.png
%%DATADIR%%/images/terrain/sunken-ruin4-convex-e.png
%%DATADIR%%/images/terrain/sunken-ruin4-convex-ne.png
%%DATADIR%%/images/terrain/sunken-ruin4-convex-nw.png
%%DATADIR%%/images/terrain/sunken-ruin4-convex-se.png
%%DATADIR%%/images/terrain/sunken-ruin4-convex-sw.png
%%DATADIR%%/images/terrain/sunken-ruin4-convex-w.png
%%DATADIR%%/images/terrain/sunken-ruin5-concave-e.png
%%DATADIR%%/images/terrain/sunken-ruin5-concave-ne.png
%%DATADIR%%/images/terrain/sunken-ruin5-concave-nw.png
%%DATADIR%%/images/terrain/sunken-ruin5-concave-se.png
%%DATADIR%%/images/terrain/sunken-ruin5-concave-sw.png
%%DATADIR%%/images/terrain/sunken-ruin5-concave-w.png
%%DATADIR%%/images/terrain/sunken-ruin5-convex-e.png
%%DATADIR%%/images/terrain/sunken-ruin5-convex-ne.png
%%DATADIR%%/images/terrain/sunken-ruin5-convex-nw.png
%%DATADIR%%/images/terrain/sunken-ruin5-convex-se.png
%%DATADIR%%/images/terrain/sunken-ruin5-convex-sw.png
%%DATADIR%%/images/terrain/sunken-ruin5-convex-w.png
%%DATADIR%%/images/terrain/sunken-ruinkeep.png
%%DATADIR%%/images/terrain/sunken-ruinkeep1-inside-e.png
%%DATADIR%%/images/terrain/sunken-ruinkeep1-inside-ne.png
%%DATADIR%%/images/terrain/sunken-ruinkeep1-inside-nw.png
%%DATADIR%%/images/terrain/sunken-ruinkeep1-inside-se.png
%%DATADIR%%/images/terrain/sunken-ruinkeep1-inside-sw.png
%%DATADIR%%/images/terrain/sunken-ruinkeep1-inside-w.png
%%DATADIR%%/images/terrain/sunken-ruinkeep1-keep-e.png
%%DATADIR%%/images/terrain/sunken-ruinkeep1-keep-ne.png
%%DATADIR%%/images/terrain/sunken-ruinkeep1-keep-nw.png
%%DATADIR%%/images/terrain/sunken-ruinkeep1-keep-se.png
%%DATADIR%%/images/terrain/sunken-ruinkeep1-keep-sw.png
%%DATADIR%%/images/terrain/sunken-ruinkeep1-keep-w.png
%%DATADIR%%/images/terrain/sunken-ruinkeep1-wall-0-e.png
%%DATADIR%%/images/terrain/sunken-ruinkeep1-wall-0-ne.png
%%DATADIR%%/images/terrain/sunken-ruinkeep1-wall-0-nw.png
%%DATADIR%%/images/terrain/sunken-ruinkeep1-wall-0-se.png
%%DATADIR%%/images/terrain/sunken-ruinkeep1-wall-0-sw.png
%%DATADIR%%/images/terrain/sunken-ruinkeep1-wall-0-w.png
%%DATADIR%%/images/terrain/sunken-ruinkeep1-wall-1-e.png
%%DATADIR%%/images/terrain/sunken-ruinkeep1-wall-1-ne.png
%%DATADIR%%/images/terrain/sunken-ruinkeep1-wall-1-nw.png
%%DATADIR%%/images/terrain/sunken-ruinkeep1-wall-1-se.png
%%DATADIR%%/images/terrain/sunken-ruinkeep1-wall-1-sw.png
%%DATADIR%%/images/terrain/sunken-ruinkeep1-wall-1-w.png
%%DATADIR%%/images/terrain/sunken-ruinkeep1-wall-e.png
%%DATADIR%%/images/terrain/sunken-ruinkeep1-wall-ne.png
%%DATADIR%%/images/terrain/sunken-ruinkeep1-wall-nw.png
%%DATADIR%%/images/terrain/sunken-ruinkeep1-wall-se.png
%%DATADIR%%/images/terrain/sunken-ruinkeep1-wall-sw.png
%%DATADIR%%/images/terrain/sunken-ruinkeep1-wall-w.png
%%DATADIR%%/images/terrain/sunken-ruinkeep2-inside-e.png
%%DATADIR%%/images/terrain/sunken-ruinkeep2-inside-ne.png
%%DATADIR%%/images/terrain/sunken-ruinkeep2-inside-nw.png
%%DATADIR%%/images/terrain/sunken-ruinkeep2-inside-se.png
%%DATADIR%%/images/terrain/sunken-ruinkeep2-inside-sw.png
%%DATADIR%%/images/terrain/sunken-ruinkeep2-inside-w.png
%%DATADIR%%/images/terrain/sunken-ruinkeep2-keep-e.png
%%DATADIR%%/images/terrain/sunken-ruinkeep2-keep-ne.png
%%DATADIR%%/images/terrain/sunken-ruinkeep2-keep-nw.png
%%DATADIR%%/images/terrain/sunken-ruinkeep2-keep-se.png
%%DATADIR%%/images/terrain/sunken-ruinkeep2-keep-sw.png
%%DATADIR%%/images/terrain/sunken-ruinkeep2-keep-w.png
%%DATADIR%%/images/terrain/sunken-ruinkeep2-wall-0-e.png
%%DATADIR%%/images/terrain/sunken-ruinkeep2-wall-0-ne.png
%%DATADIR%%/images/terrain/sunken-ruinkeep2-wall-0-nw.png
%%DATADIR%%/images/terrain/sunken-ruinkeep2-wall-0-se.png
%%DATADIR%%/images/terrain/sunken-ruinkeep2-wall-0-sw.png
%%DATADIR%%/images/terrain/sunken-ruinkeep2-wall-0-w.png
%%DATADIR%%/images/terrain/sunken-ruinkeep2-wall-1-e.png
%%DATADIR%%/images/terrain/sunken-ruinkeep2-wall-1-ne.png
%%DATADIR%%/images/terrain/sunken-ruinkeep2-wall-1-nw.png
%%DATADIR%%/images/terrain/sunken-ruinkeep2-wall-1-se.png
%%DATADIR%%/images/terrain/sunken-ruinkeep2-wall-1-sw.png
%%DATADIR%%/images/terrain/sunken-ruinkeep2-wall-1-w.png
%%DATADIR%%/images/terrain/sunken-ruinkeep2-wall-e.png
%%DATADIR%%/images/terrain/sunken-ruinkeep2-wall-ne.png
%%DATADIR%%/images/terrain/sunken-ruinkeep2-wall-nw.png
%%DATADIR%%/images/terrain/sunken-ruinkeep2-wall-se.png
%%DATADIR%%/images/terrain/sunken-ruinkeep2-wall-sw.png
%%DATADIR%%/images/terrain/sunken-ruinkeep2-wall-w.png
%%DATADIR%%/images/terrain/sunken-ruinkeep2.png
%%DATADIR%%/images/terrain/sunken-ruinkeep3-inside-e.png
%%DATADIR%%/images/terrain/sunken-ruinkeep3-inside-ne.png
%%DATADIR%%/images/terrain/sunken-ruinkeep3-inside-nw.png
%%DATADIR%%/images/terrain/sunken-ruinkeep3-inside-se.png
%%DATADIR%%/images/terrain/sunken-ruinkeep3-inside-sw.png
%%DATADIR%%/images/terrain/sunken-ruinkeep3-inside-w.png
%%DATADIR%%/images/terrain/sunken-ruinkeep3-keep-e.png
%%DATADIR%%/images/terrain/sunken-ruinkeep3-keep-ne.png
%%DATADIR%%/images/terrain/sunken-ruinkeep3-keep-nw.png
%%DATADIR%%/images/terrain/sunken-ruinkeep3-keep-se.png
%%DATADIR%%/images/terrain/sunken-ruinkeep3-keep-sw.png
%%DATADIR%%/images/terrain/sunken-ruinkeep3-keep-w.png
%%DATADIR%%/images/terrain/sunken-ruinkeep3-wall-0-e.png
%%DATADIR%%/images/terrain/sunken-ruinkeep3-wall-0-ne.png
%%DATADIR%%/images/terrain/sunken-ruinkeep3-wall-0-nw.png
%%DATADIR%%/images/terrain/sunken-ruinkeep3-wall-0-se.png
%%DATADIR%%/images/terrain/sunken-ruinkeep3-wall-0-sw.png
%%DATADIR%%/images/terrain/sunken-ruinkeep3-wall-0-w.png
%%DATADIR%%/images/terrain/sunken-ruinkeep3-wall-1-e.png
%%DATADIR%%/images/terrain/sunken-ruinkeep3-wall-1-ne.png
%%DATADIR%%/images/terrain/sunken-ruinkeep3-wall-1-nw.png
%%DATADIR%%/images/terrain/sunken-ruinkeep3-wall-1-se.png
%%DATADIR%%/images/terrain/sunken-ruinkeep3-wall-1-sw.png
%%DATADIR%%/images/terrain/sunken-ruinkeep3-wall-1-w.png
%%DATADIR%%/images/terrain/sunken-ruinkeep3-wall-e.png
%%DATADIR%%/images/terrain/sunken-ruinkeep3-wall-ne.png
%%DATADIR%%/images/terrain/sunken-ruinkeep3-wall-nw.png
%%DATADIR%%/images/terrain/sunken-ruinkeep3-wall-se.png
%%DATADIR%%/images/terrain/sunken-ruinkeep3-wall-sw.png
%%DATADIR%%/images/terrain/sunken-ruinkeep3-wall-w.png
%%DATADIR%%/images/terrain/sunkenkeep-inside-e.png
%%DATADIR%%/images/terrain/sunkenkeep-inside-ne.png
%%DATADIR%%/images/terrain/sunkenkeep-inside-nw.png
%%DATADIR%%/images/terrain/sunkenkeep-inside-se.png
%%DATADIR%%/images/terrain/sunkenkeep-inside-sw.png
%%DATADIR%%/images/terrain/sunkenkeep-inside-w.png
%%DATADIR%%/images/terrain/sunkenkeep-keep-e.png
%%DATADIR%%/images/terrain/sunkenkeep-keep-ne.png
%%DATADIR%%/images/terrain/sunkenkeep-keep-nw.png
%%DATADIR%%/images/terrain/sunkenkeep-keep-se.png
%%DATADIR%%/images/terrain/sunkenkeep-keep-sw.png
%%DATADIR%%/images/terrain/sunkenkeep-keep-w.png
%%DATADIR%%/images/terrain/sunkenkeep-wall-0-e.png
%%DATADIR%%/images/terrain/sunkenkeep-wall-0-ne.png
%%DATADIR%%/images/terrain/sunkenkeep-wall-0-nw.png
%%DATADIR%%/images/terrain/sunkenkeep-wall-0-se.png
%%DATADIR%%/images/terrain/sunkenkeep-wall-0-sw.png
%%DATADIR%%/images/terrain/sunkenkeep-wall-0-w.png
%%DATADIR%%/images/terrain/sunkenkeep-wall-1-e.png
%%DATADIR%%/images/terrain/sunkenkeep-wall-1-ne.png
%%DATADIR%%/images/terrain/sunkenkeep-wall-1-nw.png
%%DATADIR%%/images/terrain/sunkenkeep-wall-1-se.png
%%DATADIR%%/images/terrain/sunkenkeep-wall-1-sw.png
%%DATADIR%%/images/terrain/sunkenkeep-wall-1-w.png
%%DATADIR%%/images/terrain/sunkenkeep-wall-e.png
%%DATADIR%%/images/terrain/sunkenkeep-wall-ne.png
%%DATADIR%%/images/terrain/sunkenkeep-wall-nw.png
%%DATADIR%%/images/terrain/sunkenkeep-wall-se.png
%%DATADIR%%/images/terrain/sunkenkeep-wall-sw.png
%%DATADIR%%/images/terrain/sunkenkeep-wall-w.png
%%DATADIR%%/images/terrain/sunkenkeep.png
%%DATADIR%%/images/terrain/swampwater-flowers1.png
%%DATADIR%%/images/terrain/swampwater-flowers2.png
%%DATADIR%%/images/terrain/swampwater-n-ne-se.png
%%DATADIR%%/images/terrain/swampwater-n-ne.png
%%DATADIR%%/images/terrain/swampwater-n.png
%%DATADIR%%/images/terrain/swampwater-ne-se-s.png
%%DATADIR%%/images/terrain/swampwater-ne-se.png
%%DATADIR%%/images/terrain/swampwater-ne.png
%%DATADIR%%/images/terrain/swampwater-nw-n-ne.png
%%DATADIR%%/images/terrain/swampwater-nw-n.png
%%DATADIR%%/images/terrain/swampwater-nw.png
%%DATADIR%%/images/terrain/swampwater-plant1.png
%%DATADIR%%/images/terrain/swampwater-plant2.png
%%DATADIR%%/images/terrain/swampwater-s-sw-nw.png
%%DATADIR%%/images/terrain/swampwater-s-sw.png
%%DATADIR%%/images/terrain/swampwater-s.png
%%DATADIR%%/images/terrain/swampwater-se-s-sw.png
%%DATADIR%%/images/terrain/swampwater-se-s.png
%%DATADIR%%/images/terrain/swampwater-se.png
%%DATADIR%%/images/terrain/swampwater-sw-nw-n.png
%%DATADIR%%/images/terrain/swampwater-sw-nw.png
%%DATADIR%%/images/terrain/swampwater-sw.png
%%DATADIR%%/images/terrain/swampwater.png
%%DATADIR%%/images/terrain/swampwater2.png
%%DATADIR%%/images/terrain/swampwater3.png
%%DATADIR%%/images/terrain/temple.png
%%DATADIR%%/images/terrain/tent.png
%%DATADIR%%/images/terrain/test.png
%%DATADIR%%/images/terrain/trash.png
%%DATADIR%%/images/terrain/tropical-forest-ctrans-n-ne.png
%%DATADIR%%/images/terrain/tropical-forest-ctrans-n.png
%%DATADIR%%/images/terrain/tropical-forest-ctrans-ne.png
%%DATADIR%%/images/terrain/tropical-forest-ctrans-nw-n-ne.png
%%DATADIR%%/images/terrain/tropical-forest-ctrans-nw-n.png
%%DATADIR%%/images/terrain/tropical-forest-ctrans-nw-ne.png
%%DATADIR%%/images/terrain/tropical-forest-ctrans-nw.png
%%DATADIR%%/images/terrain/tropical-forest-n.png
%%DATADIR%%/images/terrain/tropical-forest-ne.png
%%DATADIR%%/images/terrain/tropical-forest-nw.png
%%DATADIR%%/images/terrain/tropical-forest-s.png
%%DATADIR%%/images/terrain/tropical-forest-se.png
%%DATADIR%%/images/terrain/tropical-forest-sw.png
%%DATADIR%%/images/terrain/tropical-forest.png
%%DATADIR%%/images/terrain/tropical-forest2.png
%%DATADIR%%/images/terrain/tropical-forest3.png
%%DATADIR%%/images/terrain/tropical-forest4.png
%%DATADIR%%/images/terrain/village-cave-tile.png
%%DATADIR%%/images/terrain/village-cave.png
%%DATADIR%%/images/terrain/village-cave2.png
%%DATADIR%%/images/terrain/village-cave3.png
%%DATADIR%%/images/terrain/village-coast-tile.png
%%DATADIR%%/images/terrain/village-coast.png
%%DATADIR%%/images/terrain/village-desert-shadow.png
%%DATADIR%%/images/terrain/village-desert-tile.png
%%DATADIR%%/images/terrain/village-desert.png
%%DATADIR%%/images/terrain/village-desert2-tile.png
%%DATADIR%%/images/terrain/village-desert2.png
%%DATADIR%%/images/terrain/village-dusk.png
%%DATADIR%%/images/terrain/village-dusk2.png
%%DATADIR%%/images/terrain/village-dusk3.png
%%DATADIR%%/images/terrain/village-dusk4.png
%%DATADIR%%/images/terrain/village-elven-snow-tile.png
%%DATADIR%%/images/terrain/village-elven-snow.png
%%DATADIR%%/images/terrain/village-elven-snow2.png
%%DATADIR%%/images/terrain/village-elven-tile.png
%%DATADIR%%/images/terrain/village-elven.png
%%DATADIR%%/images/terrain/village-elven2.png
%%DATADIR%%/images/terrain/village-first_watch.png
%%DATADIR%%/images/terrain/village-human-hills-tile.png
%%DATADIR%%/images/terrain/village-human-mountain-tile.png
%%DATADIR%%/images/terrain/village-human-snow-hills-tile.png
%%DATADIR%%/images/terrain/village-human-snow.png
%%DATADIR%%/images/terrain/village-human-snow2.png
%%DATADIR%%/images/terrain/village-human-snow3.png
%%DATADIR%%/images/terrain/village-human-tile.png
%%DATADIR%%/images/terrain/village-human.png
%%DATADIR%%/images/terrain/village-human2.png
%%DATADIR%%/images/terrain/village-human3.png
%%DATADIR%%/images/terrain/village-second_watch.png
%%DATADIR%%/images/terrain/village-snow-tile.png
%%DATADIR%%/images/terrain/village-snow.png
%%DATADIR%%/images/terrain/village-swampwater-tile.png
%%DATADIR%%/images/terrain/village-swampwater.png
%%DATADIR%%/images/terrain/village-tropical-forest.png
%%DATADIR%%/images/terrain/village-tropical-tile.png
%%DATADIR%%/images/terrain/village.png
%%DATADIR%%/images/terrain/void-n-ne-se-s.png
%%DATADIR%%/images/terrain/void-n-ne-se.png
%%DATADIR%%/images/terrain/void-n-ne.png
%%DATADIR%%/images/terrain/void-n.png
%%DATADIR%%/images/terrain/void-ne-se-s.png
%%DATADIR%%/images/terrain/void-ne-se.png
%%DATADIR%%/images/terrain/void-ne.png
%%DATADIR%%/images/terrain/void-nw-n-ne.png
%%DATADIR%%/images/terrain/void-nw-n.png
%%DATADIR%%/images/terrain/void-nw.png
%%DATADIR%%/images/terrain/void-s-sw-nw-n.png
%%DATADIR%%/images/terrain/void-s-sw-nw.png
%%DATADIR%%/images/terrain/void-s-sw.png
%%DATADIR%%/images/terrain/void-s.png
%%DATADIR%%/images/terrain/void-se-s-sw.png
%%DATADIR%%/images/terrain/void-se-s.png
%%DATADIR%%/images/terrain/void-se.png
%%DATADIR%%/images/terrain/void-sw-nw-n.png
%%DATADIR%%/images/terrain/void-sw-nw.png
%%DATADIR%%/images/terrain/void-sw.png
%%DATADIR%%/images/terrain/void.png
%%DATADIR%%/images/thief+female-attack.png
%%DATADIR%%/images/thief+female-defend-1-1.png
%%DATADIR%%/images/thief+female-defend-1-2.png
%%DATADIR%%/images/thief+female-defend-2-1.png
%%DATADIR%%/images/thief+female-defend-2-2.png
%%DATADIR%%/images/thief+female-defend-3-1.png
%%DATADIR%%/images/thief+female-defend-3-2.png
%%DATADIR%%/images/thief+female-defend.png
%%DATADIR%%/images/thief+female.png
%%DATADIR%%/images/thief-attack.png
%%DATADIR%%/images/thief-defend-1-1.png
%%DATADIR%%/images/thief-defend-1-2.png
%%DATADIR%%/images/thief-defend-2-1.png
%%DATADIR%%/images/thief-defend-2-2.png
%%DATADIR%%/images/thief-defend-3-1.png
%%DATADIR%%/images/thief-defend-3-2.png
%%DATADIR%%/images/thief-defend.png
%%DATADIR%%/images/thief.png
%%DATADIR%%/images/tools/exploder/mask-castle-e.png
%%DATADIR%%/images/tools/exploder/mask-castle-ne.png
%%DATADIR%%/images/tools/exploder/mask-castle-nw.png
%%DATADIR%%/images/tools/exploder/mask-castle-se.png
%%DATADIR%%/images/tools/exploder/mask-castle-sw.png
%%DATADIR%%/images/tools/exploder/mask-castle-w.png
%%DATADIR%%/images/tower.png
%%DATADIR%%/images/troll-grunt-attack.png
%%DATADIR%%/images/troll-grunt-defend.png
%%DATADIR%%/images/troll-grunt.png
%%DATADIR%%/images/troll-hero-attack.png
%%DATADIR%%/images/troll-hero-defend.png
%%DATADIR%%/images/troll-hero.png
%%DATADIR%%/images/troll-lobber-attack-melee.png
%%DATADIR%%/images/troll-lobber-attack-ranged1.png
%%DATADIR%%/images/troll-lobber-attack-ranged2.png
%%DATADIR%%/images/troll-lobber-defend.png
%%DATADIR%%/images/troll-lobber.png
%%DATADIR%%/images/troll-warrior-attack.png
%%DATADIR%%/images/troll-warrior-defend.png
%%DATADIR%%/images/troll-warrior.png
%%DATADIR%%/images/troll-whelp-attack.png
%%DATADIR%%/images/troll-whelp-defend.png
%%DATADIR%%/images/troll-whelp.png
%%DATADIR%%/images/undead-adept-attack.png
%%DATADIR%%/images/undead-adept-defend.png
%%DATADIR%%/images/undead-adept-die-1.png
%%DATADIR%%/images/undead-adept-die-2.png
%%DATADIR%%/images/undead-adept.png
%%DATADIR%%/images/undead-ancient-lich-attack.png
%%DATADIR%%/images/undead-ancient-lich-defend.png
%%DATADIR%%/images/undead-ancient-lich-die-1.png
%%DATADIR%%/images/undead-ancient-lich-die-2.png
%%DATADIR%%/images/undead-ancient-lich-die-3.png
%%DATADIR%%/images/undead-ancient-lich.png
%%DATADIR%%/images/undead-archer-attack.png
%%DATADIR%%/images/undead-archer-attack1.png
%%DATADIR%%/images/undead-archer-attack2.png
%%DATADIR%%/images/undead-archer-defend.png
%%DATADIR%%/images/undead-archer.png
%%DATADIR%%/images/undead-bat-attack.png
%%DATADIR%%/images/undead-bat-defend.png
%%DATADIR%%/images/undead-bat.png
%%DATADIR%%/images/undead-blackspell.png
%%DATADIR%%/images/undead-bloodbat-attack.png
%%DATADIR%%/images/undead-bloodbat-defend.png
%%DATADIR%%/images/undead-bloodbat-die-1.png
%%DATADIR%%/images/undead-bloodbat-die-2.png
%%DATADIR%%/images/undead-bloodbat.png
%%DATADIR%%/images/undead-boneshooter-attack.png
%%DATADIR%%/images/undead-boneshooter-attack1.png
%%DATADIR%%/images/undead-boneshooter-attack2.png
%%DATADIR%%/images/undead-boneshooter-defend.png
%%DATADIR%%/images/undead-boneshooter-die-1.png
%%DATADIR%%/images/undead-boneshooter-die-2.png
%%DATADIR%%/images/undead-boneshooter.png
%%DATADIR%%/images/undead-chocobone-attack.png
%%DATADIR%%/images/undead-chocobone-defend.png
%%DATADIR%%/images/undead-chocobone-die-1.png
%%DATADIR%%/images/undead-chocobone-die-2.png
%%DATADIR%%/images/undead-chocobone-moving.png
%%DATADIR%%/images/undead-chocobone.png
%%DATADIR%%/images/undead-darkspirit-attack.png
%%DATADIR%%/images/undead-darkspirit-attack1.png
%%DATADIR%%/images/undead-darkspirit-defend.png
%%DATADIR%%/images/undead-darkspirit-die-1.png
%%DATADIR%%/images/undead-darkspirit-die-2.png
%%DATADIR%%/images/undead-darkspirit.png
%%DATADIR%%/images/undead-deathblade-attack1.png
%%DATADIR%%/images/undead-deathblade-attack2.png
%%DATADIR%%/images/undead-deathblade-attack3.png
%%DATADIR%%/images/undead-deathblade-defend.png
%%DATADIR%%/images/undead-deathblade-die-1.png
%%DATADIR%%/images/undead-deathblade-die-2.png
%%DATADIR%%/images/undead-deathblade.png
%%DATADIR%%/images/undead-deathknight-attack-crossbow-1.png
%%DATADIR%%/images/undead-deathknight-attack-crossbow-2.png
%%DATADIR%%/images/undead-deathknight-attack.png
%%DATADIR%%/images/undead-deathknight-defend.png
%%DATADIR%%/images/undead-deathknight-die-1.png
%%DATADIR%%/images/undead-deathknight-die-2.png
%%DATADIR%%/images/undead-deathknight-leading.png
%%DATADIR%%/images/undead-deathknight.png
%%DATADIR%%/images/undead-deathmaster-attack1.png
%%DATADIR%%/images/undead-deathmaster-attack2.png
%%DATADIR%%/images/undead-deathmaster-defend.png
%%DATADIR%%/images/undead-deathmaster-die-1.png
%%DATADIR%%/images/undead-deathmaster-die-2.png
%%DATADIR%%/images/undead-deathmaster-ranged1.png
%%DATADIR%%/images/undead-deathmaster-ranged2.png
%%DATADIR%%/images/undead-deathmaster-ranged3.png
%%DATADIR%%/images/undead-deathmaster-ranged4.png
%%DATADIR%%/images/undead-deathmaster.png
%%DATADIR%%/images/undead-demilich-attack.png
%%DATADIR%%/images/undead-demilich-defend.png
%%DATADIR%%/images/undead-demilich-die-1.png
%%DATADIR%%/images/undead-demilich-die-2.png
%%DATADIR%%/images/undead-demilich-ranged1.png
%%DATADIR%%/images/undead-demilich-ranged2.png
%%DATADIR%%/images/undead-demilich.png
%%DATADIR%%/images/undead-draug-attack1.png
%%DATADIR%%/images/undead-draug-attack2.png
%%DATADIR%%/images/undead-draug-defend.png
%%DATADIR%%/images/undead-draug-die-1.png
%%DATADIR%%/images/undead-draug-die-2.png
%%DATADIR%%/images/undead-draug.png
%%DATADIR%%/images/undead-dread-lich-attack.png
%%DATADIR%%/images/undead-dread-lich-attack1.png
%%DATADIR%%/images/undead-dread-lich-attack2.png
%%DATADIR%%/images/undead-dread-lich-attack3.png
%%DATADIR%%/images/undead-dread-lich-attack4.png
%%DATADIR%%/images/undead-dread-lich-defend.png
%%DATADIR%%/images/undead-dread-lich.png
%%DATADIR%%/images/undead-ghost-attack.png
%%DATADIR%%/images/undead-ghost-attack1.png
%%DATADIR%%/images/undead-ghost-defend.png
%%DATADIR%%/images/undead-ghost.png
%%DATADIR%%/images/undead-ghoul-attack.png
%%DATADIR%%/images/undead-ghoul-defend.png
%%DATADIR%%/images/undead-ghoul.png
%%DATADIR%%/images/undead-initiate-attack1.png
%%DATADIR%%/images/undead-initiate-attack2.png
%%DATADIR%%/images/undead-initiate-defend.png
%%DATADIR%%/images/undead-initiate-die1.png
%%DATADIR%%/images/undead-initiate-die2.png
%%DATADIR%%/images/undead-initiate-die3.png
%%DATADIR%%/images/undead-initiate.png
%%DATADIR%%/images/undead-lich-defend.png
%%DATADIR%%/images/undead-lich-melee.png
%%DATADIR%%/images/undead-lich-ranged1.png
%%DATADIR%%/images/undead-lich-ranged2.png
%%DATADIR%%/images/undead-lich.png
%%DATADIR%%/images/undead-necromancer-attack.png
%%DATADIR%%/images/undead-necromancer-attack2.png
%%DATADIR%%/images/undead-necromancer-defend.png
%%DATADIR%%/images/undead-necromancer.png
%%DATADIR%%/images/undead-necrophage-attack.png
%%DATADIR%%/images/undead-necrophage-defend.png
%%DATADIR%%/images/undead-necrophage.png
%%DATADIR%%/images/undead-nightgaunt-attack.png
%%DATADIR%%/images/undead-nightgaunt-attack2.png
%%DATADIR%%/images/undead-nightgaunt-defend.png
%%DATADIR%%/images/undead-nightgaunt-die-1.png
%%DATADIR%%/images/undead-nightgaunt-die-2.png
%%DATADIR%%/images/undead-nightgaunt-die-3.png
%%DATADIR%%/images/undead-nightgaunt-die-4.png
%%DATADIR%%/images/undead-nightgaunt-die-5.png
%%DATADIR%%/images/undead-nightgaunt.png
%%DATADIR%%/images/undead-revenant-attack.png
%%DATADIR%%/images/undead-revenant-defend.png
%%DATADIR%%/images/undead-revenant-dying-2.png
%%DATADIR%%/images/undead-revenant-dying.png
%%DATADIR%%/images/undead-revenant.png
%%DATADIR%%/images/undead-shadow-attack.png
%%DATADIR%%/images/undead-shadow-defend.png
%%DATADIR%%/images/undead-shadow.png
%%DATADIR%%/images/undead-skeleton-attack.png
%%DATADIR%%/images/undead-skeleton-attackb.png
%%DATADIR%%/images/undead-skeleton-defend.png
%%DATADIR%%/images/undead-skeleton-dying-2.png
%%DATADIR%%/images/undead-skeleton-dying.png
%%DATADIR%%/images/undead-skeleton.png
%%DATADIR%%/images/undead-sorcerer-defend.png
%%DATADIR%%/images/undead-sorcerer-die-1.png
%%DATADIR%%/images/undead-sorcerer-die-2.png
%%DATADIR%%/images/undead-sorcerer-ranged1.png
%%DATADIR%%/images/undead-sorcerer-ranged2.png
%%DATADIR%%/images/undead-sorcerer-staff1.png
%%DATADIR%%/images/undead-sorcerer-staff2.png
%%DATADIR%%/images/undead-sorcerer.png
%%DATADIR%%/images/undead-soulless-attack-n.png
%%DATADIR%%/images/undead-soulless-attack-s.png
%%DATADIR%%/images/undead-soulless-attack.png
%%DATADIR%%/images/undead-soulless-defend.png
%%DATADIR%%/images/undead-soulless-die-1.png
%%DATADIR%%/images/undead-soulless-die-2.png
%%DATADIR%%/images/undead-soulless-die-3.png
%%DATADIR%%/images/undead-soulless-drake-attack-n.png
%%DATADIR%%/images/undead-soulless-drake-attack-s.png
%%DATADIR%%/images/undead-soulless-drake-attack.png
%%DATADIR%%/images/undead-soulless-drake-die-1.png
%%DATADIR%%/images/undead-soulless-drake-die-2.png
%%DATADIR%%/images/undead-soulless-drake-die-3.png
%%DATADIR%%/images/undead-soulless-drake.png
%%DATADIR%%/images/undead-soulless-melee.png
%%DATADIR%%/images/undead-soulless-mounted-attack-n.png
%%DATADIR%%/images/undead-soulless-mounted-attack-s.png
%%DATADIR%%/images/undead-soulless-mounted-attack.png
%%DATADIR%%/images/undead-soulless-mounted-die-1.png
%%DATADIR%%/images/undead-soulless-mounted-die-2.png
%%DATADIR%%/images/undead-soulless-mounted-die-3.png
%%DATADIR%%/images/undead-soulless-mounted.png
%%DATADIR%%/images/undead-soulless-saurian-attack-n.png
%%DATADIR%%/images/undead-soulless-saurian-attack-s.png
%%DATADIR%%/images/undead-soulless-saurian-attack.png
%%DATADIR%%/images/undead-soulless-saurian-die-1.png
%%DATADIR%%/images/undead-soulless-saurian-die-2.png
%%DATADIR%%/images/undead-soulless-saurian-die-3.png
%%DATADIR%%/images/undead-soulless-saurian.png
%%DATADIR%%/images/undead-soulless-swimmer-attack-n.png
%%DATADIR%%/images/undead-soulless-swimmer-attack-s.png
%%DATADIR%%/images/undead-soulless-swimmer-attack.png
%%DATADIR%%/images/undead-soulless-swimmer-die-1.png
%%DATADIR%%/images/undead-soulless-swimmer-die-2.png
%%DATADIR%%/images/undead-soulless-swimmer-die-3.png
%%DATADIR%%/images/undead-soulless-swimmer.png
%%DATADIR%%/images/undead-soulless-troll-attack-n.png
%%DATADIR%%/images/undead-soulless-troll-attack-s.png
%%DATADIR%%/images/undead-soulless-troll-attack.png
%%DATADIR%%/images/undead-soulless-troll-die-1.png
%%DATADIR%%/images/undead-soulless-troll-die-2.png
%%DATADIR%%/images/undead-soulless-troll-die-3.png
%%DATADIR%%/images/undead-soulless-troll.png
%%DATADIR%%/images/undead-soulless-wose-attack-n.png
%%DATADIR%%/images/undead-soulless-wose-attack-s.png
%%DATADIR%%/images/undead-soulless-wose-attack.png
%%DATADIR%%/images/undead-soulless-wose-die-1.png
%%DATADIR%%/images/undead-soulless-wose-die-2.png
%%DATADIR%%/images/undead-soulless-wose-die-3.png
%%DATADIR%%/images/undead-soulless-wose.png
%%DATADIR%%/images/undead-soulless.png
%%DATADIR%%/images/undead-soulshooter-attack.png
%%DATADIR%%/images/undead-soulshooter-defend.png
%%DATADIR%%/images/undead-soulshooter-ranged.png
%%DATADIR%%/images/undead-soulshooter-ranged1.png
%%DATADIR%%/images/undead-soulshooter-ranged2.png
%%DATADIR%%/images/undead-soulshooter-ranged3.png
%%DATADIR%%/images/undead-soulshooter-ranged4.png
%%DATADIR%%/images/undead-soulshooter.png
%%DATADIR%%/images/undead-spectre-attack.png
%%DATADIR%%/images/undead-spectre-attack1.png
%%DATADIR%%/images/undead-spectre-defend.png
%%DATADIR%%/images/undead-spectre-die-1.png
%%DATADIR%%/images/undead-spectre-die-2.png
%%DATADIR%%/images/undead-spectre-die-3.png
%%DATADIR%%/images/undead-spectre-die-4.png
%%DATADIR%%/images/undead-spectre.png
%%DATADIR%%/images/undead-vampirelady-attack.png
%%DATADIR%%/images/undead-vampirelady-defend.png
%%DATADIR%%/images/undead-vampirelady-range.png
%%DATADIR%%/images/undead-vampirelady.png
%%DATADIR%%/images/undead-wraith-attack.png
%%DATADIR%%/images/undead-wraith-attack1.png
%%DATADIR%%/images/undead-wraith-defend.png
%%DATADIR%%/images/undead-wraith.png
%%DATADIR%%/images/undead-zombie-attack-n.png
%%DATADIR%%/images/undead-zombie-attack-s.png
%%DATADIR%%/images/undead-zombie-attack.png
%%DATADIR%%/images/undead-zombie-die-1.png
%%DATADIR%%/images/undead-zombie-die-2.png
%%DATADIR%%/images/undead-zombie-die-3.png
%%DATADIR%%/images/undead-zombie-drake-attack-n.png
%%DATADIR%%/images/undead-zombie-drake-attack-s.png
%%DATADIR%%/images/undead-zombie-drake-attack.png
%%DATADIR%%/images/undead-zombie-drake-die-1.png
%%DATADIR%%/images/undead-zombie-drake-die-2.png
%%DATADIR%%/images/undead-zombie-drake-die-3.png
%%DATADIR%%/images/undead-zombie-drake.png
%%DATADIR%%/images/undead-zombie-mounted-attack-n.png
%%DATADIR%%/images/undead-zombie-mounted-attack-s.png
%%DATADIR%%/images/undead-zombie-mounted-attack.png
%%DATADIR%%/images/undead-zombie-mounted-die-1.png
%%DATADIR%%/images/undead-zombie-mounted-die-2.png
%%DATADIR%%/images/undead-zombie-mounted-die-3.png
%%DATADIR%%/images/undead-zombie-mounted.png
%%DATADIR%%/images/undead-zombie-saurian-attack-n.png
%%DATADIR%%/images/undead-zombie-saurian-attack-s.png
%%DATADIR%%/images/undead-zombie-saurian-attack.png
%%DATADIR%%/images/undead-zombie-saurian-die-1.png
%%DATADIR%%/images/undead-zombie-saurian-die-2.png
%%DATADIR%%/images/undead-zombie-saurian-die-3.png
%%DATADIR%%/images/undead-zombie-saurian.png
%%DATADIR%%/images/undead-zombie-swimmer-attack-n.png
%%DATADIR%%/images/undead-zombie-swimmer-attack-s.png
%%DATADIR%%/images/undead-zombie-swimmer-attack.png
%%DATADIR%%/images/undead-zombie-swimmer-die-1.png
%%DATADIR%%/images/undead-zombie-swimmer-die-2.png
%%DATADIR%%/images/undead-zombie-swimmer-die-3.png
%%DATADIR%%/images/undead-zombie-swimmer.png
%%DATADIR%%/images/undead-zombie-troll-attack-n.png
%%DATADIR%%/images/undead-zombie-troll-attack-s.png
%%DATADIR%%/images/undead-zombie-troll-attack.png
%%DATADIR%%/images/undead-zombie-troll-die-1.png
%%DATADIR%%/images/undead-zombie-troll-die-2.png
%%DATADIR%%/images/undead-zombie-troll-die-3.png
%%DATADIR%%/images/undead-zombie-troll.png
%%DATADIR%%/images/undead-zombie-wose-attack-n.png
%%DATADIR%%/images/undead-zombie-wose-attack-s.png
%%DATADIR%%/images/undead-zombie-wose-attack.png
%%DATADIR%%/images/undead-zombie-wose-die-1.png
%%DATADIR%%/images/undead-zombie-wose-die-2.png
%%DATADIR%%/images/undead-zombie-wose-die-3.png
%%DATADIR%%/images/undead-zombie-wose.png
%%DATADIR%%/images/undead-zombie.png
%%DATADIR%%/images/warrior-king-attack1.png
%%DATADIR%%/images/warrior-king-attack2.png
%%DATADIR%%/images/warrior-king-defend.png
%%DATADIR%%/images/warrior-king-leading.png
%%DATADIR%%/images/warrior-king.png
%%DATADIR%%/images/wesnoth-icon.png
%%DATADIR%%/images/white-cleric+female-attack-melee.png
%%DATADIR%%/images/white-cleric+female-defend.png
%%DATADIR%%/images/white-cleric+female-magic1.png
%%DATADIR%%/images/white-cleric+female-magic2.png
%%DATADIR%%/images/white-cleric+female-magic3.png
%%DATADIR%%/images/white-cleric+female-magic4.png
%%DATADIR%%/images/white-cleric+female-magic5.png
%%DATADIR%%/images/white-cleric+female-magic6.png
%%DATADIR%%/images/white-cleric+female.png
%%DATADIR%%/images/white-cleric-attack-melee.png
%%DATADIR%%/images/white-cleric-defend.png
%%DATADIR%%/images/white-cleric-magic1.png
%%DATADIR%%/images/white-cleric-magic2.png
%%DATADIR%%/images/white-cleric-magic3.png
%%DATADIR%%/images/white-cleric-magic4.png
%%DATADIR%%/images/white-cleric-magic5.png
%%DATADIR%%/images/white-cleric-magic6.png
%%DATADIR%%/images/white-cleric.png
%%DATADIR%%/images/white-mage+female-attack-melee.png
%%DATADIR%%/images/white-mage+female-defend.png
%%DATADIR%%/images/white-mage+female-die-1.png
%%DATADIR%%/images/white-mage+female-die-2.png
%%DATADIR%%/images/white-mage+female-die-3.png
%%DATADIR%%/images/white-mage+female-die-4.png
%%DATADIR%%/images/white-mage+female-magic1.png
%%DATADIR%%/images/white-mage+female-magic2.png
%%DATADIR%%/images/white-mage+female-magic3.png
%%DATADIR%%/images/white-mage+female-magic4.png
%%DATADIR%%/images/white-mage+female-magic5.png
%%DATADIR%%/images/white-mage+female-magic6.png
%%DATADIR%%/images/white-mage+female.png
%%DATADIR%%/images/white-mage-attack-melee.png
%%DATADIR%%/images/white-mage-defend.png
%%DATADIR%%/images/white-mage-die-1.png
%%DATADIR%%/images/white-mage-die-2.png
%%DATADIR%%/images/white-mage-die-3.png
%%DATADIR%%/images/white-mage-die-4.png
%%DATADIR%%/images/white-mage-magic1.png
%%DATADIR%%/images/white-mage-magic2.png
%%DATADIR%%/images/white-mage-magic3.png
%%DATADIR%%/images/white-mage-magic4.png
%%DATADIR%%/images/white-mage-magic5.png
%%DATADIR%%/images/white-mage-magic6.png
%%DATADIR%%/images/white-mage.png
%%DATADIR%%/images/wolf-rider-attack.png
%%DATADIR%%/images/wolf-rider-defend.png
%%DATADIR%%/images/wolf-rider-moving.png
%%DATADIR%%/images/wolf-rider.png
%%DATADIR%%/images/wose-ancient-attack.png
%%DATADIR%%/images/wose-ancient-defend.png
%%DATADIR%%/images/wose-ancient-die-1.png
%%DATADIR%%/images/wose-ancient-die-2.png
%%DATADIR%%/images/wose-ancient-die-3.png
%%DATADIR%%/images/wose-ancient.png
%%DATADIR%%/images/wose-attack-1.png
%%DATADIR%%/images/wose-attack-2.png
%%DATADIR%%/images/wose-defend.png
%%DATADIR%%/images/wose-elder-attack.png
%%DATADIR%%/images/wose-elder-defend.png
%%DATADIR%%/images/wose-elder.png
%%DATADIR%%/images/wose-sapling-attack.png
%%DATADIR%%/images/wose-sapling-defend.png
%%DATADIR%%/images/wose-sapling.png
%%DATADIR%%/images/wose.png
%%DATADIR%%/images/yeti-attack1.png
%%DATADIR%%/images/yeti-attack2.png
%%DATADIR%%/images/yeti-defend.png
%%DATADIR%%/images/yeti.png
%%DATADIR%%/images/young-ogre-attack.png
%%DATADIR%%/images/young-ogre-defend.png
%%DATADIR%%/images/young-ogre-die-1.png
%%DATADIR%%/images/young-ogre-die-2.png
%%DATADIR%%/images/young-ogre-die-3.png
%%DATADIR%%/images/young-ogre-die-4.png
%%DATADIR%%/images/young-ogre.png
%%DATADIR%%/music/elf-land.ogg
%%DATADIR%%/music/frantic.ogg
%%DATADIR%%/music/main_menu.ogg
%%DATADIR%%/music/main_menu_new.ogg
%%DATADIR%%/music/underground.ogg
%%DATADIR%%/music/wesnoth-1.ogg
%%DATADIR%%/music/wesnoth-2.ogg
%%DATADIR%%/music/wesnoth-3.ogg
%%DATADIR%%/music/wesnoth-4.ogg
%%DATADIR%%/music/wesnoth-5.ogg
%%DATADIR%%/music/wesnoth-6.ogg
%%DATADIR%%/music/wesnoth-7.ogg
%%DATADIR%%/music/wesnoth-8.ogg
%%DATADIR%%/sounds/arrive.wav
%%DATADIR%%/sounds/arrow-hit.wav
%%DATADIR%%/sounds/arrow-miss.wav
%%DATADIR%%/sounds/bat-flapping-wings.wav
%%DATADIR%%/sounds/bell.wav
%%DATADIR%%/sounds/dagger-swish.wav
%%DATADIR%%/sounds/dart.wav
%%DATADIR%%/sounds/eagle.wav
%%DATADIR%%/sounds/entangle.wav
%%DATADIR%%/sounds/female-hit.wav
%%DATADIR%%/sounds/female-strong-hit.wav
%%DATADIR%%/sounds/fire.wav
%%DATADIR%%/sounds/firearrow.wav
%%DATADIR%%/sounds/fist-swish.wav
%%DATADIR%%/sounds/ghoul-hit.wav
%%DATADIR%%/sounds/ghoul-swish.wav
%%DATADIR%%/sounds/groan-strong.wav
%%DATADIR%%/sounds/groan.wav
%%DATADIR%%/sounds/gunshot.wav
%%DATADIR%%/sounds/heal.wav
%%DATADIR%%/sounds/hiss-big.wav
%%DATADIR%%/sounds/hiss.wav
%%DATADIR%%/sounds/horse-canter.wav
%%DATADIR%%/sounds/horse-elf-canter.wav
%%DATADIR%%/sounds/knife.wav
%%DATADIR%%/sounds/leave.wav
%%DATADIR%%/sounds/lightning.wav
%%DATADIR%%/sounds/mace.wav
%%DATADIR%%/sounds/magicmissile.wav
%%DATADIR%%/sounds/mermen-hit.wav
%%DATADIR%%/sounds/net.wav
%%DATADIR%%/sounds/open-chest.wav
%%DATADIR%%/sounds/orc-hit.wav
%%DATADIR%%/sounds/orc-small-hit.wav
%%DATADIR%%/sounds/pistol.wav
%%DATADIR%%/sounds/receive.wav
%%DATADIR%%/sounds/skeleton-hit.wav
%%DATADIR%%/sounds/spear.wav
%%DATADIR%%/sounds/squishy-hit.wav
%%DATADIR%%/sounds/squishy-miss.wav
%%DATADIR%%/sounds/squishy-strike.wav
%%DATADIR%%/sounds/staff.wav
%%DATADIR%%/sounds/sword-clang.wav
%%DATADIR%%/sounds/sword-swish.wav
%%DATADIR%%/sounds/torch-swish.wav
%%DATADIR%%/sounds/ugg.wav
%%DATADIR%%/sounds/wolf-attack.wav
%%DATADIR%%/sounds/zombie-attack.wav
%%DATADIR%%/sounds/zombie-hit.wav
@dirrm %%DATADIR%%/sounds
@dirrm %%DATADIR%%/music
@dirrm %%DATADIR%%/images/tools/exploder
@dirrm %%DATADIR%%/images/tools
@dirrm %%DATADIR%%/images/terrain
@dirrm %%DATADIR%%/images/projectiles
@dirrm %%DATADIR%%/images/portraits/core/Neoriceisgood
@dirrm %%DATADIR%%/images/portraits/core/Jason_Lutes
@dirrm %%DATADIR%%/images/portraits/core/James_Woo
@dirrm %%DATADIR%%/images/portraits/core/Alex_Jarocha-Ernst
@dirrm %%DATADIR%%/images/portraits/core
@dirrm %%DATADIR%%/images/portraits/The_Rise_of_Wesnoth
@dirrm %%DATADIR%%/images/portraits/Heir_To_The_Throne
@dirrm %%DATADIR%%/images/portraits/Eastern_Invasion
@dirrm %%DATADIR%%/images/portraits
@dirrm %%DATADIR%%/images/misc
@dirrm %%DATADIR%%/images/maps
@dirrm %%DATADIR%%/images/items
@dirrm %%DATADIR%%/images/icons
@dirrm %%DATADIR%%/images/help
@dirrm %%DATADIR%%/images/halo
@dirrm %%DATADIR%%/images/editor
@dirrm %%DATADIR%%/images/cursors-bw
@dirrm %%DATADIR%%/images/cursors
@dirrm %%DATADIR%%/images/campaigns/The_Rise_of_Wesnoth/story
@dirrm %%DATADIR%%/images/campaigns/The_Rise_of_Wesnoth/maps
@dirrm %%DATADIR%%/images/campaigns/The_Rise_of_Wesnoth
@dirrm %%DATADIR%%/images/campaigns/Son_Of_The_Black_Eye/maps
@dirrm %%DATADIR%%/images/campaigns/Son_Of_The_Black_Eye
@dirrm %%DATADIR%%/images/campaigns/Heir_To_The_Throne/story
@dirrm %%DATADIR%%/images/campaigns/Heir_To_The_Throne
@dirrm %%DATADIR%%/images/campaigns/Eastern_Invasion/maps
@dirrm %%DATADIR%%/images/campaigns/Eastern_Invasion
@dirrm %%DATADIR%%/images/campaigns
@dirrm %%DATADIR%%/images/buttons
@dirrm %%DATADIR%%/images/attacks
@dirrm %%DATADIR%%/images
@dirrm %%DATADIR%%/fonts
@dirrm %%DATADIR%%/data/units
@dirrm %%DATADIR%%/data/translations
@dirrm %%DATADIR%%/data/tools/exploder/models
@dirrm %%DATADIR%%/data/tools/exploder
@dirrm %%DATADIR%%/data/tools
@dirrm %%DATADIR%%/data/themes
@dirrm %%DATADIR%%/data/terrain-graphics
@dirrm %%DATADIR%%/data/scenarios/tutorial
@dirrm %%DATADIR%%/data/scenarios/multiplayer
@dirrm %%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/utils
@dirrm %%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth
@dirrm %%DATADIR%%/data/scenarios/Son_Of_The_Black_Eye/utils
@dirrm %%DATADIR%%/data/scenarios/Son_Of_The_Black_Eye
@dirrm %%DATADIR%%/data/scenarios/Heir_To_The_Throne/utils
@dirrm %%DATADIR%%/data/scenarios/Heir_To_The_Throne
@dirrm %%DATADIR%%/data/scenarios/Eastern_Invasion/utils
@dirrm %%DATADIR%%/data/scenarios/Eastern_Invasion
@dirrm %%DATADIR%%/data/scenarios
@dirrm %%DATADIR%%/data/maps/multiplayer
@dirrm %%DATADIR%%/data/maps/Tutorial
@dirrm %%DATADIR%%/data/maps/The_Rise_of_Wesnoth
@dirrm %%DATADIR%%/data/maps/Son_Of_The_Black_Eye
@dirrm %%DATADIR%%/data/maps/Heir_To_The_Throne
@dirrm %%DATADIR%%/data/maps/Eastern_Invasion
@dirrm %%DATADIR%%/data/maps
@dirrm %%DATADIR%%/data/campaigns
@dirrm %%DATADIR%%/data
@dirrm %%DATADIR%%
@dirrmtry man/sv/man6
@dirrmtry man/sv
@dirrmtry man/hu/man6
@dirrmtry man/hu
@dirrmtry man/de/man6
@dirrmtry man/de
%%GNOME:%%@cwd %%LOCALBASE%%
%%GNOME:%%share/gnome/applications/wesnoth.desktop
%%GNOME:%%share/gnome/pixmaps/wesnoth-icon.png
%%KDE:%%@cwd %%LOCALBASE%%
%%KDE:%%share/applnk/Games/TacticStrategy/wesnoth.desktop
%%KDE:%%share/icons/wesnoth-icon.png
%%SERVER:%%@unexec rmdir /var/run/wesnothd 2>/dev/null || echo "If you are permanently removing this port, you should do a 'rm -rf /var/run/wesnothd' to remove it." | fmt
@dirrmtry share/locale/la/LC_MESSAGES
@dirrmtry share/locale/la