diff options
author | Philip Paeps <philip@FreeBSD.org> | 2006-12-24 21:21:04 +0000 |
---|---|---|
committer | Philip Paeps <philip@FreeBSD.org> | 2006-12-24 21:21:04 +0000 |
commit | bb1404898cd3ad0ed287e3fc0a7403d69e075f16 (patch) | |
tree | e14cfe658b0e4905026acf283f3ab856e3a13f23 /games/wesnoth-devel | |
parent | 9abd21c3e3cd8c656b355b27b7b5763d97ae6282 (diff) |
For those of us who have nothing to do over the holidays. :-)
Update to 1.2, the current stable release.
Grab maintainership - I'll try to be a good parent.
Notes
Notes:
svn path=/head/; revision=180669
Diffstat (limited to 'games/wesnoth-devel')
-rw-r--r-- | games/wesnoth-devel/Makefile | 25 | ||||
-rw-r--r-- | games/wesnoth-devel/distinfo | 6 | ||||
-rw-r--r-- | games/wesnoth-devel/files/patch-src::Makefile.in | 15 | ||||
-rw-r--r-- | games/wesnoth-devel/files/patch-src_sdl_ttf_SDL_ttf.c | 19 | ||||
-rw-r--r-- | games/wesnoth-devel/pkg-plist | 6807 |
5 files changed, 4349 insertions, 2523 deletions
diff --git a/games/wesnoth-devel/Makefile b/games/wesnoth-devel/Makefile index 052df54b33a2..345b9eb54bd4 100644 --- a/games/wesnoth-devel/Makefile +++ b/games/wesnoth-devel/Makefile @@ -6,18 +6,15 @@ # PORTNAME= wesnoth -PORTVERSION= 1.0.2 -PORTREVISION= 3 +PORTVERSION= 1.2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.wesnoth.org/files/ MASTER_SITE_SUBDIR= wesnoth -MAINTAINER= ports@FreeBSD.org +MAINTAINER= philip@FreeBSD.org COMMENT= A fantasy turn-based strategy game -LIB_DEPENDS= zipios.0:${PORTSDIR}/archivers/zipios++ - USE_GCC= 3.4 USE_SDL= image mixer net USE_GNOME= gnometarget @@ -30,13 +27,14 @@ CONFIGURE_ARGS= --localstatedir=/var \ --with-libiconv-prefix=${LOCALBASE} \ --with-libintl-prefix=${LOCALBASE} \ --with-freetype-prefix=${LOCALBASE} \ - --with-localedir=${PREFIX}/share/locale + --with-localedir=${PREFIX}/share/locale \ + --mandir=${PREFIX}/man CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ CXXFLAGS="-I${LOCALBASE}/include ${CXXFLAGS} -ftemplate-depth-45" \ LDFLAGS="-L${LOCALBASE}/lib -lintl" MAN6= wesnoth.6 -MANLANG= "" de hu sv +MANLANG= "" cs de en_GB fr ja nl pt_BR sk sv .if defined(WITH_CAMPAIGN) || defined(PACKAGE_BUILDING) CONFIGURE_ARGS+= --enable-campaign-server @@ -49,6 +47,11 @@ PLIST_SUB+= CAMPAIGN:="@comment " CONFIGURE_ARGS+= --enable-debug .endif +.if defined(WITH_ZIPIOS) +CONFIGURE_ARGS+= --with-zipios +LIB_DEPENDS+= zipios.0:${PORTSDIR}/archivers/zipios++ +.endif + .if defined(WITH_EDITOR) || defined(PACKAGE_BUILDING) CONFIGURE_ARGS+= --enable-editor MAN6+= wesnoth_editor.6 @@ -109,9 +112,9 @@ pre-everything:: @${ECHO_MSG} "WITH_TOOLS=yes to enable compilation of tools for translators and artists." .endif -post-patch: - @${REINPLACE_CMD} -e 's|[$$][(]datadir[)]/applications|${LOCALBASE}/share/gnome/applications|g ; \ - s|[$$][(]datadir[)]/icons|${LOCALBASE}/share/gnome/pixmaps|g' \ - ${WRKSRC}/icons/Makefile.in +post-configure: + @${REINPLACE_CMD} -e 's|[$$][{]datarootdir[}]/applications|${LOCALBASE}/share/gnome/applications|; \ + s|[$$][{]datarootdir[}]/icons|${LOCALBASE}/share/gnome/pixmaps|' \ + ${WRKSRC}/icons/Makefile .include <bsd.port.post.mk> diff --git a/games/wesnoth-devel/distinfo b/games/wesnoth-devel/distinfo index 2eb7e5f9567c..f5d311f392a8 100644 --- a/games/wesnoth-devel/distinfo +++ b/games/wesnoth-devel/distinfo @@ -1,3 +1,3 @@ -MD5 (wesnoth-1.0.2.tar.gz) = 1d2a26062ce1c90cbf10845023f9435c -SHA256 (wesnoth-1.0.2.tar.gz) = b5201943017e892230cfb1f09a6860b199cb59255ef6aaa19de6a5d365300ac7 -SIZE (wesnoth-1.0.2.tar.gz) = 40034289 +MD5 (wesnoth-1.2.tar.gz) = 722a459282abe6d04dbe228d031c088e +SHA256 (wesnoth-1.2.tar.gz) = 220705b4b79ddd73061099f30413c6d1872cb30681a26379709a58ace6c91ec1 +SIZE (wesnoth-1.2.tar.gz) = 74823113 diff --git a/games/wesnoth-devel/files/patch-src::Makefile.in b/games/wesnoth-devel/files/patch-src::Makefile.in deleted file mode 100644 index 291011e40f62..000000000000 --- a/games/wesnoth-devel/files/patch-src::Makefile.in +++ /dev/null @@ -1,15 +0,0 @@ ---- src/Makefile.in.orig Mon Jul 25 13:41:55 2005 -+++ src/Makefile.in Mon Jul 25 13:42:40 2005 -@@ -918,10 +918,10 @@ - - exploder_LDADD = @SDL_IMAGE_LIBS@ @SDL_LIBS@ $(LIBZIPIOS) $(LIBINTL) $(PNG_LIBS) - cutter_LDADD = @SDL_IMAGE_LIBS@ @SDL_LIBS@ $(LIBZIPIOS) $(LIBINTL) $(PNG_LIBS) --AM_CXXFLAGS = -I $(srcdir)/sdl_ttf -I../intl -I$(top_srcdir)/intl @SDL_CFLAGS@ -DWESNOTH_PATH=\"$(pkgdatadir)\" \ -+AM_CXXFLAGS = -I $(srcdir)/sdl_ttf @SDL_CFLAGS@ -DWESNOTH_PATH=\"$(pkgdatadir)\" \ - -DLOCALEDIR=\"$(LOCALEDIR)\" -DHAS_RELATIVE_LOCALEDIR=$(HAS_RELATIVE_LOCALEDIR) -DFIFODIR=\"$(fifodir)\" - --AM_CFLAGS = -I $(srcdir)/sdl_ttf -I../intl -I$(top_srcdir)/intl @SDL_CFLAGS@ -DWESNOTH_PATH=\"$(pkgdatadir)\" \ -+AM_CFLAGS = -I $(srcdir)/sdl_ttf @SDL_CFLAGS@ -DWESNOTH_PATH=\"$(pkgdatadir)\" \ - -DLOCALEDIR=\"$(LOCALEDIR)\" -DHAS_RELATIVE_LOCALEDIR=$(HAS_RELATIVE_LOCALEDIR) - - CXXLD = $(LDPREFIX) $(CXX) diff --git a/games/wesnoth-devel/files/patch-src_sdl_ttf_SDL_ttf.c b/games/wesnoth-devel/files/patch-src_sdl_ttf_SDL_ttf.c deleted file mode 100644 index ee4f8be540e1..000000000000 --- a/games/wesnoth-devel/files/patch-src_sdl_ttf_SDL_ttf.c +++ /dev/null @@ -1,19 +0,0 @@ ---- src/sdl_ttf/SDL_ttf.c.orig Wed Oct 4 16:45:59 2006 -+++ src/sdl_ttf/SDL_ttf.c Wed Oct 4 16:46:32 2006 -@@ -48,7 +48,6 @@ - #include <freetype/ftoutln.h> - #include <freetype/ttnameid.h> - */ --#include <freetype/internal/ftobjs.h> - - #ifndef FT_OPEN_STREAM - #define FT_OPEN_STREAM ft_open_stream -@@ -282,7 +281,7 @@ - } - memset(stream, 0, sizeof(*stream)); - -- stream->memory = library->memory; -+ stream->memory = NULL; - stream->read = RWread; - stream->descriptor.pointer = src; - stream->pos = (unsigned long)position; diff --git a/games/wesnoth-devel/pkg-plist b/games/wesnoth-devel/pkg-plist index b495531ad338..7dbe0e5e8146 100644 --- a/games/wesnoth-devel/pkg-plist +++ b/games/wesnoth-devel/pkg-plist @@ -9,353 +9,1598 @@ 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-tb.mo share/locale/af/LC_MESSAGES/wesnoth-trow.mo +share/locale/af/LC_MESSAGES/wesnoth-tsg.mo +share/locale/af/LC_MESSAGES/wesnoth-tutorial.mo +share/locale/af/LC_MESSAGES/wesnoth-utbs.mo share/locale/af/LC_MESSAGES/wesnoth.mo +share/locale/bg/LC_MESSAGES/wesnoth-editor.mo +share/locale/bg/LC_MESSAGES/wesnoth-ei.mo +share/locale/bg/LC_MESSAGES/wesnoth-httt.mo +share/locale/bg/LC_MESSAGES/wesnoth-lib.mo +share/locale/bg/LC_MESSAGES/wesnoth-tb.mo +share/locale/bg/LC_MESSAGES/wesnoth-trow.mo +share/locale/bg/LC_MESSAGES/wesnoth-tsg.mo +share/locale/bg/LC_MESSAGES/wesnoth-tutorial.mo +share/locale/bg/LC_MESSAGES/wesnoth-utbs.mo +share/locale/bg/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-tb.mo share/locale/ca/LC_MESSAGES/wesnoth-trow.mo +share/locale/ca/LC_MESSAGES/wesnoth-tsg.mo +share/locale/ca/LC_MESSAGES/wesnoth-tutorial.mo +share/locale/ca/LC_MESSAGES/wesnoth-utbs.mo share/locale/ca/LC_MESSAGES/wesnoth.mo +share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-editor.mo +share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-ei.mo +share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-httt.mo +share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-lib.mo +share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-tb.mo +share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-trow.mo +share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-tsg.mo +share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-tutorial.mo +share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-utbs.mo +share/locale/ca_ES@valencia/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-tb.mo share/locale/cs/LC_MESSAGES/wesnoth-trow.mo +share/locale/cs/LC_MESSAGES/wesnoth-tsg.mo +share/locale/cs/LC_MESSAGES/wesnoth-tutorial.mo +share/locale/cs/LC_MESSAGES/wesnoth-utbs.mo share/locale/cs/LC_MESSAGES/wesnoth.mo +share/locale/da/LC_MESSAGES/wesnoth-editor.mo +share/locale/da/LC_MESSAGES/wesnoth-ei.mo +share/locale/da/LC_MESSAGES/wesnoth-httt.mo +share/locale/da/LC_MESSAGES/wesnoth-lib.mo +share/locale/da/LC_MESSAGES/wesnoth-tb.mo +share/locale/da/LC_MESSAGES/wesnoth-trow.mo +share/locale/da/LC_MESSAGES/wesnoth-tsg.mo +share/locale/da/LC_MESSAGES/wesnoth-tutorial.mo +share/locale/da/LC_MESSAGES/wesnoth-utbs.mo +share/locale/da/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-tb.mo share/locale/de/LC_MESSAGES/wesnoth-trow.mo +share/locale/de/LC_MESSAGES/wesnoth-tsg.mo +share/locale/de/LC_MESSAGES/wesnoth-tutorial.mo +share/locale/de/LC_MESSAGES/wesnoth-utbs.mo share/locale/de/LC_MESSAGES/wesnoth.mo +share/locale/el/LC_MESSAGES/wesnoth-editor.mo +share/locale/el/LC_MESSAGES/wesnoth-ei.mo +share/locale/el/LC_MESSAGES/wesnoth-httt.mo +share/locale/el/LC_MESSAGES/wesnoth-lib.mo +share/locale/el/LC_MESSAGES/wesnoth-tb.mo +share/locale/el/LC_MESSAGES/wesnoth-trow.mo +share/locale/el/LC_MESSAGES/wesnoth-tsg.mo +share/locale/el/LC_MESSAGES/wesnoth-tutorial.mo +share/locale/el/LC_MESSAGES/wesnoth-utbs.mo +share/locale/el/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-tb.mo share/locale/en_GB/LC_MESSAGES/wesnoth-trow.mo +share/locale/en_GB/LC_MESSAGES/wesnoth-tsg.mo +share/locale/en_GB/LC_MESSAGES/wesnoth-tutorial.mo +share/locale/en_GB/LC_MESSAGES/wesnoth-utbs.mo share/locale/en_GB/LC_MESSAGES/wesnoth.mo +share/locale/eo/LC_MESSAGES/wesnoth-editor.mo +share/locale/eo/LC_MESSAGES/wesnoth-ei.mo +share/locale/eo/LC_MESSAGES/wesnoth-httt.mo +share/locale/eo/LC_MESSAGES/wesnoth-lib.mo +share/locale/eo/LC_MESSAGES/wesnoth-tb.mo +share/locale/eo/LC_MESSAGES/wesnoth-trow.mo +share/locale/eo/LC_MESSAGES/wesnoth-tsg.mo +share/locale/eo/LC_MESSAGES/wesnoth-tutorial.mo +share/locale/eo/LC_MESSAGES/wesnoth-utbs.mo +share/locale/eo/LC_MESSAGES/wesnoth.mo share/locale/es/LC_MESSAGES/wesnoth-editor.mo +share/locale/es/LC_MESSAGES/wesnoth-ei.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-tb.mo share/locale/es/LC_MESSAGES/wesnoth-trow.mo +share/locale/es/LC_MESSAGES/wesnoth-tsg.mo +share/locale/es/LC_MESSAGES/wesnoth-tutorial.mo +share/locale/es/LC_MESSAGES/wesnoth-utbs.mo share/locale/es/LC_MESSAGES/wesnoth.mo +share/locale/et/LC_MESSAGES/wesnoth-editor.mo +share/locale/et/LC_MESSAGES/wesnoth-ei.mo +share/locale/et/LC_MESSAGES/wesnoth-httt.mo +share/locale/et/LC_MESSAGES/wesnoth-lib.mo +share/locale/et/LC_MESSAGES/wesnoth-tb.mo +share/locale/et/LC_MESSAGES/wesnoth-trow.mo +share/locale/et/LC_MESSAGES/wesnoth-tsg.mo +share/locale/et/LC_MESSAGES/wesnoth-tutorial.mo +share/locale/et/LC_MESSAGES/wesnoth-utbs.mo +share/locale/et/LC_MESSAGES/wesnoth.mo +share/locale/eu/LC_MESSAGES/wesnoth-editor.mo +share/locale/eu/LC_MESSAGES/wesnoth-ei.mo +share/locale/eu/LC_MESSAGES/wesnoth-httt.mo +share/locale/eu/LC_MESSAGES/wesnoth-lib.mo +share/locale/eu/LC_MESSAGES/wesnoth-tb.mo +share/locale/eu/LC_MESSAGES/wesnoth-trow.mo +share/locale/eu/LC_MESSAGES/wesnoth-tsg.mo +share/locale/eu/LC_MESSAGES/wesnoth-tutorial.mo +share/locale/eu/LC_MESSAGES/wesnoth-utbs.mo +share/locale/eu/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-tb.mo +share/locale/fi/LC_MESSAGES/wesnoth-trow.mo +share/locale/fi/LC_MESSAGES/wesnoth-tsg.mo +share/locale/fi/LC_MESSAGES/wesnoth-tutorial.mo +share/locale/fi/LC_MESSAGES/wesnoth-utbs.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-tb.mo share/locale/fr/LC_MESSAGES/wesnoth-trow.mo +share/locale/fr/LC_MESSAGES/wesnoth-tsg.mo +share/locale/fr/LC_MESSAGES/wesnoth-tutorial.mo +share/locale/fr/LC_MESSAGES/wesnoth-utbs.mo share/locale/fr/LC_MESSAGES/wesnoth.mo +share/locale/gl_ES/LC_MESSAGES/wesnoth-editor.mo +share/locale/gl_ES/LC_MESSAGES/wesnoth-ei.mo +share/locale/gl_ES/LC_MESSAGES/wesnoth-httt.mo +share/locale/gl_ES/LC_MESSAGES/wesnoth-lib.mo +share/locale/gl_ES/LC_MESSAGES/wesnoth-tb.mo +share/locale/gl_ES/LC_MESSAGES/wesnoth-trow.mo +share/locale/gl_ES/LC_MESSAGES/wesnoth-tsg.mo +share/locale/gl_ES/LC_MESSAGES/wesnoth-tutorial.mo +share/locale/gl_ES/LC_MESSAGES/wesnoth-utbs.mo +share/locale/gl_ES/LC_MESSAGES/wesnoth.mo +share/locale/he/LC_MESSAGES/wesnoth-editor.mo +share/locale/he/LC_MESSAGES/wesnoth-ei.mo +share/locale/he/LC_MESSAGES/wesnoth-httt.mo +share/locale/he/LC_MESSAGES/wesnoth-lib.mo +share/locale/he/LC_MESSAGES/wesnoth-tb.mo +share/locale/he/LC_MESSAGES/wesnoth-trow.mo +share/locale/he/LC_MESSAGES/wesnoth-tsg.mo +share/locale/he/LC_MESSAGES/wesnoth-tutorial.mo +share/locale/he/LC_MESSAGES/wesnoth-utbs.mo +share/locale/he/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-tb.mo share/locale/hu/LC_MESSAGES/wesnoth-trow.mo +share/locale/hu/LC_MESSAGES/wesnoth-tsg.mo +share/locale/hu/LC_MESSAGES/wesnoth-tutorial.mo +share/locale/hu/LC_MESSAGES/wesnoth-utbs.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-tb.mo share/locale/it/LC_MESSAGES/wesnoth-trow.mo +share/locale/it/LC_MESSAGES/wesnoth-tsg.mo +share/locale/it/LC_MESSAGES/wesnoth-tutorial.mo +share/locale/it/LC_MESSAGES/wesnoth-utbs.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-tb.mo +share/locale/ja/LC_MESSAGES/wesnoth-trow.mo +share/locale/ja/LC_MESSAGES/wesnoth-tsg.mo +share/locale/ja/LC_MESSAGES/wesnoth-tutorial.mo +share/locale/ja/LC_MESSAGES/wesnoth-utbs.mo share/locale/ja/LC_MESSAGES/wesnoth.mo +share/locale/ko/LC_MESSAGES/wesnoth-editor.mo +share/locale/ko/LC_MESSAGES/wesnoth-ei.mo +share/locale/ko/LC_MESSAGES/wesnoth-httt.mo +share/locale/ko/LC_MESSAGES/wesnoth-lib.mo +share/locale/ko/LC_MESSAGES/wesnoth-tb.mo +share/locale/ko/LC_MESSAGES/wesnoth-trow.mo +share/locale/ko/LC_MESSAGES/wesnoth-tsg.mo +share/locale/ko/LC_MESSAGES/wesnoth-tutorial.mo +share/locale/ko/LC_MESSAGES/wesnoth-utbs.mo +share/locale/ko/LC_MESSAGES/wesnoth.mo share/locale/la/LC_MESSAGES/wesnoth-editor.mo +share/locale/la/LC_MESSAGES/wesnoth-ei.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-tb.mo +share/locale/la/LC_MESSAGES/wesnoth-trow.mo +share/locale/la/LC_MESSAGES/wesnoth-tsg.mo +share/locale/la/LC_MESSAGES/wesnoth-tutorial.mo +share/locale/la/LC_MESSAGES/wesnoth-utbs.mo share/locale/la/LC_MESSAGES/wesnoth.mo +share/locale/nb_NO/LC_MESSAGES/wesnoth-editor.mo +share/locale/nb_NO/LC_MESSAGES/wesnoth-ei.mo +share/locale/nb_NO/LC_MESSAGES/wesnoth-httt.mo +share/locale/nb_NO/LC_MESSAGES/wesnoth-lib.mo +share/locale/nb_NO/LC_MESSAGES/wesnoth-tb.mo +share/locale/nb_NO/LC_MESSAGES/wesnoth-trow.mo +share/locale/nb_NO/LC_MESSAGES/wesnoth-tsg.mo +share/locale/nb_NO/LC_MESSAGES/wesnoth-tutorial.mo +share/locale/nb_NO/LC_MESSAGES/wesnoth-utbs.mo +share/locale/nb_NO/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-tb.mo share/locale/nl/LC_MESSAGES/wesnoth-trow.mo +share/locale/nl/LC_MESSAGES/wesnoth-tsg.mo +share/locale/nl/LC_MESSAGES/wesnoth-tutorial.mo +share/locale/nl/LC_MESSAGES/wesnoth-utbs.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-tb.mo share/locale/pl/LC_MESSAGES/wesnoth-trow.mo +share/locale/pl/LC_MESSAGES/wesnoth-tsg.mo +share/locale/pl/LC_MESSAGES/wesnoth-tutorial.mo +share/locale/pl/LC_MESSAGES/wesnoth-utbs.mo share/locale/pl/LC_MESSAGES/wesnoth.mo +share/locale/pt/LC_MESSAGES/wesnoth-editor.mo +share/locale/pt/LC_MESSAGES/wesnoth-ei.mo +share/locale/pt/LC_MESSAGES/wesnoth-httt.mo +share/locale/pt/LC_MESSAGES/wesnoth-lib.mo +share/locale/pt/LC_MESSAGES/wesnoth-tb.mo +share/locale/pt/LC_MESSAGES/wesnoth-trow.mo +share/locale/pt/LC_MESSAGES/wesnoth-tsg.mo +share/locale/pt/LC_MESSAGES/wesnoth-tutorial.mo +share/locale/pt/LC_MESSAGES/wesnoth-utbs.mo +share/locale/pt/LC_MESSAGES/wesnoth.mo +share/locale/pt_BR/LC_MESSAGES/wesnoth-editor.mo +share/locale/pt_BR/LC_MESSAGES/wesnoth-ei.mo +share/locale/pt_BR/LC_MESSAGES/wesnoth-httt.mo +share/locale/pt_BR/LC_MESSAGES/wesnoth-lib.mo +share/locale/pt_BR/LC_MESSAGES/wesnoth-tb.mo +share/locale/pt_BR/LC_MESSAGES/wesnoth-trow.mo +share/locale/pt_BR/LC_MESSAGES/wesnoth-tsg.mo +share/locale/pt_BR/LC_MESSAGES/wesnoth-tutorial.mo +share/locale/pt_BR/LC_MESSAGES/wesnoth-utbs.mo +share/locale/pt_BR/LC_MESSAGES/wesnoth.mo +share/locale/ro/LC_MESSAGES/wesnoth-editor.mo +share/locale/ro/LC_MESSAGES/wesnoth-ei.mo +share/locale/ro/LC_MESSAGES/wesnoth-httt.mo +share/locale/ro/LC_MESSAGES/wesnoth-lib.mo +share/locale/ro/LC_MESSAGES/wesnoth-tb.mo +share/locale/ro/LC_MESSAGES/wesnoth-trow.mo +share/locale/ro/LC_MESSAGES/wesnoth-tsg.mo +share/locale/ro/LC_MESSAGES/wesnoth-tutorial.mo +share/locale/ro/LC_MESSAGES/wesnoth-utbs.mo +share/locale/ro/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-tb.mo share/locale/ru/LC_MESSAGES/wesnoth-trow.mo +share/locale/ru/LC_MESSAGES/wesnoth-tsg.mo +share/locale/ru/LC_MESSAGES/wesnoth-tutorial.mo +share/locale/ru/LC_MESSAGES/wesnoth-utbs.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-tb.mo share/locale/sk/LC_MESSAGES/wesnoth-trow.mo +share/locale/sk/LC_MESSAGES/wesnoth-tsg.mo +share/locale/sk/LC_MESSAGES/wesnoth-tutorial.mo +share/locale/sk/LC_MESSAGES/wesnoth-utbs.mo share/locale/sk/LC_MESSAGES/wesnoth.mo +share/locale/sl/LC_MESSAGES/wesnoth-editor.mo +share/locale/sl/LC_MESSAGES/wesnoth-ei.mo +share/locale/sl/LC_MESSAGES/wesnoth-httt.mo +share/locale/sl/LC_MESSAGES/wesnoth-lib.mo +share/locale/sl/LC_MESSAGES/wesnoth-tb.mo +share/locale/sl/LC_MESSAGES/wesnoth-trow.mo +share/locale/sl/LC_MESSAGES/wesnoth-tsg.mo +share/locale/sl/LC_MESSAGES/wesnoth-tutorial.mo +share/locale/sl/LC_MESSAGES/wesnoth-utbs.mo +share/locale/sl/LC_MESSAGES/wesnoth.mo +share/locale/sr/LC_MESSAGES/wesnoth-editor.mo +share/locale/sr/LC_MESSAGES/wesnoth-ei.mo +share/locale/sr/LC_MESSAGES/wesnoth-httt.mo +share/locale/sr/LC_MESSAGES/wesnoth-lib.mo +share/locale/sr/LC_MESSAGES/wesnoth-tb.mo +share/locale/sr/LC_MESSAGES/wesnoth-trow.mo +share/locale/sr/LC_MESSAGES/wesnoth-tsg.mo +share/locale/sr/LC_MESSAGES/wesnoth-tutorial.mo +share/locale/sr/LC_MESSAGES/wesnoth-utbs.mo +share/locale/sr/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-tb.mo share/locale/sv/LC_MESSAGES/wesnoth-trow.mo +share/locale/sv/LC_MESSAGES/wesnoth-tsg.mo +share/locale/sv/LC_MESSAGES/wesnoth-tutorial.mo +share/locale/sv/LC_MESSAGES/wesnoth-utbs.mo share/locale/sv/LC_MESSAGES/wesnoth.mo +share/locale/tl/LC_MESSAGES/wesnoth-editor.mo +share/locale/tl/LC_MESSAGES/wesnoth-ei.mo +share/locale/tl/LC_MESSAGES/wesnoth-httt.mo +share/locale/tl/LC_MESSAGES/wesnoth-lib.mo +share/locale/tl/LC_MESSAGES/wesnoth-tb.mo +share/locale/tl/LC_MESSAGES/wesnoth-trow.mo +share/locale/tl/LC_MESSAGES/wesnoth-tsg.mo +share/locale/tl/LC_MESSAGES/wesnoth-tutorial.mo +share/locale/tl/LC_MESSAGES/wesnoth-utbs.mo +share/locale/tl/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-tb.mo share/locale/tr/LC_MESSAGES/wesnoth-trow.mo +share/locale/tr/LC_MESSAGES/wesnoth-tsg.mo +share/locale/tr/LC_MESSAGES/wesnoth-tutorial.mo +share/locale/tr/LC_MESSAGES/wesnoth-utbs.mo share/locale/tr/LC_MESSAGES/wesnoth.mo +share/locale/zh_CN/LC_MESSAGES/wesnoth-editor.mo +share/locale/zh_CN/LC_MESSAGES/wesnoth-ei.mo +share/locale/zh_CN/LC_MESSAGES/wesnoth-httt.mo +share/locale/zh_CN/LC_MESSAGES/wesnoth-lib.mo +share/locale/zh_CN/LC_MESSAGES/wesnoth-tb.mo +share/locale/zh_CN/LC_MESSAGES/wesnoth-trow.mo +share/locale/zh_CN/LC_MESSAGES/wesnoth-tsg.mo +share/locale/zh_CN/LC_MESSAGES/wesnoth-tutorial.mo +share/locale/zh_CN/LC_MESSAGES/wesnoth-utbs.mo +share/locale/zh_CN/LC_MESSAGES/wesnoth.mo %%DATADIR%%/data/COPYING.txt +%%DATADIR%%/data/abilities.cfg +%%DATADIR%%/data/about.cfg +%%DATADIR%%/data/ais/sample.py %%DATADIR%%/data/amla.cfg +%%DATADIR%%/data/animation-utils.cfg %%DATADIR%%/data/campaigns/Eastern_Invasion.cfg +%%DATADIR%%/data/campaigns/Eastern_Invasion/external_binary_data/images/EI_campaign_image.png +%%DATADIR%%/data/campaigns/Eastern_Invasion/images/portraits/dacyn.png +%%DATADIR%%/data/campaigns/Eastern_Invasion/images/portraits/gweddry.png +%%DATADIR%%/data/campaigns/Eastern_Invasion/images/portraits/konrad_II.png +%%DATADIR%%/data/campaigns/Eastern_Invasion/images/portraits/mal-ravanal.png +%%DATADIR%%/data/campaigns/Eastern_Invasion/images/portraits/owaec.png +%%DATADIR%%/data/campaigns/Eastern_Invasion/images/units/owaec-captain-attack-morningstar.png +%%DATADIR%%/data/campaigns/Eastern_Invasion/images/units/owaec-captain-attack-sword.png +%%DATADIR%%/data/campaigns/Eastern_Invasion/images/units/owaec-captain-defend.png +%%DATADIR%%/data/campaigns/Eastern_Invasion/images/units/owaec-captain-moving.png +%%DATADIR%%/data/campaigns/Eastern_Invasion/images/units/owaec-captain.png +%%DATADIR%%/data/campaigns/Eastern_Invasion/images/units/owaec-commander-attack-morningstar.png +%%DATADIR%%/data/campaigns/Eastern_Invasion/images/units/owaec-commander-attack-sword.png +%%DATADIR%%/data/campaigns/Eastern_Invasion/images/units/owaec-commander-defend.png +%%DATADIR%%/data/campaigns/Eastern_Invasion/images/units/owaec-commander-moving.png +%%DATADIR%%/data/campaigns/Eastern_Invasion/images/units/owaec-commander.png +%%DATADIR%%/data/campaigns/Eastern_Invasion/images/units/owaec-lord-attack-morningstar.png +%%DATADIR%%/data/campaigns/Eastern_Invasion/images/units/owaec-lord-attack-sword.png +%%DATADIR%%/data/campaigns/Eastern_Invasion/images/units/owaec-lord-defend.png +%%DATADIR%%/data/campaigns/Eastern_Invasion/images/units/owaec-lord-moving.png +%%DATADIR%%/data/campaigns/Eastern_Invasion/images/units/owaec-lord.png +%%DATADIR%%/data/campaigns/Eastern_Invasion/images/units/skeletal-dragon-attack-claws1.png +%%DATADIR%%/data/campaigns/Eastern_Invasion/images/units/skeletal-dragon-attack-claws2.png +%%DATADIR%%/data/campaigns/Eastern_Invasion/images/units/skeletal-dragon-attack-claws3.png +%%DATADIR%%/data/campaigns/Eastern_Invasion/images/units/skeletal-dragon-attack-jaw1.png +%%DATADIR%%/data/campaigns/Eastern_Invasion/images/units/skeletal-dragon-attack-jaw2.png +%%DATADIR%%/data/campaigns/Eastern_Invasion/images/units/skeletal-dragon-defend.png +%%DATADIR%%/data/campaigns/Eastern_Invasion/images/units/skeletal-dragon.png +%%DATADIR%%/data/campaigns/Eastern_Invasion/maps/An_Elven_Alliance +%%DATADIR%%/data/campaigns/Eastern_Invasion/maps/An_Unexpected_Appearance +%%DATADIR%%/data/campaigns/Eastern_Invasion/maps/Approaching_Weldyn +%%DATADIR%%/data/campaigns/Eastern_Invasion/maps/Captured +%%DATADIR%%/data/campaigns/Eastern_Invasion/maps/Drowned_Plains +%%DATADIR%%/data/campaigns/Eastern_Invasion/maps/Evacuation +%%DATADIR%%/data/campaigns/Eastern_Invasion/maps/Lake_Vrug +%%DATADIR%%/data/campaigns/Eastern_Invasion/maps/Mal-Ravanals_Capital +%%DATADIR%%/data/campaigns/Eastern_Invasion/maps/Northern_Outpost +%%DATADIR%%/data/campaigns/Eastern_Invasion/maps/The_Arena +%%DATADIR%%/data/campaigns/Eastern_Invasion/maps/The_Crossing +%%DATADIR%%/data/campaigns/Eastern_Invasion/maps/The_Escape_Tunnel +%%DATADIR%%/data/campaigns/Eastern_Invasion/maps/The_Outpost +%%DATADIR%%/data/campaigns/Eastern_Invasion/maps/The_Undead_Border_Patrol +%%DATADIR%%/data/campaigns/Eastern_Invasion/maps/Throne_Room +%%DATADIR%%/data/campaigns/Eastern_Invasion/maps/Training_the_Ogres +%%DATADIR%%/data/campaigns/Eastern_Invasion/maps/Tribal_Warfare +%%DATADIR%%/data/campaigns/Eastern_Invasion/maps/Two_Paths +%%DATADIR%%/data/campaigns/Eastern_Invasion/maps/Undead_Crossing +%%DATADIR%%/data/campaigns/Eastern_Invasion/maps/Weldyn_Besieged +%%DATADIR%%/data/campaigns/Eastern_Invasion/maps/Weldyn_under_Attack +%%DATADIR%%/data/campaigns/Eastern_Invasion/scenarios/01.The_Outpost.cfg +%%DATADIR%%/data/campaigns/Eastern_Invasion/scenarios/02.The_Escape_Tunnel.cfg +%%DATADIR%%/data/campaigns/Eastern_Invasion/scenarios/03.An_Unexpected_Appearance.cfg +%%DATADIR%%/data/campaigns/Eastern_Invasion/scenarios/04a.An_Elven_Alliance.cfg +%%DATADIR%%/data/campaigns/Eastern_Invasion/scenarios/04b.The_Undead_Border_Patrol.cfg +%%DATADIR%%/data/campaigns/Eastern_Invasion/scenarios/04c.Mal-Ravanals_Capital.cfg +%%DATADIR%%/data/campaigns/Eastern_Invasion/scenarios/05.Northern_Outpost.cfg +%%DATADIR%%/data/campaigns/Eastern_Invasion/scenarios/06.Two_Paths.cfg +%%DATADIR%%/data/campaigns/Eastern_Invasion/scenarios/07a.The_Crossing.cfg +%%DATADIR%%/data/campaigns/Eastern_Invasion/scenarios/07b.Undead_Crossing.cfg +%%DATADIR%%/data/campaigns/Eastern_Invasion/scenarios/09.Training_the_Ogres.cfg +%%DATADIR%%/data/campaigns/Eastern_Invasion/scenarios/10.Xenophobia.cfg +%%DATADIR%%/data/campaigns/Eastern_Invasion/scenarios/11.Lake_Vrug.cfg +%%DATADIR%%/data/campaigns/Eastern_Invasion/scenarios/12.Captured.cfg +%%DATADIR%%/data/campaigns/Eastern_Invasion/scenarios/13.Evacuation.cfg +%%DATADIR%%/data/campaigns/Eastern_Invasion/scenarios/14.The_Drowned_Plains.cfg +%%DATADIR%%/data/campaigns/Eastern_Invasion/scenarios/15.Approaching_Weldyn.cfg +%%DATADIR%%/data/campaigns/Eastern_Invasion/scenarios/16.The_Council.cfg +%%DATADIR%%/data/campaigns/Eastern_Invasion/scenarios/17.Weldyn_Under_Attack.cfg +%%DATADIR%%/data/campaigns/Eastern_Invasion/scenarios/18a.The_Duel.cfg +%%DATADIR%%/data/campaigns/Eastern_Invasion/scenarios/18b.Weldyn_Besieged.cfg +%%DATADIR%%/data/campaigns/Eastern_Invasion/units/Horse_Lord.cfg +%%DATADIR%%/data/campaigns/Eastern_Invasion/units/Mounted_Fighter.cfg +%%DATADIR%%/data/campaigns/Eastern_Invasion/units/Mounted_Warrior.cfg +%%DATADIR%%/data/campaigns/Eastern_Invasion/units/Skeletal_Dragon.cfg +%%DATADIR%%/data/campaigns/Eastern_Invasion/utils/deaths.cfg +%%DATADIR%%/data/campaigns/Eastern_Invasion/utils/intro.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/campaigns/Heir_To_The_Throne/external_binary_data/images/HttT_campaign_icon.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/external_binary_data/images/HttT_campaign_image.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/icon_armor.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/portraits/asheviere.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/portraits/delfador.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/portraits/kalenz.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/portraits/konrad-angry.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/portraits/konrad.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/portraits/lisar.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/story/arrival_of_the_heir.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/story/httt_story1.jpg +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/story/httt_story2.jpg +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/story/httt_story3.jpg +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/story/httt_story4.jpg +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/story/httt_story5.jpg +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/story/httt_story6.jpg +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/story/httt_story7.jpg +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/story/httt_story8.jpg +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/story/story6.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/story/story7.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/story/story9.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/cockatrice-attack01.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/cockatrice-attack02.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/cockatrice-attack03.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/cockatrice-attack04.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/cockatrice-attack05.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/cockatrice-attack06.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/cockatrice-attack07.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/cockatrice-attack08.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/cockatrice-attack09.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/cockatrice-attack10.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/cockatrice-attack11.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/cockatrice-attack12.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/cockatrice-attack13.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/cockatrice-defend.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/cockatrice.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/elder-mage-defend.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/elder-mage-melee-1.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/elder-mage-melee-2.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/elder-mage-melee-3.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/elder-mage-melee-4.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/elder-mage-melee-5.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/elder-mage-melee-6.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/elder-mage-ranged.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/elder-mage.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/elvish-high-lord-attack-sword-1.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/elvish-high-lord-attack-sword-2.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/elvish-high-lord-defend.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/elvish-high-lord-defend2.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/elvish-high-lord-magic.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/elvish-high-lord.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/elvish-lord-defend.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/elvish-lord-magic.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/elvish-lord-melee.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/elvish-lord.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/gryphon-sleeping.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/human-battleprincess-attack-1.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/human-battleprincess-attack-2.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/human-battleprincess-attack-3.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/human-battleprincess-attack-4.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/human-battleprincess-attack-5.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/human-battleprincess-defend.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/human-battleprincess-die-1.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/human-battleprincess-die-2.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/human-battleprincess-leading.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/human-battleprincess.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/human-princess-attack-1.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/human-princess-attack-2.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/human-princess-attack-3.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/human-princess-attack-4.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/human-princess-defend.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/human-princess-leading.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/human-princess.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/human-queen-die-1.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/human-queen-die-2.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/human-queen.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/konrad-commander-attack-1.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/konrad-commander-attack-2.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/konrad-commander-attack-3.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/konrad-commander-attack-4.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/konrad-commander-bow-attack1.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/konrad-commander-bow-attack2.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/konrad-commander-bow-attack3.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/konrad-commander-bow-attack4.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/konrad-commander-bow-defend.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/konrad-commander-bow.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/konrad-commander-defend.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/konrad-commander-leading.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/konrad-commander.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/konrad-fighter-attack-1.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/konrad-fighter-attack-2.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/konrad-fighter-defend.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/konrad-fighter.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/konrad-lord-attack-w1.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/konrad-lord-attack-w2.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/konrad-lord-attack-w3.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/konrad-lord-bow-attack1.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/konrad-lord-bow-attack2.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/konrad-lord-bow-attack3.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/konrad-lord-bow-attack4.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/konrad-lord-bow-defend.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/konrad-lord-bow.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/konrad-lord-defend.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/konrad-lord-leading.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/konrad-lord.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/konrad-young-attack.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/konrad-young-defend.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/konrad-young.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/parandra.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/scepter-princess-attack-scepter-1.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/scepter-princess-attack-scepter-2.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/scepter-princess-attack-scepter-3.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/scepter-princess-attack-scepter.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/scepter-princess-attack-sword.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/scepter-princess-defend.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/scepter-princess-leading.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/scepter-princess.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/sea-orc-attack.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/sea-orc-defend.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/sea-orc.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/undead-chocobone-attack.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/undead-chocobone-defend.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/undead-chocobone-die-1.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/undead-chocobone-die-2.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/undead-chocobone-moving.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/undead-chocobone.png +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/maps/A_Choice_Must_Be_Made +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/maps/Battle_for_Wesnoth +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/maps/Bay_of_Pearls +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/maps/Blackwater_Port +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/maps/Crossroads +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/maps/Dwarven_Doors +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/maps/Elves_Besieged +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/maps/Ford_of_Abez +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/maps/Gryphon_Mountain +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/maps/Hasty_Alliance +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/maps/Home_Clan +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/maps/Home_North_Elves +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/maps/Isle_of_Anduin +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/maps/Isle_of_the_Damned +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/maps/Mountain_Pass +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/maps/Muff_Malal_Peninsula +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/maps/Northern_Winter +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/maps/Plunging_Into_the_Darkness +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/maps/Princess_of_Wesnoth +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/maps/Return_to_Wesnoth +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/maps/Sceptre +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/maps/Snow_Plains +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/maps/Swamp_Of_Dread +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/maps/The_Lost_General +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/maps/The_Siege_of_Elensefar +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/maps/Valley_of_Death +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/maps/Valley_of_Statues +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/scenarios/01_Elves_Besieged.cfg +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/scenarios/02_Blackwater_Port.cfg +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/scenarios/03_Isle_of_Anduin.cfg +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/scenarios/04_Bay_of_Pearls.cfg +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/scenarios/05a_Muff_Malal_Peninsula.cfg +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/scenarios/05b_Isle_of_the_Damned.cfg +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/scenarios/06_Siege_of_Elensefar.cfg +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/scenarios/07_Crossroads.cfg +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/scenarios/08_Princess_of_Wesnoth.cfg +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/scenarios/09_Valley_of_Death.cfg +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/scenarios/10_Gryphon_Mountain.cfg +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/scenarios/11_Ford_of_Abez.cfg +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/scenarios/12_Northern_Winter.cfg +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/scenarios/13_Mountain_Pass.cfg +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/scenarios/14_Dwarven_Doors.cfg +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/scenarios/15_Plunging_Into_the_Darkness.cfg +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/scenarios/16_Lost_General.cfg +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/scenarios/17_Hasty_Alliance.cfg +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/scenarios/18_Scepter_of_Fire.cfg +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/scenarios/19_A_Choice_Must_Be_Made.cfg +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/scenarios/20a_Snow_Plains.cfg +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/scenarios/20b_Swamp_Of_Dread.cfg +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/scenarios/21_Home_North_Elves.cfg +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/scenarios/22_Elven_Council.cfg +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/scenarios/23_Valley_of_Statues.cfg +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/scenarios/24_Return_to_Wesnoth.cfg +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/scenarios/25_Test_of_the_Clans.cfg +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/scenarios/26_Battle_for_Wesnoth.cfg +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/scenarios/27_Epilogue.cfg +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/units/Battle_Princess.cfg +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/units/Chocobone.cfg +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/units/Cockatrice.cfg +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/units/Commander.cfg +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/units/Dark_Queen.cfg +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/units/Elder_Mage.cfg +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/units/Elvish_High_Lord.cfg +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/units/Elvish_Lady.cfg +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/units/Elvish_Lord.cfg +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/units/Fighter.cfg +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/units/Lord.cfg +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/units/Princess.cfg +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/units/Sea_Orc.cfg +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/units/Sleeping_Gryphon.cfg +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/units/Youth.cfg +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/utils/bigmap.cfg +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/utils/deaths.cfg +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/utils/httt_utils.cfg +%%DATADIR%%/data/campaigns/Heir_To_The_Throne/utils/intro.cfg +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth.cfg +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/external_binary_data/images/TRoW_campaign_icon.png +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/external_binary_data/images/TRoW_campaign_image.png +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/external_binary_data/images/TRoW_difficulty_easy.png +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/external_binary_data/images/TRoW_difficulty_hard.png +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/external_binary_data/images/TRoW_difficulty_normal.png +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/portraits/addroran.png +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/portraits/aethyr.png +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/portraits/archmage.png +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/portraits/aryad.png +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/portraits/burin.png +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/portraits/dionli.png +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/portraits/edmond.png +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/portraits/eldaric.png +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/portraits/familiar.png +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/portraits/haldric.png +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/portraits/isomithir.png +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/portraits/jessica.png +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/portraits/jevyan.png +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/portraits/knight.png +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/portraits/lady_outlaw.png +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/portraits/lich.png +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/portraits/logalmier.png +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/portraits/rithrandil.png +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/portraits/typhon.png +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/story/east.png +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/story/fall_of_eldaric.png +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/story/prince_finds_wesnoth.png +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/story/rough_landing.png +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/story/story1.png +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/story/the_duel.png +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/story/the_great_continent.png +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/story/the_green_isle.png +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/story/trow-logo.png +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/story/west.png +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/fire-dragon-attack-bite1.png +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/fire-dragon-attack-bite2.png +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/fire-dragon-attack-bite3.png +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/fire-dragon-attack-breath.png +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/fire-dragon-attack-tail.png +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/fire-dragon-defend.png +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/fire-dragon.png +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/kilan_elvish_champion.png +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/neutral-outlaw-princess-attack-sling1.png +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/neutral-outlaw-princess-attack-sling2.png +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/neutral-outlaw-princess-attack-staff1.png +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/neutral-outlaw-princess-attack-staff2.png +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/neutral-outlaw-princess-defend-1-1.png +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/neutral-outlaw-princess-defend-1-2.png +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/neutral-outlaw-princess-defend.png +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/neutral-outlaw-princess.png +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/neutral-outlaw-queen-attack-sling1.png +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/neutral-outlaw-queen-attack-sling2.png +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/neutral-outlaw-queen-attack-staff1.png +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/neutral-outlaw-queen-attack-staff2.png +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/neutral-outlaw-queen-defend-1-1.png +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/neutral-outlaw-queen-defend-1-2.png +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/neutral-outlaw-queen-defend.png +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/neutral-outlaw-queen-leading.png +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/neutral-outlaw-queen.png +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/noble-commander-attack-ranged1.png +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/noble-commander-attack-ranged2.png +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/noble-commander-attack-ranged3.png +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/noble-commander-attack-sword.png +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/noble-commander-bow.png +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/noble-commander-defend.png +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/noble-commander-leading.png +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/noble-commander.png +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/noble-fighter-attack.png +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/noble-fighter-attack2.png +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/noble-fighter-defend.png +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/noble-fighter.png +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/noble-lord-attack-ranged1.png +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/noble-lord-attack-ranged2.png +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/noble-lord-attack-ranged3.png +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/noble-lord-attack-sword.png +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/noble-lord-bow.png +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/noble-lord-defend.png +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/noble-lord-leading.png +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/noble-lord.png +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/noble-youth-attack.png +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/noble-youth-attack2.png +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/noble-youth-defend.png +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/noble-youth.png +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/undead-chocobone-attack.png +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/undead-chocobone-defend.png +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/undead-chocobone-die-1.png +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/undead-chocobone-die-2.png +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/undead-chocobone-moving.png +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/undead-chocobone.png +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/undead-vampirelady-attack.png +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/undead-vampirelady-defend.png +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/undead-vampirelady-range.png +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/undead-vampirelady.png +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/warrior-king-attack1.png +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/warrior-king-attack2.png +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/warrior-king-defend.png +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/warrior-king-leading.png +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/warrior-king.png +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/wose-sapling-attack.png +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/wose-sapling-defend.png +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/wose-sapling.png +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/maps/A_Beach +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/maps/A_Final_Spring +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/maps/A_Harrowing_Escape +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/maps/A_New_Land +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/maps/A_Summer_of_Storms +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/maps/Clearwater_Port +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/maps/Cursed_Isle +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/maps/Elf_Lords +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/maps/Fallen_Lich_Point +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/maps/Peoples_in_Decline +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/maps/Return_of_the_Fleet +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/maps/Rise_of_Wesnoth +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/maps/Rough_Landing +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/maps/Sewer +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/maps/Southbay_in_Winter +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/maps/Temple_in_the_Deep +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/maps/The_Dragon +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/maps/The_Fall +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/maps/The_Midlands +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/maps/The_Oldwood +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/maps/The_Plan +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/maps/The_River_Road +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/maps/The_Vanguard +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/maps/Troll_Hole +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/scenarios/01_A_Summer_of_Storms.cfg +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/scenarios/02_The_Fall.cfg +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/scenarios/03_A_Harrowing_Escape.cfg +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/scenarios/04a_The_River_Road.cfg +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/scenarios/04b_The_Midlands.cfg +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/scenarios/05_The_Oldwood.cfg +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/scenarios/06_Temple_of_the_Deep.cfg +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/scenarios/07_Return_to_Oldwood.cfg +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/scenarios/08_Clearwater_Port.cfg +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/scenarios/09_Fallen_Lich_Point.cfg +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/scenarios/10_Sewer.cfg +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/scenarios/11_Southbay_in_Winter.cfg +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/scenarios/12_A_Final_Spring.cfg +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/scenarios/13_Peoples_in_Decline.cfg +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/scenarios/14_Rough_Landing.cfg +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/scenarios/15_New_Land.cfg +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/scenarios/16_Elf_Lords.cfg +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/scenarios/17a_The_Dragon.cfg +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/scenarios/17b_A_Beach.cfg +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/scenarios/17c_Troll_Hole.cfg +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/scenarios/17d_Cursed_Isle.cfg +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/scenarios/18_A_Spy_in_the_Woods.cfg +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/scenarios/19_The_Vanguard.cfg +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/scenarios/20_Return_of_the_Fleet.cfg +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/scenarios/21_The_Plan.cfg +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/scenarios/22_Rise_of_Wesnoth.cfg +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/scenarios/23_Epilogue.cfg +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/units/Chocobone.cfg +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/units/Fire_Dragon.cfg +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/units/Fireball.cfg +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/units/Noble_Commander.cfg +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/units/Noble_Fighter.cfg +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/units/Noble_Lord.cfg +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/units/Noble_Youth.cfg +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/units/Outlaw_Princess.cfg +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/units/Outlaw_Queen.cfg +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/units/Vampire_Lady.cfg +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/units/Warrior_King.cfg +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/units/Wose_Sapling.cfg +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/utils/trow-deaths.cfg +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/utils/trow-intro.cfg +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/utils/trow-macros.cfg +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/utils/trow-nlmsg.cfg +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/utils/trow-nohome.cfg +%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/utils/trow-noisle.cfg +%%DATADIR%%/data/campaigns/The_South_Guard.cfg +%%DATADIR%%/data/campaigns/The_South_Guard/external_binary_data/images/TSG_campaign_icon.png +%%DATADIR%%/data/campaigns/The_South_Guard/external_binary_data/images/TSG_campaign_image.png +%%DATADIR%%/data/campaigns/The_South_Guard/images/attacks/rectangular_shield.png +%%DATADIR%%/data/campaigns/The_South_Guard/images/attacks/shield.png +%%DATADIR%%/data/campaigns/The_South_Guard/images/chocobone/chocobone-attack.png +%%DATADIR%%/data/campaigns/The_South_Guard/images/chocobone/chocobone-defend.png +%%DATADIR%%/data/campaigns/The_South_Guard/images/chocobone/chocobone-die-1.png +%%DATADIR%%/data/campaigns/The_South_Guard/images/chocobone/chocobone-die-2.png +%%DATADIR%%/data/campaigns/The_South_Guard/images/chocobone/chocobone-moving.png +%%DATADIR%%/data/campaigns/The_South_Guard/images/chocobone/chocobone.png +%%DATADIR%%/data/campaigns/The_South_Guard/images/deoran/dismounted-commander-attack1.png +%%DATADIR%%/data/campaigns/The_South_Guard/images/deoran/dismounted-commander-attack2.png +%%DATADIR%%/data/campaigns/The_South_Guard/images/deoran/dismounted-commander-defend.png +%%DATADIR%%/data/campaigns/The_South_Guard/images/deoran/dismounted-commander.png +%%DATADIR%%/data/campaigns/The_South_Guard/images/deoran/horseman-commander-attack.png +%%DATADIR%%/data/campaigns/The_South_Guard/images/deoran/horseman-commander-defend.png +%%DATADIR%%/data/campaigns/The_South_Guard/images/deoran/horseman-commander-moving.png +%%DATADIR%%/data/campaigns/The_South_Guard/images/deoran/horseman-commander.png +%%DATADIR%%/data/campaigns/The_South_Guard/images/deoran/junior-commander-attack.png +%%DATADIR%%/data/campaigns/The_South_Guard/images/deoran/junior-commander-defend.png +%%DATADIR%%/data/campaigns/The_South_Guard/images/deoran/junior-commander-moving.png +%%DATADIR%%/data/campaigns/The_South_Guard/images/deoran/junior-commander.png +%%DATADIR%%/data/campaigns/The_South_Guard/images/flag/SGflag-1.png +%%DATADIR%%/data/campaigns/The_South_Guard/images/flag/SGflag-2.png +%%DATADIR%%/data/campaigns/The_South_Guard/images/flag/SGflag-3.png +%%DATADIR%%/data/campaigns/The_South_Guard/images/gerrick/assault-commander-attack-shield.png +%%DATADIR%%/data/campaigns/The_South_Guard/images/gerrick/assault-commander-attack.png +%%DATADIR%%/data/campaigns/The_South_Guard/images/gerrick/assault-commander-defend.png +%%DATADIR%%/data/campaigns/The_South_Guard/images/gerrick/assault-commander-leading.png +%%DATADIR%%/data/campaigns/The_South_Guard/images/gerrick/assault-commander.png +%%DATADIR%%/data/campaigns/The_South_Guard/images/gerrick/infantry-commander-attack-shield.png +%%DATADIR%%/data/campaigns/The_South_Guard/images/gerrick/infantry-commander-attack.png +%%DATADIR%%/data/campaigns/The_South_Guard/images/gerrick/infantry-commander-defend.png +%%DATADIR%%/data/campaigns/The_South_Guard/images/gerrick/infantry-commander-leading.png +%%DATADIR%%/data/campaigns/The_South_Guard/images/gerrick/infantry-commander.png +%%DATADIR%%/data/campaigns/The_South_Guard/images/lich/demilich-attack.png +%%DATADIR%%/data/campaigns/The_South_Guard/images/lich/demilich-defend.png +%%DATADIR%%/data/campaigns/The_South_Guard/images/lich/demilich-die-1.png +%%DATADIR%%/data/campaigns/The_South_Guard/images/lich/demilich-die-2.png +%%DATADIR%%/data/campaigns/The_South_Guard/images/lich/demilich-ranged1.png +%%DATADIR%%/data/campaigns/The_South_Guard/images/lich/demilich-ranged2.png +%%DATADIR%%/data/campaigns/The_South_Guard/images/lich/demilich.png +%%DATADIR%%/data/campaigns/The_South_Guard/images/misc/cross.png +%%DATADIR%%/data/campaigns/The_South_Guard/images/misc/dot.png +%%DATADIR%%/data/campaigns/The_South_Guard/images/portraits/deoran-glad.png +%%DATADIR%%/data/campaigns/The_South_Guard/images/portraits/deoran-mad.png +%%DATADIR%%/data/campaigns/The_South_Guard/images/portraits/deoran-sad.png +%%DATADIR%%/data/campaigns/The_South_Guard/images/portraits/deoran.png +%%DATADIR%%/data/campaigns/The_South_Guard/images/portraits/ethiliel-mad.png +%%DATADIR%%/data/campaigns/The_South_Guard/images/portraits/ethiliel.png +%%DATADIR%%/data/campaigns/The_South_Guard/images/portraits/hylas.png +%%DATADIR%%/data/campaigns/The_South_Guard/images/portraits/lich.png +%%DATADIR%%/data/campaigns/The_South_Guard/images/portraits/sir-gerrick.png +%%DATADIR%%/data/campaigns/The_South_Guard/images/portraits/urza-afalas-masked.png +%%DATADIR%%/data/campaigns/The_South_Guard/images/portraits/urza-afalas.png +%%DATADIR%%/data/campaigns/The_South_Guard/images/portraits/urza-mathin.png +%%DATADIR%%/data/campaigns/The_South_Guard/images/story/bigmap.jpg +%%DATADIR%%/data/campaigns/The_South_Guard/images/story/fall.jpg +%%DATADIR%%/data/campaigns/The_South_Guard/images/story/summer.jpg +%%DATADIR%%/data/campaigns/The_South_Guard/images/story/westin.jpg +%%DATADIR%%/data/campaigns/The_South_Guard/images/story/winter.jpg +%%DATADIR%%/data/campaigns/The_South_Guard/maps/1_Born_To_The_Banner +%%DATADIR%%/data/campaigns/The_South_Guard/maps/2_Proven_By_The_Sword +%%DATADIR%%/data/campaigns/The_South_Guard/maps/3_A_Desperate_Errand +%%DATADIR%%/data/campaigns/The_South_Guard/maps/4_Vale_of_Tears +%%DATADIR%%/data/campaigns/The_South_Guard/maps/5_Choice_In_The_Fog +%%DATADIR%%/data/campaigns/The_South_Guard/maps/6a_Tidings_Good_And_Ill +%%DATADIR%%/data/campaigns/The_South_Guard/maps/6b_The_Long_March +%%DATADIR%%/data/campaigns/The_South_Guard/maps/7a_Into_The_Depths +%%DATADIR%%/data/campaigns/The_South_Guard/maps/7b_Pebbles_In_The_Flood +%%DATADIR%%/data/campaigns/The_South_Guard/maps/8a_Vengeance +%%DATADIR%%/data/campaigns/The_South_Guard/maps/8b_The_Tides_of_War +%%DATADIR%%/data/campaigns/The_South_Guard/maps/_Unused/A_Snowy_Mountain +%%DATADIR%%/data/campaigns/The_South_Guard/maps/_Unused/Between_Fire_And_Sword +%%DATADIR%%/data/campaigns/The_South_Guard/maps/_Unused/Finding_The_Elves +%%DATADIR%%/data/campaigns/The_South_Guard/scenarios/1.Born_To_The_Banner.cfg +%%DATADIR%%/data/campaigns/The_South_Guard/scenarios/2.Proven_By_The_Sword.cfg +%%DATADIR%%/data/campaigns/The_South_Guard/scenarios/3.A_Desparate_Errand.cfg +%%DATADIR%%/data/campaigns/The_South_Guard/scenarios/4.Vale_of_Tears.cfg +%%DATADIR%%/data/campaigns/The_South_Guard/scenarios/5.Choice_In_The_Fog.cfg +%%DATADIR%%/data/campaigns/The_South_Guard/scenarios/6a.Tidings_Good_And_Ill.cfg +%%DATADIR%%/data/campaigns/The_South_Guard/scenarios/6b.The_Long_March.cfg +%%DATADIR%%/data/campaigns/The_South_Guard/scenarios/7a.Into_The_Depths.cfg +%%DATADIR%%/data/campaigns/The_South_Guard/scenarios/7b.Pebbles_In_The_Flood.cfg +%%DATADIR%%/data/campaigns/The_South_Guard/scenarios/8a.Vengeance.cfg +%%DATADIR%%/data/campaigns/The_South_Guard/scenarios/8b.The_Tides_of_War.cfg +%%DATADIR%%/data/campaigns/The_South_Guard/scenarios/9a.Elf_Epilogue.cfg +%%DATADIR%%/data/campaigns/The_South_Guard/scenarios/9b.Bandit_Epilogue.cfg +%%DATADIR%%/data/campaigns/The_South_Guard/units/1.Junior_Commander.cfg +%%DATADIR%%/data/campaigns/The_South_Guard/units/2.Horseman_Commander.cfg +%%DATADIR%%/data/campaigns/The_South_Guard/units/3.Dismounted_Commander.cfg +%%DATADIR%%/data/campaigns/The_South_Guard/units/4.Infantry_Commander.cfg +%%DATADIR%%/data/campaigns/The_South_Guard/units/5.Assault_Commander.cfg +%%DATADIR%%/data/campaigns/The_South_Guard/units/Chocobone.cfg +%%DATADIR%%/data/campaigns/The_South_Guard/units/Demilich.cfg +%%DATADIR%%/data/campaigns/The_South_Guard/units/Invisible.cfg +%%DATADIR%%/data/campaigns/The_South_Guard/utils/sg_deaths.cfg +%%DATADIR%%/data/campaigns/The_South_Guard/utils/sg_help.cfg +%%DATADIR%%/data/campaigns/The_South_Guard/utils/sg_story.cfg +%%DATADIR%%/data/campaigns/The_South_Guard/utils/sg_unit_utils.cfg +%%DATADIR%%/data/campaigns/The_South_Guard/utils/sg_utils.cfg +%%DATADIR%%/data/campaigns/Two_Brothers.cfg +%%DATADIR%%/data/campaigns/Two_Brothers/external_binary_data/images/TB_campaign_image.png +%%DATADIR%%/data/campaigns/Two_Brothers/images/arne.png +%%DATADIR%%/data/campaigns/Two_Brothers/images/bjarn.png +%%DATADIR%%/data/campaigns/Two_Brothers/images/terrain/gate1.png +%%DATADIR%%/data/campaigns/Two_Brothers/images/terrain/gate2.png +%%DATADIR%%/data/campaigns/Two_Brothers/images/terrain/gate3.png +%%DATADIR%%/data/campaigns/Two_Brothers/maps/1_Rooting_Out_A_Mage +%%DATADIR%%/data/campaigns/Two_Brothers/maps/2_The_Chase +%%DATADIR%%/data/campaigns/Two_Brothers/maps/3_Guarded_Castle +%%DATADIR%%/data/campaigns/Two_Brothers/maps/4_Return_to_the_Village +%%DATADIR%%/data/campaigns/Two_Brothers/scenarios/1_Rooting_Out_A_Mage.cfg +%%DATADIR%%/data/campaigns/Two_Brothers/scenarios/2_The_Chase.cfg +%%DATADIR%%/data/campaigns/Two_Brothers/scenarios/3_Guarded_Castle.cfg +%%DATADIR%%/data/campaigns/Two_Brothers/scenarios/4_Return_to_the_Village.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/external_binary_data/images/UtBS_campaign_icon.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/external_binary_data/images/UtBS_campaign_image.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/external_binary_data/images/UtBS_difficulty_challenging.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/external_binary_data/images/UtBS_difficulty_hard.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/external_binary_data/images/UtBS_difficulty_normal.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/alien-core-compact.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/alien-core-compact2.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/alien-orb-small-defend.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/alien-orb-small-melee1.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/alien-orb-small-melee2.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/alien-orb-small-ranged1.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/alien-orb-small-ranged2.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/alien-orb-small.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/alien-spire-bottom.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/alien-spire-top.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/ant-attack.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/ant-defend.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/ant.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/attacks/bolas.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/blank.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/corrupted-elf-attack.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/corrupted-elf-defend.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/corrupted-elf.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/crab-attack1.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/crab-attack2.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/crab-defend.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/crab.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/dawarf-growl.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/dawarf-melee-1.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/dawarf-melee-2.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/dawarf.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/demon-attack-1.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/demon-attack-2.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/demon-defend.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/demon.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/dwarf-explorer-attack1.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/dwarf-explorer-attack2.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/dwarf-explorer-attack3.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/dwarf-explorer-attack4.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/dwarf-explorer-defend.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/dwarf-explorer-ranged1.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/dwarf-explorer-ranged2.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/dwarf-explorer-ranged3.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/dwarf-explorer-ranged4.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/dwarf-explorer.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/dwarf-pathfinder-attack1.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/dwarf-pathfinder-attack2.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/dwarf-pathfinder-attack3.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/dwarf-pathfinder-defend.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/dwarf-pathfinder-ranged1.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/dwarf-pathfinder-ranged2.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/dwarf-pathfinder-ranged3.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/dwarf-pathfinder-ranged4.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/dwarf-pathfinder.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/dwarf-scout-attack1.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/dwarf-scout-attack2.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/dwarf-scout-defend.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/dwarf-scout-ranged1.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/dwarf-scout-ranged2.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/dwarf-scout-ranged3.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/dwarf-scout.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/eloh.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/fireghost-attack.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/fireghost-attack2.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/fireghost-death1.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/fireghost-death2.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/fireghost-death3.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/fireghost-death4.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/fireghost-death5.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/fireghost-death6.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/fireghost-defend.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/fireghost-ranged2.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/fireghost.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/flesh-golem.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/human-commander-attack1.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/human-commander-attack2.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/human-commander-defend.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/human-commander-ranged1.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/human-commander-ranged2.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/human-commander.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/items/bones.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/items/bonestack.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/items/burial.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/items/cage.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/items/coffin2.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/items/desert-elvish-druid-statue.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/items/desert-elvish-shyde-statue.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/items/dragonstatue-old.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/items/firesword.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/items/galleon-elf.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/items/galleon-human.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/items/kaleh-dead.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/items/magiccircle-n.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/items/magiccircle-ne.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/items/magiccircle-nw.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/items/magiccircle-s.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/items/magiccircle-se.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/items/magiccircle-sw.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/items/orcish-flag2.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/items/rock-cairn.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/items/rune-lightblue-small.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/items/rune-violet2.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/items/rune2-burning.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/items/rune3-burning.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/items/rune4-burning.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/items/wreck.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/keratur.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/misc/UTBSshot.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/misc/time/10afternoon2.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/misc/time/11dusk2.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/misc/time/12longdark1.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/misc/time/13longdark2.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/misc/time/14longdark3.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/misc/time/15longdark4.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/misc/time/1dawn1.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/misc/time/2morning1.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/misc/time/3midday1.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/misc/time/4afternoon1.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/misc/time/5dusk1.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/misc/time/6shortdark.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/misc/time/7dawn2.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/misc/time/8morning2.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/misc/time/9midday2.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/naga-guardian.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/naga-hunter.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/naga-sentinel.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/naga-warden.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-corrupted-elf-attack.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-corrupted-elf-defend.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-corrupted-elf.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-archer+female-attack.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-archer+female-attack1.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-archer+female-attack2.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-archer+female-attack3.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-archer+female-bow-defend.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-archer+female-bow.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-archer+female-defend.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-archer+female.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-archer-attack.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-archer-attack1.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-archer-attack2.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-archer-attack3.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-archer-bow-defend.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-archer-bow.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-archer-defend.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-archer-die1.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-archer-die2.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-archer-die3.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-archer-die4.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-archer-female-die1.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-archer-female-die2.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-archer-female-die3.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-archer-female-die4.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-archer.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-avenger+female-attack.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-avenger+female-attack1.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-avenger+female-attack2.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-avenger+female-attack3.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-avenger+female-bow-defend.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-avenger+female-bow.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-avenger+female-defend.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-avenger+female.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-avenger-attack.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-avenger-attack1.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-avenger-attack2.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-avenger-attack3.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-avenger-bow-defend.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-avenger-bow.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-avenger-defend.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-avenger-die1.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-avenger-die2.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-avenger-die3.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-avenger-die4.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-avenger.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-captain-attack.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-captain-bow-attack1.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-captain-bow-attack2.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-captain-bow-attack3.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-captain-bow-defend.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-captain-bow.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-captain-defend.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-captain-leading.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-captain.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-champion-attack.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-champion-bow-attack1.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-champion-bow-attack2.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-champion-bow-attack3.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-champion-bow-defend.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-champion-bow.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-champion-defend.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-champion.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-druid-attack.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-druid-defend.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-druid-healing.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-druid-healing1.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-druid-healing2.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-druid-healing3.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-druid-healing4.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-druid-healing5.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-druid-healing6.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-druid-healing7.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-druid-healing8.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-druid-ranged.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-druid.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-fighter-attack.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-fighter-bow-attack1.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-fighter-bow-attack2.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-fighter-bow-attack3.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-fighter-bow-defend.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-fighter-bow.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-fighter-defend.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-fighter.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-hero-attack.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-hero-bow-attack1.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-hero-bow-attack2.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-hero-bow-attack3.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-hero-bow-defend.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-hero-bow.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-hero-defend.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-hero.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-horse-archer-attack.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-horse-archer-defend.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-horse-archer-moving.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-horse-archer-ranged1.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-horse-archer-ranged2.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-horse-archer.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-hunter-defend.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-hunter-melee.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-hunter-ranged-1.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-hunter-ranged-2.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-hunter-ranged-3.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-hunter.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-marksman+female-attack.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-marksman+female-attack1.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-marksman+female-attack2.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-marksman+female-attack3.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-marksman+female-attack4.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-marksman+female-bow-defend.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-marksman+female-bow.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-marksman+female-defend.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-marksman+female.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-marksman-attack.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-marksman-attack1.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-marksman-attack2.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-marksman-attack3.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-marksman-attack4.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-marksman-bow-defend.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-marksman-bow.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-marksman-defend.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-marksman-die1.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-marksman-die2.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-marksman-die3.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-marksman-die4.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-marksman.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-marshal-attack.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-marshal-attack1.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-marshal-attack2.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-marshal-attack3.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-marshal-bow-defend.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-marshal-bow.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-marshal-defend.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-marshal-en-guarde.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-marshal-leading.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-marshal.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-outrider-attack.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-outrider-attack1.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-outrider-attack2.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-outrider-defend.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-outrider-moving.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-outrider.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-prowler-bow-defend.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-prowler-defend.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-prowler-melee1.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-prowler-melee2.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-prowler-ranged1.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-prowler-ranged2.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-prowler-ranged3.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-prowler-ranged4.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-prowler.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-ranger+female-attack.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-ranger+female-attack1.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-ranger+female-attack2.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-ranger+female-attack3.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-ranger+female-bow-defend.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-ranger+female-bow.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-ranger+female-defend.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-ranger+female.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-ranger-attack.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-ranger-attack1.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-ranger-attack2.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-ranger-attack3.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-ranger-bow-defend.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-ranger-bow.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-ranger-defend.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-ranger-die1.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-ranger-die2.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-ranger-die3.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-ranger-die4.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-ranger.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-rider-attack.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-rider-attack1.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-rider-attack2.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-rider-defend.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-rider-moving.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-rider.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-scout-attack.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-scout-attack1.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-scout-attack2.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-scout-defend.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-scout-moving.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-scout.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-sentinel-defend.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-sentinel-melee.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-sentinel-ranged-1.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-sentinel-ranged-2.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-sentinel.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-shaman-attack.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-shaman-attack2.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-shaman-defend.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-shaman-heal1.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-shaman-heal2.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-shaman-heal3.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-shaman-heal4.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-shaman-heal5.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-shaman-heal6.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-shaman-heal7.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-shaman-heal8.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-shaman-heal9.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-shaman.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-sharpshooter+female-attack.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-sharpshooter+female-attack1.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-sharpshooter+female-attack2.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-sharpshooter+female-attack3.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-sharpshooter+female-attack4.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-sharpshooter+female-bow-defend.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-sharpshooter+female-bow.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-sharpshooter+female-defend.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-sharpshooter+female.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-sharpshooter-attack.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-sharpshooter-attack1.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-sharpshooter-attack2.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-sharpshooter-attack3.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-sharpshooter-attack4.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-sharpshooter-bow-defend.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-sharpshooter-bow.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-sharpshooter-defend.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-sharpshooter-die1.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-sharpshooter-die2.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-sharpshooter-die3.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-sharpshooter-die4.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-sharpshooter.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-shyde-defend.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-shyde-ftouch-attack1.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-shyde-ftouch-attack2.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-shyde-ftouch-attack3.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-shyde-healing1.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-shyde-healing10.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-shyde-healing11.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-shyde-healing12.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-shyde-healing2.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-shyde-healing3.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-shyde-healing4.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-shyde-healing5.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-shyde-healing6.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-shyde-healing7.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-shyde-healing8.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-shyde-healing9.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-shyde-ranged.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/desert-elvish-shyde.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/kaleh-defend.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/kaleh-leading.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/kaleh-melee-1.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/kaleh-melee-2.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/kaleh-ranged-1.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/kaleh-ranged-2.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/kaleh-ranged-3.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/kaleh-ranged-4.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/kaleh-ranged-defend.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/kaleh-ranged.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/kaleh.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/nym-defend.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/nym-melee-1.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/nym-melee-2.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/nym-ranged-1.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/nym-ranged-2.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/nym-ranged-3.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves/nym.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/orcish-nightstalker-defend-melee.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/orcish-nightstalker-defend-ranged.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/orcish-nightstalker-melee-1.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/orcish-nightstalker-melee-2.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/orcish-nightstalker-ranged-1.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/orcish-nightstalker-ranged-2.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/orcish-nightstalker.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/portraits/cloaked.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/portraits/eloh.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/portraits/eloh_rage.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/portraits/elyssa.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/portraits/elyssa_silver.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/portraits/esanoo.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/portraits/garak.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/portraits/grog.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/portraits/kaleh.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/portraits/melusand.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/portraits/naga-hunter.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/portraits/nym.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/portraits/rogrimir.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/portraits/uncloaked.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/portraits/zhul.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/projectiles/bola-n.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/projectiles/bola-ne.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/spider-lich.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/terrain/abyss2.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/terrain/abyssbridge2.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/terrain/coast.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/terrain/dark_tile1.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/terrain/dark_tile2.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/terrain/dark_tile3.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/terrain/desert_crater.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/terrain/new_sand_rubble.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/troll-shaman.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/undead-dread-lich-attack.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/undead-dread-lich-attack1.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/undead-dread-lich-attack2.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/undead-dread-lich-attack3.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/undead-dread-lich-attack4.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/undead-dread-lich-defend.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/undead-dread-lich.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/undead-dreadbat-attack.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/undead-dreadbat-defend.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/undead-dreadbat.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/undead-skeletonrider-attack1.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/undead-skeletonrider-attack2.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/undead-skeletonrider-defend.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/undead-skeletonrider-moving.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/undead-skeletonrider.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/undead-sorcerer2-defence.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/undead-sorcerer2-ranged1.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/undead-sorcerer2-ranged2.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/undead-sorcerer2-staff1.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/undead-sorcerer2-staff2.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/undead-sorcerer2.png +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/maps/10Fish2 +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/maps/11Island5 +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/maps/12Final4 +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/maps/13Epilogue +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/maps/1MorningAfter5 +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/maps/2HarshSands12 +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/maps/3Night4 +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/maps/4OrcishFoothills9 +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/maps/5StruggleNew5 +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/maps/6_1TrollMission5 +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/maps/6_2DwarfMission3 +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/maps/7_1DwarfInterlude2 +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/maps/7_2TrollInterlude +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/maps/8Frying8 +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/maps/9Water5 +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/scenarios/10_Fish.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/scenarios/11_Island.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/scenarios/12_Final.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/scenarios/13_Epilogue.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/scenarios/1_Morning_After.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/scenarios/2_Harsh_Sands.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/scenarios/3_Long_Night.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/scenarios/4_Orcish_Foothills.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/scenarios/5_Struggle.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/scenarios/6_1_Hunting_Trolls.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/scenarios/6_2_Hunting_Dwarves.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/scenarios/7_1_DwarfInterlude.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/scenarios/7_2_TrollInterlude.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/scenarios/8_Frying_Pan.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/scenarios/9_Water.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Alien_Body.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Alien_Body2.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Alien_Body3.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Alien_Minion.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Alien_Spire.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Ant.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Blank.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Cave_Spider2.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Confused_Ant.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Corrupted_Elf.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Crab_Man.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Darawf.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Dark_Assassin1.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Dark_Assassin2.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Dark_Assassin3.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Deep_One.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Desert_Archer.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Desert_Avenger.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Desert_Captain.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Desert_Champion.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Desert_Druid.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Desert_Fighter.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Desert_Hero.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Desert_Horseman.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Desert_Hunter.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Desert_Marksman.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Desert_Marshal.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Desert_Outrider.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Desert_Prowler.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Desert_Ranger.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Desert_Rider.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Desert_Scout.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Desert_Sentinel.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Desert_Shaman.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Desert_Sharpshooter.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Desert_Shyde.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Desert_Star.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Divine_Avatar.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Divine_Incarnation.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Dread_Bat.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Dwarvish_Explorer.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Dwarvish_Pathfinder.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Dwarvish_Scout.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Elyssa_Arch_Mage.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Elyssa_Great_Mage.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Elyssa_Red_Mage.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Elyssa_Silver_Mage.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Ethereal_Ghost.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Ethereal_Nightgaunt.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Ethereal_Shadow.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Ethereal_Spectre.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Ethereal_Wraith.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Flesh_Golem.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Garak_Captain.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Garak_Marshal.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Haunt.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Human_Commander.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Ixthala_Demon.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Kaleh_Captain.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Kaleh_Champion.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Kaleh_Fighter.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Kaleh_Hero.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Kaleh_Marshal.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Lava_Monster.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Lava_Monster2.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Lava_Monster3.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Naga_Guardian.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Naga_Hunter.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Naga_Sentinel.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Naga_Warden.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Necromancer2.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Nym_Hunter.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Nym_Prowler.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Nym_Sentinel.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Small_Mudcrawler.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Spider_Lich.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Troll_Shaman.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Troll_Zombie.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Undead_Horseman.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Zhul_Druid.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Zhul_Shyde.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Zhul_Star.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/utils/adjacent_custom.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/utils/deaths.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/utils/deaths2.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/utils/deaths3.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/utils/macros.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/utils/terrain.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/utils/terrain_graphics.cfg +%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/utils/time.cfg %%DATADIR%%/data/convert.pl +%%DATADIR%%/data/english.cfg +%%DATADIR%%/data/factions/alliance_of_darkness.cfg +%%DATADIR%%/data/factions/alliance_of_light.cfg +%%DATADIR%%/data/factions/drakes-aoh.cfg +%%DATADIR%%/data/factions/drakes-default.cfg +%%DATADIR%%/data/factions/knalgans-aoh.cfg +%%DATADIR%%/data/factions/knalgans-default.cfg +%%DATADIR%%/data/factions/loyalists-aoh.cfg +%%DATADIR%%/data/factions/loyalists-default.cfg +%%DATADIR%%/data/factions/northerners-aoh.cfg +%%DATADIR%%/data/factions/northerners-default.cfg +%%DATADIR%%/data/factions/rebels-aoh.cfg +%%DATADIR%%/data/factions/rebels-default.cfg +%%DATADIR%%/data/factions/undead-aoh.cfg +%%DATADIR%%/data/factions/undead-default.cfg %%DATADIR%%/data/fonts.cfg %%DATADIR%%/data/game.cfg %%DATADIR%%/data/help.cfg +%%DATADIR%%/data/hotkeys.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/language.cfg +%%DATADIR%%/data/languages/C.cfg +%%DATADIR%%/data/languages/af_ZA.cfg +%%DATADIR%%/data/languages/bg_BG.cfg +%%DATADIR%%/data/languages/ca_ES.cfg +%%DATADIR%%/data/languages/ca_ES@valencia.cfg +%%DATADIR%%/data/languages/cs_CZ.cfg +%%DATADIR%%/data/languages/da_DK.cfg +%%DATADIR%%/data/languages/de_DE.cfg +%%DATADIR%%/data/languages/el_GR.cfg +%%DATADIR%%/data/languages/en_GB.cfg +%%DATADIR%%/data/languages/eo_XX.cfg +%%DATADIR%%/data/languages/es_ES.cfg +%%DATADIR%%/data/languages/et_EE.cfg +%%DATADIR%%/data/languages/eu_ES.cfg +%%DATADIR%%/data/languages/fi_FI.cfg +%%DATADIR%%/data/languages/fr_FR.cfg +%%DATADIR%%/data/languages/gl_ES.cfg +%%DATADIR%%/data/languages/he_IL.cfg +%%DATADIR%%/data/languages/hu_HU.cfg +%%DATADIR%%/data/languages/it_IT.cfg +%%DATADIR%%/data/languages/ja_JP.cfg +%%DATADIR%%/data/languages/ko_KR.cfg +%%DATADIR%%/data/languages/la_IT.cfg +%%DATADIR%%/data/languages/nb_NO.cfg +%%DATADIR%%/data/languages/nl_NL.cfg +%%DATADIR%%/data/languages/pl_PL.cfg +%%DATADIR%%/data/languages/pt_BR.cfg +%%DATADIR%%/data/languages/pt_PT.cfg +%%DATADIR%%/data/languages/ro_RO.cfg +%%DATADIR%%/data/languages/ru_RU.cfg +%%DATADIR%%/data/languages/sk_SK.cfg +%%DATADIR%%/data/languages/sl_SI.cfg +%%DATADIR%%/data/languages/sr_CS.cfg +%%DATADIR%%/data/languages/sv_SE.cfg +%%DATADIR%%/data/languages/tl_PH.cfg +%%DATADIR%%/data/languages/tr_TR.cfg +%%DATADIR%%/data/languages/zh_CN.cfg +%%DATADIR%%/data/maps/multiplayer/2p_Blitz +%%DATADIR%%/data/maps/multiplayer/2p_Caves_of_the_Basilisk +%%DATADIR%%/data/maps/multiplayer/2p_Charge +%%DATADIR%%/data/maps/multiplayer/2p_Cynsaun_Battlefield %%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/2p_Wesbowl +%%DATADIR%%/data/maps/multiplayer/3p_Island_of_the_Horatii %%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_Blue_Water_Province +%%DATADIR%%/data/maps/multiplayer/4p_Castle_Hopping_Isle +%%DATADIR%%/data/maps/multiplayer/4p_Clash +%%DATADIR%%/data/maps/multiplayer/4p_Isars_Cross +%%DATADIR%%/data/maps/multiplayer/4p_King_of_the_Hill %%DATADIR%%/data/maps/multiplayer/4p_Lagoon +%%DATADIR%%/data/maps/multiplayer/4p_Loris_River +%%DATADIR%%/data/maps/multiplayer/4p_Morituri +%%DATADIR%%/data/maps/multiplayer/4p_Paths_of_Daggers +%%DATADIR%%/data/maps/multiplayer/4p_Siege_Castles %%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/maps/multiplayer/5p_Forest_of_Fear +%%DATADIR%%/data/maps/multiplayer/6p_Amohsad_Caldera +%%DATADIR%%/data/maps/multiplayer/6p_Crusaders_Field +%%DATADIR%%/data/maps/multiplayer/6p_Hexcake +%%DATADIR%%/data/maps/multiplayer/6p_Waterloo_Sunset +%%DATADIR%%/data/maps/multiplayer/8p_Morituri +%%DATADIR%%/data/maps/multiplayer/9p_Merkwuerdigliebe %%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_Caves_of_the_Basilisk.cfg %%DATADIR%%/data/scenarios/multiplayer/2p_Charge.cfg +%%DATADIR%%/data/scenarios/multiplayer/2p_Cynsaun_Battlefield.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 @@ -363,31 +1608,38 @@ share/locale/tr/LC_MESSAGES/wesnoth.mo %%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_Island_of_the_Horatii.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_Blue_Water_Province.cfg +%%DATADIR%%/data/scenarios/multiplayer/4p_Castle_Hopping_Isle.cfg %%DATADIR%%/data/scenarios/multiplayer/4p_Clash.cfg +%%DATADIR%%/data/scenarios/multiplayer/4p_Isars_Cross.cfg %%DATADIR%%/data/scenarios/multiplayer/4p_King_of_the_Hill.cfg %%DATADIR%%/data/scenarios/multiplayer/4p_Lagoon.cfg +%%DATADIR%%/data/scenarios/multiplayer/4p_Loris_River.cfg +%%DATADIR%%/data/scenarios/multiplayer/4p_Morituri.cfg +%%DATADIR%%/data/scenarios/multiplayer/4p_Paths_of_Daggers.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/5p_Forest_of_Fear.cfg +%%DATADIR%%/data/scenarios/multiplayer/6p_Amohsad_Caldera.cfg +%%DATADIR%%/data/scenarios/multiplayer/6p_Crusaders_Field.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/6p_Waterloo_Sunset.cfg +%%DATADIR%%/data/scenarios/multiplayer/8p_Morituri.cfg +%%DATADIR%%/data/scenarios/multiplayer/9p_Merkwuerdigliebe.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/scenarios/multiplayer/Wesbench_AI.cfg +%%DATADIR%%/data/scenarios/multiplayer/Wesbench_Scroll.cfg +%%DATADIR%%/data/scenarios/multiplayer/Wesbench_Shroud_Walk.cfg %%DATADIR%%/data/schedules.cfg +%%DATADIR%%/data/sound-utils.cfg +%%DATADIR%%/data/special-notes.cfg +%%DATADIR%%/data/team-colors.cfg %%DATADIR%%/data/terrain-graphics.cfg %%DATADIR%%/data/terrain-graphics/adjacent.cfg %%DATADIR%%/data/terrain-graphics/base.cfg @@ -396,13 +1648,17 @@ share/locale/tr/LC_MESSAGES/wesnoth.mo %%DATADIR%%/data/terrain-graphics/canyon.cfg %%DATADIR%%/data/terrain-graphics/castle-transitions.cfg %%DATADIR%%/data/terrain-graphics/castles.cfg +%%DATADIR%%/data/terrain-graphics/caves.cfg +%%DATADIR%%/data/terrain-graphics/forestcastle.cfg %%DATADIR%%/data/terrain-graphics/forests.cfg +%%DATADIR%%/data/terrain-graphics/mountains.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/themes/macros.cfg %%DATADIR%%/data/tips.cfg %%DATADIR%%/data/tools/exploder/castle-concave.cfg %%DATADIR%%/data/tools/exploder/castle-convex.cfg @@ -424,34 +1680,41 @@ share/locale/tr/LC_MESSAGES/wesnoth.mo %%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/tutorial/images/portraits/delfador.png +%%DATADIR%%/data/tutorial/images/portraits/konrad.png +%%DATADIR%%/data/tutorial/images/portraits/lisar.png +%%DATADIR%%/data/tutorial/images/units/elder-mage-defend.png +%%DATADIR%%/data/tutorial/images/units/elder-mage-melee-1.png +%%DATADIR%%/data/tutorial/images/units/elder-mage-melee-2.png +%%DATADIR%%/data/tutorial/images/units/elder-mage-melee-3.png +%%DATADIR%%/data/tutorial/images/units/elder-mage-melee-4.png +%%DATADIR%%/data/tutorial/images/units/elder-mage-melee-5.png +%%DATADIR%%/data/tutorial/images/units/elder-mage-melee-6.png +%%DATADIR%%/data/tutorial/images/units/elder-mage-ranged.png +%%DATADIR%%/data/tutorial/images/units/elder-mage.png +%%DATADIR%%/data/tutorial/images/units/human-junior-princess-attack.png +%%DATADIR%%/data/tutorial/images/units/human-junior-princess-defend.png +%%DATADIR%%/data/tutorial/images/units/human-junior-princess.png +%%DATADIR%%/data/tutorial/images/units/konrad-fighter-attack-1.png +%%DATADIR%%/data/tutorial/images/units/konrad-fighter-attack-2.png +%%DATADIR%%/data/tutorial/images/units/konrad-fighter-defend.png +%%DATADIR%%/data/tutorial/images/units/konrad-fighter.png +%%DATADIR%%/data/tutorial/images/units/quintain-attack1.png +%%DATADIR%%/data/tutorial/images/units/quintain-attack2.png +%%DATADIR%%/data/tutorial/images/units/quintain.png +%%DATADIR%%/data/tutorial/maps/2_Tutorial +%%DATADIR%%/data/tutorial/scenarios/1_Tutorial.cfg +%%DATADIR%%/data/tutorial/scenarios/2_Speaking.cfg +%%DATADIR%%/data/tutorial/scenarios/2_Tutorial.cfg +%%DATADIR%%/data/tutorial/scenarios/utils.cfg +%%DATADIR%%/data/tutorial/units/Elder_Mage.cfg +%%DATADIR%%/data/tutorial/units/Fighter.cfg +%%DATADIR%%/data/tutorial/units/Fighteress.cfg +%%DATADIR%%/data/tutorial/units/Quintain.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/Boat_Galleon.cfg +%%DATADIR%%/data/units/Boat_Pirate_Galleon.cfg +%%DATADIR%%/data/units/Boat_Transport_Galleon.cfg %%DATADIR%%/data/units/Drake_Blademaster.cfg %%DATADIR%%/data/units/Drake_Burner.cfg %%DATADIR%%/data/units/Drake_Clasher.cfg @@ -468,9 +1731,6 @@ share/locale/tr/LC_MESSAGES/wesnoth.mo %%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 @@ -483,8 +1743,6 @@ share/locale/tr/LC_MESSAGES/wesnoth.mo %%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 @@ -493,9 +1751,6 @@ share/locale/tr/LC_MESSAGES/wesnoth.mo %%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 @@ -507,52 +1762,65 @@ share/locale/tr/LC_MESSAGES/wesnoth.mo %%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_Direwolf_Rider.cfg %%DATADIR%%/data/units/Goblin_Impaler.cfg %%DATADIR%%/data/units/Goblin_Knight.cfg %%DATADIR%%/data/units/Goblin_Pillager.cfg +%%DATADIR%%/data/units/Goblin_Rouser.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/Goblin_Wolf_Rider.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/Human_Horse_Grand_Knight.cfg +%%DATADIR%%/data/units/Human_Horse_Knight.cfg +%%DATADIR%%/data/units/Human_Horse_Lancer.cfg +%%DATADIR%%/data/units/Human_Horse_Paladin.cfg +%%DATADIR%%/data/units/Human_Horseman.cfg +%%DATADIR%%/data/units/Human_Loyalist_Bowman.cfg +%%DATADIR%%/data/units/Human_Loyalist_Cavalier.cfg +%%DATADIR%%/data/units/Human_Loyalist_Cavalryman.cfg +%%DATADIR%%/data/units/Human_Loyalist_Dragoon.cfg +%%DATADIR%%/data/units/Human_Loyalist_Duelist.cfg +%%DATADIR%%/data/units/Human_Loyalist_Fencer.cfg +%%DATADIR%%/data/units/Human_Loyalist_General.cfg +%%DATADIR%%/data/units/Human_Loyalist_Grand_Marshal.cfg +%%DATADIR%%/data/units/Human_Loyalist_Halberdier.cfg +%%DATADIR%%/data/units/Human_Loyalist_Heavy_Infantryman.cfg +%%DATADIR%%/data/units/Human_Loyalist_Iron_Mauler.cfg +%%DATADIR%%/data/units/Human_Loyalist_Javelineer.cfg +%%DATADIR%%/data/units/Human_Loyalist_Lieutenant.cfg +%%DATADIR%%/data/units/Human_Loyalist_Longbowman.cfg +%%DATADIR%%/data/units/Human_Loyalist_Master_Bowman.cfg +%%DATADIR%%/data/units/Human_Loyalist_Master_at_Arms.cfg +%%DATADIR%%/data/units/Human_Loyalist_Pikeman.cfg +%%DATADIR%%/data/units/Human_Loyalist_Royal_Guard.cfg +%%DATADIR%%/data/units/Human_Loyalist_Sergeant.cfg +%%DATADIR%%/data/units/Human_Loyalist_Shock_Trooper.cfg +%%DATADIR%%/data/units/Human_Loyalist_Spearman.cfg +%%DATADIR%%/data/units/Human_Loyalist_Swordsman.cfg +%%DATADIR%%/data/units/Human_Mage.cfg +%%DATADIR%%/data/units/Human_Mage_Arch.cfg +%%DATADIR%%/data/units/Human_Mage_Great.cfg +%%DATADIR%%/data/units/Human_Mage_Red.cfg +%%DATADIR%%/data/units/Human_Mage_Silver.cfg +%%DATADIR%%/data/units/Human_Mage_White.cfg +%%DATADIR%%/data/units/Human_Mage_of_Light.cfg +%%DATADIR%%/data/units/Human_Outlaw.cfg +%%DATADIR%%/data/units/Human_Outlaw_Assassin.cfg +%%DATADIR%%/data/units/Human_Outlaw_Bandit.cfg +%%DATADIR%%/data/units/Human_Outlaw_Footpad.cfg +%%DATADIR%%/data/units/Human_Outlaw_Poacher.cfg +%%DATADIR%%/data/units/Human_Outlaw_Rogue.cfg +%%DATADIR%%/data/units/Human_Outlaw_Thief.cfg +%%DATADIR%%/data/units/Human_Outlaw_Thug.cfg +%%DATADIR%%/data/units/Human_Outlaw_Trapper.cfg +%%DATADIR%%/data/units/Human_Peasant.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 @@ -562,194 +1830,172 @@ share/locale/tr/LC_MESSAGES/wesnoth.mo %%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/Monster_Cave_Spider.cfg +%%DATADIR%%/data/units/Monster_Cuttle_Fish.cfg +%%DATADIR%%/data/units/Monster_Giant_Mudcrawler.cfg +%%DATADIR%%/data/units/Monster_Giant_Scorpion.cfg +%%DATADIR%%/data/units/Monster_Mudcrawler.cfg +%%DATADIR%%/data/units/Monster_Sea_Serpent.cfg +%%DATADIR%%/data/units/Monster_Tentacle.cfg +%%DATADIR%%/data/units/Monster_Yeti.cfg +%%DATADIR%%/data/units/Naga_Fighter.cfg +%%DATADIR%%/data/units/Naga_Myrmidon.cfg +%%DATADIR%%/data/units/Naga_Warrior.cfg %%DATADIR%%/data/units/Ogre.cfg +%%DATADIR%%/data/units/Ogre_Young.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_Augur.cfg %%DATADIR%%/data/units/Saurian_Flanker.cfg -%%DATADIR%%/data/units/Saurian_Icecaster.cfg +%%DATADIR%%/data/units/Saurian_Oracle.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_Great.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/Undead_Bat_Blood.cfg +%%DATADIR%%/data/units/Undead_Bat_Vampire.cfg +%%DATADIR%%/data/units/Undead_Corpse_Ghoul.cfg +%%DATADIR%%/data/units/Undead_Corpse_Necrophage.cfg +%%DATADIR%%/data/units/Undead_Corpse_Soulless.cfg +%%DATADIR%%/data/units/Undead_Corpse_Walking.cfg +%%DATADIR%%/data/units/Undead_Necro_Ancient_Lich.cfg +%%DATADIR%%/data/units/Undead_Necro_Dark_Adept.cfg +%%DATADIR%%/data/units/Undead_Necro_Dark_Sorcerer.cfg +%%DATADIR%%/data/units/Undead_Necro_Lich.cfg +%%DATADIR%%/data/units/Undead_Necromancer.cfg +%%DATADIR%%/data/units/Undead_Skele_Bone_Shooter.cfg +%%DATADIR%%/data/units/Undead_Skele_Death_Knight.cfg +%%DATADIR%%/data/units/Undead_Skele_Deathblade.cfg +%%DATADIR%%/data/units/Undead_Skele_Draug.cfg +%%DATADIR%%/data/units/Undead_Skele_Revenant.cfg +%%DATADIR%%/data/units/Undead_Skele_Soul_Shooter.cfg +%%DATADIR%%/data/units/Undead_Skeleton.cfg +%%DATADIR%%/data/units/Undead_Skeleton_Archer.cfg +%%DATADIR%%/data/units/Undead_Spirit_Ghost.cfg +%%DATADIR%%/data/units/Undead_Spirit_Nightgaunt.cfg +%%DATADIR%%/data/units/Undead_Spirit_Shadow.cfg +%%DATADIR%%/data/units/Undead_Spirit_Spectre.cfg +%%DATADIR%%/data/units/Undead_Spirit_Wraith.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/units/Wose_Ancient.cfg +%%DATADIR%%/data/units/Wose_Elder.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%%/fonts/FreeSans.ttf %%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/blank.png +%%DATADIR%%/images/attacks/bow-elven-magic.png +%%DATADIR%%/images/attacks/bow-elven.png +%%DATADIR%%/images/attacks/bow-orcish.png %%DATADIR%%/images/attacks/bow.png +%%DATADIR%%/images/attacks/chakram.png +%%DATADIR%%/images/attacks/claws-animal.png +%%DATADIR%%/images/attacks/claws-drake.png +%%DATADIR%%/images/attacks/claws-flaming.png +%%DATADIR%%/images/attacks/claws-undead.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/crossbow-human.png +%%DATADIR%%/images/attacks/crossbow-orcish.png +%%DATADIR%%/images/attacks/crush-wose.png %%DATADIR%%/images/attacks/curse.png -%%DATADIR%%/images/attacks/dagger.png +%%DATADIR%%/images/attacks/dagger-human.png +%%DATADIR%%/images/attacks/dagger-orcish.png +%%DATADIR%%/images/attacks/dagger-thrown-human.png +%%DATADIR%%/images/attacks/dagger-thrown-poison-human.png +%%DATADIR%%/images/attacks/dagger-thrown-poison-orcish.png +%%DATADIR%%/images/attacks/dagger-undead.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/faerie-fire.png +%%DATADIR%%/images/attacks/fangs-animal.png +%%DATADIR%%/images/attacks/fangs-spider.png %%DATADIR%%/images/attacks/fangs.png +%%DATADIR%%/images/attacks/fire-breath-drake.png %%DATADIR%%/images/attacks/fireball.png -%%DATADIR%%/images/attacks/fireclaws.png +%%DATADIR%%/images/attacks/fist-human.png +%%DATADIR%%/images/attacks/fist-skeletal.png +%%DATADIR%%/images/attacks/fist-troll.png +%%DATADIR%%/images/attacks/fist-yeti.png %%DATADIR%%/images/attacks/fist.png %%DATADIR%%/images/attacks/frenzy.png %%DATADIR%%/images/attacks/gaze.png +%%DATADIR%%/images/attacks/greatsword-human.png +%%DATADIR%%/images/attacks/greatsword-orcish.png %%DATADIR%%/images/attacks/halberd.png +%%DATADIR%%/images/attacks/hammer-troll.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/javelin-human.png +%%DATADIR%%/images/attacks/javelin-orcish.png %%DATADIR%%/images/attacks/lance.png %%DATADIR%%/images/attacks/lightbeam.png -%%DATADIR%%/images/attacks/lightingbolt.png -%%DATADIR%%/images/attacks/longbow.png +%%DATADIR%%/images/attacks/lightning.png %%DATADIR%%/images/attacks/mace.png -%%DATADIR%%/images/attacks/missile.png -%%DATADIR%%/images/attacks/morning_star.png +%%DATADIR%%/images/attacks/magic-missile.png +%%DATADIR%%/images/attacks/morning-star.png %%DATADIR%%/images/attacks/mud-glob.png -%%DATADIR%%/images/attacks/paladinsword.png +%%DATADIR%%/images/attacks/net.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/quarterstaff.png +%%DATADIR%%/images/attacks/rectangular-shield.png +%%DATADIR%%/images/attacks/sabre-human.png +%%DATADIR%%/images/attacks/scimitar.png +%%DATADIR%%/images/attacks/slam-drake.png %%DATADIR%%/images/attacks/sling.png +%%DATADIR%%/images/attacks/spear-orcish.png %%DATADIR%%/images/attacks/spear.png -%%DATADIR%%/images/attacks/staff.png +%%DATADIR%%/images/attacks/staff-magic.png +%%DATADIR%%/images/attacks/staff-necromantic.png +%%DATADIR%%/images/attacks/staff-plague.png %%DATADIR%%/images/attacks/sting.png -%%DATADIR%%/images/attacks/sword.png +%%DATADIR%%/images/attacks/sword-elven.png +%%DATADIR%%/images/attacks/sword-flaming.png +%%DATADIR%%/images/attacks/sword-holy.png +%%DATADIR%%/images/attacks/sword-human.png +%%DATADIR%%/images/attacks/sword-orcish.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/touch-faerie.png +%%DATADIR%%/images/attacks/touch-undead.png +%%DATADIR%%/images/attacks/touch-zombie.png %%DATADIR%%/images/attacks/trident.png %%DATADIR%%/images/attacks/wail.png %%DATADIR%%/images/attacks/waterspray.png %%DATADIR%%/images/attacks/web.png +%%DATADIR%%/images/attacks/whip.png %%DATADIR%%/images/attacks/woodensword.png +%%DATADIR%%/images/buttons/action-button-active.png +%%DATADIR%%/images/buttons/action-button-pressed.png +%%DATADIR%%/images/buttons/action-button.png %%DATADIR%%/images/buttons/button-active.png %%DATADIR%%/images/buttons/button-pressed.png %%DATADIR%%/images/buttons/button.png @@ -777,9 +2023,24 @@ share/locale/tr/LC_MESSAGES/wesnoth.mo %%DATADIR%%/images/buttons/lite_small-active.png %%DATADIR%%/images/buttons/lite_small-pressed.png %%DATADIR%%/images/buttons/lite_small.png +%%DATADIR%%/images/buttons/menu-button-active.png +%%DATADIR%%/images/buttons/menu-button-pressed.png +%%DATADIR%%/images/buttons/menu-button.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/pause-active.png +%%DATADIR%%/images/buttons/pause-pressed.png +%%DATADIR%%/images/buttons/pause.png +%%DATADIR%%/images/buttons/play-active.png +%%DATADIR%%/images/buttons/play-pressed.png +%%DATADIR%%/images/buttons/play-side-active.png +%%DATADIR%%/images/buttons/play-side-pressed.png +%%DATADIR%%/images/buttons/play-side.png +%%DATADIR%%/images/buttons/play-turn-active.png +%%DATADIR%%/images/buttons/play-turn-pressed.png +%%DATADIR%%/images/buttons/play-turn.png +%%DATADIR%%/images/buttons/play.png %%DATADIR%%/images/buttons/redo_button_editor-active.png %%DATADIR%%/images/buttons/redo_button_editor-pressed.png %%DATADIR%%/images/buttons/redo_button_editor.png @@ -800,6 +2061,9 @@ share/locale/tr/LC_MESSAGES/wesnoth.mo %%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/stop-active.png +%%DATADIR%%/images/buttons/stop-pressed.png +%%DATADIR%%/images/buttons/stop.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 @@ -815,222 +2079,18 @@ share/locale/tr/LC_MESSAGES/wesnoth.mo %%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-alt.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-alt.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 @@ -1040,362 +2100,6 @@ share/locale/tr/LC_MESSAGES/wesnoth.mo %%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 @@ -1403,38 +2107,57 @@ share/locale/tr/LC_MESSAGES/wesnoth.mo %%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/elven/druid-healing1.png +%%DATADIR%%/images/halo/elven/druid-healing2.png +%%DATADIR%%/images/halo/elven/druid-healing3.png +%%DATADIR%%/images/halo/elven/druid-healing4.png +%%DATADIR%%/images/halo/elven/druid-healing5.png +%%DATADIR%%/images/halo/elven/druid-healing6.png +%%DATADIR%%/images/halo/elven/druid-healing7.png +%%DATADIR%%/images/halo/elven/druid-healing8.png +%%DATADIR%%/images/halo/elven/faerie-fire-halo1.png +%%DATADIR%%/images/halo/elven/faerie-fire-halo2.png +%%DATADIR%%/images/halo/elven/faerie-fire-halo3.png +%%DATADIR%%/images/halo/elven/faerie-fire-halo4.png +%%DATADIR%%/images/halo/elven/faerie-fire-halo5.png +%%DATADIR%%/images/halo/elven/faerie-fire-halo6.png +%%DATADIR%%/images/halo/elven/faerie-fire-halo7.png +%%DATADIR%%/images/halo/elven/ice-halo1.png +%%DATADIR%%/images/halo/elven/ice-halo2.png +%%DATADIR%%/images/halo/elven/ice-halo3.png +%%DATADIR%%/images/halo/elven/ice-halo4.png +%%DATADIR%%/images/halo/elven/ice-halo5.png +%%DATADIR%%/images/halo/elven/ice-halo6.png +%%DATADIR%%/images/halo/elven/ice-halo7.png +%%DATADIR%%/images/halo/elven/ice-halo8.png +%%DATADIR%%/images/halo/elven/ice-halo9.png +%%DATADIR%%/images/halo/elven/nature-halo1.png +%%DATADIR%%/images/halo/elven/nature-halo2.png +%%DATADIR%%/images/halo/elven/nature-halo3.png +%%DATADIR%%/images/halo/elven/nature-halo4.png +%%DATADIR%%/images/halo/elven/nature-halo5.png +%%DATADIR%%/images/halo/elven/nature-halo6.png +%%DATADIR%%/images/halo/elven/nature-halo7.png +%%DATADIR%%/images/halo/elven/nature-halo8.png +%%DATADIR%%/images/halo/elven/shyde-stationary-halo1.png +%%DATADIR%%/images/halo/elven/shyde-stationary-halo2.png +%%DATADIR%%/images/halo/elven/shyde-stationary-halo3.png +%%DATADIR%%/images/halo/elven/shyde-stationary-halo4.png +%%DATADIR%%/images/halo/elven/shyde-stationary-halo5.png +%%DATADIR%%/images/halo/elven/shyde-stationary-halo6.png %%DATADIR%%/images/halo/lighthouse-aura.png +%%DATADIR%%/images/halo/lightning-bolt-1-1.png +%%DATADIR%%/images/halo/lightning-bolt-1-2.png +%%DATADIR%%/images/halo/lightning-bolt-1-3.png +%%DATADIR%%/images/halo/lightning-bolt-1-4.png +%%DATADIR%%/images/halo/lightning-bolt-2-1.png +%%DATADIR%%/images/halo/lightning-bolt-2-2.png +%%DATADIR%%/images/halo/lightning-bolt-2-3.png +%%DATADIR%%/images/halo/lightning-bolt-2-4.png +%%DATADIR%%/images/halo/lightning-bolt-3-1.png +%%DATADIR%%/images/halo/lightning-bolt-3-2.png +%%DATADIR%%/images/halo/lightning-bolt-3-3.png +%%DATADIR%%/images/halo/lightning-bolt-3-4.png %%DATADIR%%/images/halo/mage-halo1.png %%DATADIR%%/images/halo/mage-halo2-big.png %%DATADIR%%/images/halo/mage-halo2.png @@ -1452,13 +2175,8 @@ share/locale/tr/LC_MESSAGES/wesnoth.mo %%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/saurian-magic-halo.png +%%DATADIR%%/images/halo/siren-naia-touch-halo.png %%DATADIR%%/images/halo/white-cleric-aura.png %%DATADIR%%/images/halo/white-mage-halo1.png %%DATADIR%%/images/halo/white-mage-halo2.png @@ -1478,203 +2196,48 @@ share/locale/tr/LC_MESSAGES/wesnoth.mo %%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-multiplayer.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/armor.png %%DATADIR%%/images/items/ball-blue.png %%DATADIR%%/images/items/ball-green.png +%%DATADIR%%/images/items/ball.png %%DATADIR%%/images/items/barrel.png +%%DATADIR%%/images/items/bones.png %%DATADIR%%/images/items/book1.png %%DATADIR%%/images/items/book2.png %%DATADIR%%/images/items/book3.png %%DATADIR%%/images/items/book4.png +%%DATADIR%%/images/items/book5.png %%DATADIR%%/images/items/box.png +%%DATADIR%%/images/items/cage.png %%DATADIR%%/images/items/castle-ruins.png %%DATADIR%%/images/items/chest-plain-closed.png %%DATADIR%%/images/items/chest-plain-open.png +%%DATADIR%%/images/items/chest.png %%DATADIR%%/images/items/dragonstatue.png +%%DATADIR%%/images/items/dummy.png %%DATADIR%%/images/items/fire.png +%%DATADIR%%/images/items/fire2.png +%%DATADIR%%/images/items/fire3.png +%%DATADIR%%/images/items/fire4.png +%%DATADIR%%/images/items/flame-sword.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/holy-water.png %%DATADIR%%/images/items/leanto.png %%DATADIR%%/images/items/lighthouse.png %%DATADIR%%/images/items/monolith1.png @@ -1696,197 +2259,55 @@ share/locale/tr/LC_MESSAGES/wesnoth.mo %%DATADIR%%/images/items/rock2.png %%DATADIR%%/images/items/rock3.png %%DATADIR%%/images/items/rock4.png +%%DATADIR%%/images/items/sceptre-of-fire.png %%DATADIR%%/images/items/signpost.png %%DATADIR%%/images/items/slab.png +%%DATADIR%%/images/items/staff.png +%%DATADIR%%/images/items/storm-trident.png +%%DATADIR%%/images/items/trapdoor.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/northlands.jpg +%%DATADIR%%/images/maps/wesnoth-httt.jpg %%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/ball-ally.png +%%DATADIR%%/images/misc/ball-enemy.png +%%DATADIR%%/images/misc/ball-moved.png +%%DATADIR%%/images/misc/ball-partmoved.png +%%DATADIR%%/images/misc/ball-unmoved.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/bar-energy.png +%%DATADIR%%/images/misc/blank-hex.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/dwarven-doors.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/ellipse-bottom.png +%%DATADIR%%/images/misc/ellipse-hero-bottom.png +%%DATADIR%%/images/misc/ellipse-hero-selected-bottom.png +%%DATADIR%%/images/misc/ellipse-hero-selected-top.png +%%DATADIR%%/images/misc/ellipse-hero-top.png +%%DATADIR%%/images/misc/ellipse-leader-bottom.png +%%DATADIR%%/images/misc/ellipse-leader-selected-bottom.png +%%DATADIR%%/images/misc/ellipse-leader-selected-top.png +%%DATADIR%%/images/misc/ellipse-leader-top.png +%%DATADIR%%/images/misc/ellipse-nozoc-bottom.png +%%DATADIR%%/images/misc/ellipse-nozoc-selected-bottom.png +%%DATADIR%%/images/misc/ellipse-nozoc-selected-top.png +%%DATADIR%%/images/misc/ellipse-nozoc-top.png +%%DATADIR%%/images/misc/ellipse-selected-bottom.png +%%DATADIR%%/images/misc/ellipse-selected-top.png +%%DATADIR%%/images/misc/ellipse-top.png %%DATADIR%%/images/misc/experimental-rightside.png %%DATADIR%%/images/misc/eye.png %%DATADIR%%/images/misc/folder-icon.png @@ -1900,15 +2321,14 @@ share/locale/tr/LC_MESSAGES/wesnoth.mo %%DATADIR%%/images/misc/foot-right-nw-slow.png %%DATADIR%%/images/misc/foot-right-nw.png %%DATADIR%%/images/misc/gold.png +%%DATADIR%%/images/misc/hero-icon.png +%%DATADIR%%/images/misc/icon-advance.png +%%DATADIR%%/images/misc/icon-amla-fullheal.png +%%DATADIR%%/images/misc/icon-amla-tough-3.png +%%DATADIR%%/images/misc/icon-amla-tough.png +%%DATADIR%%/images/misc/icon-ellipsis.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 @@ -1939,12 +2359,17 @@ share/locale/tr/LC_MESSAGES/wesnoth.mo %%DATADIR%%/images/misc/menu2-border-top.png %%DATADIR%%/images/misc/menu2-border-topleft.png %%DATADIR%%/images/misc/menu2-border-topright.png +%%DATADIR%%/images/misc/mine.png %%DATADIR%%/images/misc/minimap.png +%%DATADIR%%/images/misc/nest-empty.png +%%DATADIR%%/images/misc/nest-full.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/rocks.png +%%DATADIR%%/images/misc/sand-clock.png %%DATADIR%%/images/misc/schedule-afternoon.png %%DATADIR%%/images/misc/schedule-dawn.png %%DATADIR%%/images/misc/schedule-dusk.png @@ -1953,320 +2378,139 @@ share/locale/tr/LC_MESSAGES/wesnoth.mo %%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/selection-border-botleft.png +%%DATADIR%%/images/misc/selection-border-botright.png +%%DATADIR%%/images/misc/selection-border-bottom.png +%%DATADIR%%/images/misc/selection-border-left.png +%%DATADIR%%/images/misc/selection-border-right.png +%%DATADIR%%/images/misc/selection-border-top.png +%%DATADIR%%/images/misc/selection-border-topleft.png +%%DATADIR%%/images/misc/selection-border-topright.png +%%DATADIR%%/images/misc/selection2-background.png +%%DATADIR%%/images/misc/selection2-border-botleft.png +%%DATADIR%%/images/misc/selection2-border-botright.png +%%DATADIR%%/images/misc/selection2-border-bottom.png +%%DATADIR%%/images/misc/selection2-border-left.png +%%DATADIR%%/images/misc/selection2-border-right.png +%%DATADIR%%/images/misc/selection2-border-top.png +%%DATADIR%%/images/misc/selection2-border-topleft.png +%%DATADIR%%/images/misc/selection2-border-topright.png %%DATADIR%%/images/misc/slowed.png +%%DATADIR%%/images/misc/snowbits.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/temple.png %%DATADIR%%/images/misc/timeofday.png -%%DATADIR%%/images/misc/title.png +%%DATADIR%%/images/misc/tod-bright.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/trash.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/portraits/Alex_Jarocha-Ernst/drake-burner.png +%%DATADIR%%/images/portraits/Alex_Jarocha-Ernst/drake-clasher.png +%%DATADIR%%/images/portraits/Alex_Jarocha-Ernst/drake-fighter.png +%%DATADIR%%/images/portraits/Alex_Jarocha-Ernst/drake-glider.png +%%DATADIR%%/images/portraits/Alex_Jarocha-Ernst/elvish-shaman.png +%%DATADIR%%/images/portraits/Alex_Jarocha-Ernst/ghoul.png +%%DATADIR%%/images/portraits/Alex_Jarocha-Ernst/mermaid-initiate.png +%%DATADIR%%/images/portraits/Alex_Jarocha-Ernst/merman-fighter.png +%%DATADIR%%/images/portraits/Alex_Jarocha-Ernst/merman-hunter.png +%%DATADIR%%/images/portraits/Alex_Jarocha-Ernst/naga-fighter.png +%%DATADIR%%/images/portraits/Alex_Jarocha-Ernst/nagini-fighter.png +%%DATADIR%%/images/portraits/Alex_Jarocha-Ernst/orcish-assassin.png +%%DATADIR%%/images/portraits/Alex_Jarocha-Ernst/saurian-augur.png +%%DATADIR%%/images/portraits/Alex_Jarocha-Ernst/saurian-skirmisher.png +%%DATADIR%%/images/portraits/James_Woo/assassin.png +%%DATADIR%%/images/portraits/James_Woo/dwarf-guard.png +%%DATADIR%%/images/portraits/James_Woo/orc-warlord.png +%%DATADIR%%/images/portraits/James_Woo/orc-warlord2.png +%%DATADIR%%/images/portraits/James_Woo/orc-warlord3.png +%%DATADIR%%/images/portraits/James_Woo/orc-warlord4.png +%%DATADIR%%/images/portraits/James_Woo/orc-warlord5.png +%%DATADIR%%/images/portraits/James_Woo/troll.png +%%DATADIR%%/images/portraits/Jason_Lutes/human-bandit.png +%%DATADIR%%/images/portraits/Jason_Lutes/human-grand-knight.png +%%DATADIR%%/images/portraits/Jason_Lutes/human-halberdier.png +%%DATADIR%%/images/portraits/Jason_Lutes/human-highwayman.png +%%DATADIR%%/images/portraits/Jason_Lutes/human-horseman.png +%%DATADIR%%/images/portraits/Jason_Lutes/human-javelineer.png +%%DATADIR%%/images/portraits/Jason_Lutes/human-knight.png +%%DATADIR%%/images/portraits/Jason_Lutes/human-lancer.png +%%DATADIR%%/images/portraits/Jason_Lutes/human-paladin.png +%%DATADIR%%/images/portraits/Jason_Lutes/human-peasant.png +%%DATADIR%%/images/portraits/Jason_Lutes/human-pikeman.png +%%DATADIR%%/images/portraits/Jason_Lutes/human-royalguard.png +%%DATADIR%%/images/portraits/Jason_Lutes/human-spearman.png +%%DATADIR%%/images/portraits/Jason_Lutes/human-swordsman.png +%%DATADIR%%/images/portraits/Jason_Lutes/human-thug.png +%%DATADIR%%/images/portraits/Neoriceisgood/dwarvish_berzerker.png +%%DATADIR%%/images/portraits/Neoriceisgood/orcish_grunt.png +%%DATADIR%%/images/portraits/Neoriceisgood/orcish_leader.png +%%DATADIR%%/images/portraits/Neoriceisgood/orcish_shaman_old.png +%%DATADIR%%/images/portraits/Nicholas_Kerpan/human-poacher.png +%%DATADIR%%/images/portraits/Nicholas_Kerpan/human-thief.png +%%DATADIR%%/images/portraits/Other/scorpion.png +%%DATADIR%%/images/portraits/Other/silver_mage.png +%%DATADIR%%/images/portraits/Pekka_Aikio/human-bowman.png +%%DATADIR%%/images/portraits/Pekka_Aikio/human-longbowman.png +%%DATADIR%%/images/portraits/Tristan_Millner/dwarven-fighter.png %%DATADIR%%/images/projectiles/bone-n.png %%DATADIR%%/images/projectiles/bone-ne.png %%DATADIR%%/images/projectiles/bullet.png +%%DATADIR%%/images/projectiles/chakram.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/fire-breath-n-1.png +%%DATADIR%%/images/projectiles/fire-breath-n-2.png +%%DATADIR%%/images/projectiles/fire-breath-n-3.png +%%DATADIR%%/images/projectiles/fire-breath-n-4.png +%%DATADIR%%/images/projectiles/fire-breath-n-5.png +%%DATADIR%%/images/projectiles/fire-breath-ne-1.png +%%DATADIR%%/images/projectiles/fire-breath-ne-2.png +%%DATADIR%%/images/projectiles/fire-breath-ne-3.png +%%DATADIR%%/images/projectiles/fire-breath-ne-4.png +%%DATADIR%%/images/projectiles/fire-breath-ne-5.png +%%DATADIR%%/images/projectiles/fire-breath-s-1.png +%%DATADIR%%/images/projectiles/fire-breath-s-2.png +%%DATADIR%%/images/projectiles/fire-breath-s-3.png +%%DATADIR%%/images/projectiles/fire-breath-s-4.png +%%DATADIR%%/images/projectiles/fire-breath-s-5.png +%%DATADIR%%/images/projectiles/fire-breath-se-1.png +%%DATADIR%%/images/projectiles/fire-breath-se-2.png +%%DATADIR%%/images/projectiles/fire-breath-se-3.png +%%DATADIR%%/images/projectiles/fire-breath-se-4.png +%%DATADIR%%/images/projectiles/fire-breath-se-5.png +%%DATADIR%%/images/projectiles/fireball-n-2.png %%DATADIR%%/images/projectiles/fireball-n.png +%%DATADIR%%/images/projectiles/fireball-nw-2.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-1.png +%%DATADIR%%/images/projectiles/icemissile-n-2.png +%%DATADIR%%/images/projectiles/icemissile-n-3.png +%%DATADIR%%/images/projectiles/icemissile-n-4.png +%%DATADIR%%/images/projectiles/icemissile-n-5.png +%%DATADIR%%/images/projectiles/icemissile-n-6.png +%%DATADIR%%/images/projectiles/icemissile-n-7.png %%DATADIR%%/images/projectiles/icemissile-n.png +%%DATADIR%%/images/projectiles/icemissile-ne-1.png +%%DATADIR%%/images/projectiles/icemissile-ne-2.png +%%DATADIR%%/images/projectiles/icemissile-ne-3.png +%%DATADIR%%/images/projectiles/icemissile-ne-4.png +%%DATADIR%%/images/projectiles/icemissile-ne-5.png +%%DATADIR%%/images/projectiles/icemissile-ne-6.png +%%DATADIR%%/images/projectiles/icemissile-ne-7.png %%DATADIR%%/images/projectiles/icemissile-ne.png %%DATADIR%%/images/projectiles/ink.png %%DATADIR%%/images/projectiles/lightning-bolt.png @@ -2278,10 +2522,6 @@ share/locale/tr/LC_MESSAGES/wesnoth.mo %%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 @@ -2291,129 +2531,44 @@ share/locale/tr/LC_MESSAGES/wesnoth.mo %%DATADIR%%/images/projectiles/stone.png %%DATADIR%%/images/projectiles/thorns-ne.png %%DATADIR%%/images/projectiles/thorns.png +%%DATADIR%%/images/projectiles/wailprojectile-n-1.png +%%DATADIR%%/images/projectiles/wailprojectile-n-2.png +%%DATADIR%%/images/projectiles/wailprojectile-n-3.png +%%DATADIR%%/images/projectiles/wailprojectile-n-4.png +%%DATADIR%%/images/projectiles/wailprojectile-n-5.png +%%DATADIR%%/images/projectiles/wailprojectile-n-6.png +%%DATADIR%%/images/projectiles/wailprojectile-ne-1.png +%%DATADIR%%/images/projectiles/wailprojectile-ne-2.png +%%DATADIR%%/images/projectiles/wailprojectile-ne-3.png +%%DATADIR%%/images/projectiles/wailprojectile-ne-4.png +%%DATADIR%%/images/projectiles/wailprojectile-ne-5.png +%%DATADIR%%/images/projectiles/wailprojectile-ne-6.png +%%DATADIR%%/images/projectiles/wailprojectile-s-1.png +%%DATADIR%%/images/projectiles/wailprojectile-s-2.png +%%DATADIR%%/images/projectiles/wailprojectile-s-3.png +%%DATADIR%%/images/projectiles/wailprojectile-s-4.png +%%DATADIR%%/images/projectiles/wailprojectile-s-5.png +%%DATADIR%%/images/projectiles/wailprojectile-s-6.png +%%DATADIR%%/images/projectiles/wailprojectile-se-1.png +%%DATADIR%%/images/projectiles/wailprojectile-se-2.png +%%DATADIR%%/images/projectiles/wailprojectile-se-3.png +%%DATADIR%%/images/projectiles/wailprojectile-se-4.png +%%DATADIR%%/images/projectiles/wailprojectile-se-5.png +%%DATADIR%%/images/projectiles/wailprojectile-se-6.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-joint-n-se-sw.png +%%DATADIR%%/images/terrain/bridge-joint-n-se.png +%%DATADIR%%/images/terrain/bridge-joint-n-sw.png +%%DATADIR%%/images/terrain/bridge-joint-ne-nw.png +%%DATADIR%%/images/terrain/bridge-joint-ne-s-nw.png +%%DATADIR%%/images/terrain/bridge-joint-ne-s.png +%%DATADIR%%/images/terrain/bridge-joint-s-nw.png +%%DATADIR%%/images/terrain/bridge-joint-se-sw.png %%DATADIR%%/images/terrain/bridge-n-end.png %%DATADIR%%/images/terrain/bridge-n-s-tile.png %%DATADIR%%/images/terrain/bridge-n-s.png @@ -2432,36 +2587,6 @@ share/locale/tr/LC_MESSAGES/wesnoth.mo %%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 @@ -2478,8 +2603,18 @@ share/locale/tr/LC_MESSAGES/wesnoth.mo %%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-to-ice-n.png +%%DATADIR%%/images/terrain/castle-to-ice-ne.png +%%DATADIR%%/images/terrain/castle-to-ice-nw.png +%%DATADIR%%/images/terrain/castle-to-water-n.png +%%DATADIR%%/images/terrain/castle-to-water-ne.png +%%DATADIR%%/images/terrain/castle-to-water-nw.png %%DATADIR%%/images/terrain/castle-walls.tmpl %%DATADIR%%/images/terrain/castle.png +%%DATADIR%%/images/terrain/cave-beam-tile.png +%%DATADIR%%/images/terrain/cave-beam1.png +%%DATADIR%%/images/terrain/cave-beam2.png +%%DATADIR%%/images/terrain/cave-beam3.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 @@ -2505,7 +2640,15 @@ share/locale/tr/LC_MESSAGES/wesnoth.mo %%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/cave-hills-n.png +%%DATADIR%%/images/terrain/cave-hills-ne.png +%%DATADIR%%/images/terrain/cave-hills-nw.png +%%DATADIR%%/images/terrain/cave-hills-s.png +%%DATADIR%%/images/terrain/cave-hills-se.png +%%DATADIR%%/images/terrain/cave-hills-sw.png +%%DATADIR%%/images/terrain/cave-hills-variation1.png +%%DATADIR%%/images/terrain/cave-hills-variation2.png +%%DATADIR%%/images/terrain/cave-hills-variation3.png %%DATADIR%%/images/terrain/cavewall-concave-e.png %%DATADIR%%/images/terrain/cavewall-concave-ne.png %%DATADIR%%/images/terrain/cavewall-concave-nw.png @@ -2519,6 +2662,50 @@ share/locale/tr/LC_MESSAGES/wesnoth.mo %%DATADIR%%/images/terrain/cavewall-convex-sw.png %%DATADIR%%/images/terrain/cavewall-convex-w.png %%DATADIR%%/images/terrain/cavewall.png +%%DATADIR%%/images/terrain/chasm-concave-e.png +%%DATADIR%%/images/terrain/chasm-concave-ne.png +%%DATADIR%%/images/terrain/chasm-concave-nw.png +%%DATADIR%%/images/terrain/chasm-concave-se.png +%%DATADIR%%/images/terrain/chasm-concave-sw.png +%%DATADIR%%/images/terrain/chasm-concave-w.png +%%DATADIR%%/images/terrain/chasm-convex-e.png +%%DATADIR%%/images/terrain/chasm-convex-ne.png +%%DATADIR%%/images/terrain/chasm-convex-nw.png +%%DATADIR%%/images/terrain/chasm-convex-se.png +%%DATADIR%%/images/terrain/chasm-convex-sw.png +%%DATADIR%%/images/terrain/chasm-convex-w.png +%%DATADIR%%/images/terrain/chasm-dcastle-ccw-e.png +%%DATADIR%%/images/terrain/chasm-dcastle-ccw-ne.png +%%DATADIR%%/images/terrain/chasm-dcastle-ccw-nw.png +%%DATADIR%%/images/terrain/chasm-dcastle-ccw-se.png +%%DATADIR%%/images/terrain/chasm-dcastle-ccw-sw.png +%%DATADIR%%/images/terrain/chasm-dcastle-ccw-w.png +%%DATADIR%%/images/terrain/chasm-dcastle-concave-e.png +%%DATADIR%%/images/terrain/chasm-dcastle-concave-ne.png +%%DATADIR%%/images/terrain/chasm-dcastle-concave-nw.png +%%DATADIR%%/images/terrain/chasm-dcastle-concave-se.png +%%DATADIR%%/images/terrain/chasm-dcastle-concave-sw.png +%%DATADIR%%/images/terrain/chasm-dcastle-concave-w.png +%%DATADIR%%/images/terrain/chasm-dcastle-convex-e.png +%%DATADIR%%/images/terrain/chasm-dcastle-convex-ne.png +%%DATADIR%%/images/terrain/chasm-dcastle-convex-nw.png +%%DATADIR%%/images/terrain/chasm-dcastle-convex-se.png +%%DATADIR%%/images/terrain/chasm-dcastle-convex-sw.png +%%DATADIR%%/images/terrain/chasm-dcastle-convex-w.png +%%DATADIR%%/images/terrain/chasm-dcastle-cw-e.png +%%DATADIR%%/images/terrain/chasm-dcastle-cw-ne.png +%%DATADIR%%/images/terrain/chasm-dcastle-cw-nw.png +%%DATADIR%%/images/terrain/chasm-dcastle-cw-se.png +%%DATADIR%%/images/terrain/chasm-dcastle-cw-sw.png +%%DATADIR%%/images/terrain/chasm-dcastle-cw-w.png +%%DATADIR%%/images/terrain/chasm-tile.png +%%DATADIR%%/images/terrain/chasm.png +%%DATADIR%%/images/terrain/cloud-tile.png +%%DATADIR%%/images/terrain/cloud1_1.png +%%DATADIR%%/images/terrain/cloud1_2.png +%%DATADIR%%/images/terrain/cloud1_3.png +%%DATADIR%%/images/terrain/cloud2_2.png +%%DATADIR%%/images/terrain/cloud3_2.png %%DATADIR%%/images/terrain/coast-n.png %%DATADIR%%/images/terrain/coast-ne.png %%DATADIR%%/images/terrain/coast-nw.png @@ -2529,9 +2716,11 @@ share/locale/tr/LC_MESSAGES/wesnoth.mo %%DATADIR%%/images/terrain/coast2.png %%DATADIR%%/images/terrain/coast3.png %%DATADIR%%/images/terrain/dawn.png +%%DATADIR%%/images/terrain/desert-hills-n-ne.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-sw.png %%DATADIR%%/images/terrain/desert-hills-s.png %%DATADIR%%/images/terrain/desert-hills-se.png %%DATADIR%%/images/terrain/desert-hills-sw.png @@ -2654,10 +2843,8 @@ share/locale/tr/LC_MESSAGES/wesnoth.mo %%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 @@ -2672,29 +2859,13 @@ share/locale/tr/LC_MESSAGES/wesnoth.mo %%DATADIR%%/images/terrain/encampment-convex-sw.png %%DATADIR%%/images/terrain/encampment-convex-w.png %%DATADIR%%/images/terrain/encampment-tile.png +%%DATADIR%%/images/terrain/flag-1.png +%%DATADIR%%/images/terrain/flag-2.png +%%DATADIR%%/images/terrain/flag-3.png +%%DATADIR%%/images/terrain/flag-4.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 @@ -2716,6 +2887,12 @@ share/locale/tr/LC_MESSAGES/wesnoth.mo %%DATADIR%%/images/terrain/fog-sw-nw.png %%DATADIR%%/images/terrain/fog-sw.png %%DATADIR%%/images/terrain/fog.png +%%DATADIR%%/images/terrain/ford-n.png +%%DATADIR%%/images/terrain/ford-ne.png +%%DATADIR%%/images/terrain/ford-nw.png +%%DATADIR%%/images/terrain/ford-s.png +%%DATADIR%%/images/terrain/ford-se.png +%%DATADIR%%/images/terrain/ford-sw.png %%DATADIR%%/images/terrain/ford.png %%DATADIR%%/images/terrain/ford2.png %%DATADIR%%/images/terrain/forest-castle-n.png @@ -2731,13 +2908,7 @@ share/locale/tr/LC_MESSAGES/wesnoth.mo %%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 @@ -2749,12 +2920,14 @@ share/locale/tr/LC_MESSAGES/wesnoth.mo %%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-r5.png +%%DATADIR%%/images/terrain/grassland-r6.png +%%DATADIR%%/images/terrain/grassland-r7.png +%%DATADIR%%/images/terrain/grassland-r8.png %%DATADIR%%/images/terrain/grassland-rocks1.png %%DATADIR%%/images/terrain/grassland-rocks2.png %%DATADIR%%/images/terrain/grassland-s-sw-nw.png @@ -2762,44 +2935,50 @@ share/locale/tr/LC_MESSAGES/wesnoth.mo %%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-s.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-sw.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-se.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-n.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-nw.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-ne.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/great-tree-tile.png +%%DATADIR%%/images/terrain/great-tree1.png +%%DATADIR%%/images/terrain/great-tree2.png +%%DATADIR%%/images/terrain/great-tree3.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-sw.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 @@ -2816,6 +2995,22 @@ share/locale/tr/LC_MESSAGES/wesnoth.mo %%DATADIR%%/images/terrain/ice-se.png %%DATADIR%%/images/terrain/ice-sw-nw.png %%DATADIR%%/images/terrain/ice-sw.png +%%DATADIR%%/images/terrain/ice-to-water-n-ne-se-s.png +%%DATADIR%%/images/terrain/ice-to-water-n-ne.png +%%DATADIR%%/images/terrain/ice-to-water-n.png +%%DATADIR%%/images/terrain/ice-to-water-ne-se.png +%%DATADIR%%/images/terrain/ice-to-water-ne.png +%%DATADIR%%/images/terrain/ice-to-water-nw-n-ne.png +%%DATADIR%%/images/terrain/ice-to-water-nw-n.png +%%DATADIR%%/images/terrain/ice-to-water-nw.png +%%DATADIR%%/images/terrain/ice-to-water-s-sw-nw-n.png +%%DATADIR%%/images/terrain/ice-to-water-s-sw.png +%%DATADIR%%/images/terrain/ice-to-water-s.png +%%DATADIR%%/images/terrain/ice-to-water-se-s-sw.png +%%DATADIR%%/images/terrain/ice-to-water-se-s.png +%%DATADIR%%/images/terrain/ice-to-water-se.png +%%DATADIR%%/images/terrain/ice-to-water-sw-nw.png +%%DATADIR%%/images/terrain/ice-to-water-sw.png %%DATADIR%%/images/terrain/ice.png %%DATADIR%%/images/terrain/ice2.png %%DATADIR%%/images/terrain/ice3.png @@ -2854,6 +3049,78 @@ share/locale/tr/LC_MESSAGES/wesnoth.mo %%DATADIR%%/images/terrain/keep-wall-sw.png %%DATADIR%%/images/terrain/keep-wall-w.png %%DATADIR%%/images/terrain/keep.png +%%DATADIR%%/images/terrain/lava-chasm-ccw-e.png +%%DATADIR%%/images/terrain/lava-chasm-ccw-ne.png +%%DATADIR%%/images/terrain/lava-chasm-ccw-nw.png +%%DATADIR%%/images/terrain/lava-chasm-ccw-se.png +%%DATADIR%%/images/terrain/lava-chasm-ccw-sw.png +%%DATADIR%%/images/terrain/lava-chasm-ccw-w.png +%%DATADIR%%/images/terrain/lava-chasm-concave-e.png +%%DATADIR%%/images/terrain/lava-chasm-concave-ne.png +%%DATADIR%%/images/terrain/lava-chasm-concave-nw.png +%%DATADIR%%/images/terrain/lava-chasm-concave-se.png +%%DATADIR%%/images/terrain/lava-chasm-concave-sw.png +%%DATADIR%%/images/terrain/lava-chasm-concave-w.png +%%DATADIR%%/images/terrain/lava-chasm-convex-e.png +%%DATADIR%%/images/terrain/lava-chasm-convex-ne.png +%%DATADIR%%/images/terrain/lava-chasm-convex-nw.png +%%DATADIR%%/images/terrain/lava-chasm-convex-se.png +%%DATADIR%%/images/terrain/lava-chasm-convex-sw.png +%%DATADIR%%/images/terrain/lava-chasm-convex-w.png +%%DATADIR%%/images/terrain/lava-chasm-cw-e.png +%%DATADIR%%/images/terrain/lava-chasm-cw-ne.png +%%DATADIR%%/images/terrain/lava-chasm-cw-nw.png +%%DATADIR%%/images/terrain/lava-chasm-cw-se.png +%%DATADIR%%/images/terrain/lava-chasm-cw-sw.png +%%DATADIR%%/images/terrain/lava-chasm-cw-w.png +%%DATADIR%%/images/terrain/lava-concave-e.png +%%DATADIR%%/images/terrain/lava-concave-ne.png +%%DATADIR%%/images/terrain/lava-concave-nw.png +%%DATADIR%%/images/terrain/lava-concave-se.png +%%DATADIR%%/images/terrain/lava-concave-sw.png +%%DATADIR%%/images/terrain/lava-concave-w.png +%%DATADIR%%/images/terrain/lava-convex-e.png +%%DATADIR%%/images/terrain/lava-convex-ne.png +%%DATADIR%%/images/terrain/lava-convex-nw.png +%%DATADIR%%/images/terrain/lava-convex-se.png +%%DATADIR%%/images/terrain/lava-convex-sw.png +%%DATADIR%%/images/terrain/lava-convex-w.png +%%DATADIR%%/images/terrain/lava-dcastle-ccw-e.png +%%DATADIR%%/images/terrain/lava-dcastle-ccw-ne.png +%%DATADIR%%/images/terrain/lava-dcastle-ccw-nw.png +%%DATADIR%%/images/terrain/lava-dcastle-ccw-se.png +%%DATADIR%%/images/terrain/lava-dcastle-ccw-sw.png +%%DATADIR%%/images/terrain/lava-dcastle-ccw-w.png +%%DATADIR%%/images/terrain/lava-dcastle-chasm-ccw-e.png +%%DATADIR%%/images/terrain/lava-dcastle-chasm-ccw-ne.png +%%DATADIR%%/images/terrain/lava-dcastle-chasm-ccw-nw.png +%%DATADIR%%/images/terrain/lava-dcastle-chasm-ccw-se.png +%%DATADIR%%/images/terrain/lava-dcastle-chasm-ccw-sw.png +%%DATADIR%%/images/terrain/lava-dcastle-chasm-ccw-w.png +%%DATADIR%%/images/terrain/lava-dcastle-chasm-cw-e.png +%%DATADIR%%/images/terrain/lava-dcastle-chasm-cw-ne.png +%%DATADIR%%/images/terrain/lava-dcastle-chasm-cw-nw.png +%%DATADIR%%/images/terrain/lava-dcastle-chasm-cw-se.png +%%DATADIR%%/images/terrain/lava-dcastle-chasm-cw-sw.png +%%DATADIR%%/images/terrain/lava-dcastle-chasm-cw-w.png +%%DATADIR%%/images/terrain/lava-dcastle-concave-e.png +%%DATADIR%%/images/terrain/lava-dcastle-concave-ne.png +%%DATADIR%%/images/terrain/lava-dcastle-concave-nw.png +%%DATADIR%%/images/terrain/lava-dcastle-concave-se.png +%%DATADIR%%/images/terrain/lava-dcastle-concave-sw.png +%%DATADIR%%/images/terrain/lava-dcastle-concave-w.png +%%DATADIR%%/images/terrain/lava-dcastle-convex-e.png +%%DATADIR%%/images/terrain/lava-dcastle-convex-ne.png +%%DATADIR%%/images/terrain/lava-dcastle-convex-nw.png +%%DATADIR%%/images/terrain/lava-dcastle-convex-se.png +%%DATADIR%%/images/terrain/lava-dcastle-convex-sw.png +%%DATADIR%%/images/terrain/lava-dcastle-convex-w.png +%%DATADIR%%/images/terrain/lava-dcastle-cw-e.png +%%DATADIR%%/images/terrain/lava-dcastle-cw-ne.png +%%DATADIR%%/images/terrain/lava-dcastle-cw-nw.png +%%DATADIR%%/images/terrain/lava-dcastle-cw-se.png +%%DATADIR%%/images/terrain/lava-dcastle-cw-sw.png +%%DATADIR%%/images/terrain/lava-dcastle-cw-w.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 @@ -2874,23 +3141,92 @@ share/locale/tr/LC_MESSAGES/wesnoth.mo %%DATADIR%%/images/terrain/lava-sw.png %%DATADIR%%/images/terrain/lava.png %%DATADIR%%/images/terrain/lava2.png +%%DATADIR%%/images/terrain/lava3.png %%DATADIR%%/images/terrain/mask.png -%%DATADIR%%/images/terrain/mine.png +%%DATADIR%%/images/terrain/mountain-tile.png +%%DATADIR%%/images/terrain/mountain5_1.png +%%DATADIR%%/images/terrain/mountain5_2.png +%%DATADIR%%/images/terrain/mountain5_3.png +%%DATADIR%%/images/terrain/mountain6_1.png +%%DATADIR%%/images/terrain/mountain6_2.png +%%DATADIR%%/images/terrain/mountain6_3.png +%%DATADIR%%/images/terrain/mountain_range1_1.png +%%DATADIR%%/images/terrain/mountain_range1_2.png +%%DATADIR%%/images/terrain/mountain_range1_3.png +%%DATADIR%%/images/terrain/mountain_range2_1.png +%%DATADIR%%/images/terrain/mountain_range2_2.png +%%DATADIR%%/images/terrain/mountain_range2_3.png +%%DATADIR%%/images/terrain/mountain_range3_1.png +%%DATADIR%%/images/terrain/mountain_range3_2.png +%%DATADIR%%/images/terrain/mountain_range3_3.png +%%DATADIR%%/images/terrain/mountain_range3_4.png +%%DATADIR%%/images/terrain/mountain_range3_5.png +%%DATADIR%%/images/terrain/mountain_range4_1.png +%%DATADIR%%/images/terrain/mountain_range4_2.png +%%DATADIR%%/images/terrain/mountain_range4_3.png +%%DATADIR%%/images/terrain/mountain_range4_4.png +%%DATADIR%%/images/terrain/mountain_range4_5.png +%%DATADIR%%/images/terrain/mountains-castle-n-ne.png +%%DATADIR%%/images/terrain/mountains-castle-n.png +%%DATADIR%%/images/terrain/mountains-castle-ne.png +%%DATADIR%%/images/terrain/mountains-castle-nw-n.png +%%DATADIR%%/images/terrain/mountains-castle-nw.png +%%DATADIR%%/images/terrain/mountains-castle-s.png +%%DATADIR%%/images/terrain/mountains-castle-se.png +%%DATADIR%%/images/terrain/mountains-castle-sw-nw.png +%%DATADIR%%/images/terrain/mountains-castle-sw.png +%%DATADIR%%/images/terrain/mountains-n-ne.png %%DATADIR%%/images/terrain/mountains-n.png %%DATADIR%%/images/terrain/mountains-ne.png +%%DATADIR%%/images/terrain/mountains-nw-n.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-small-n-ne.png +%%DATADIR%%/images/terrain/mountains-small-n.png +%%DATADIR%%/images/terrain/mountains-small-ne.png +%%DATADIR%%/images/terrain/mountains-small-nw-n.png +%%DATADIR%%/images/terrain/mountains-small-nw.png %%DATADIR%%/images/terrain/mountains.png -%%DATADIR%%/images/terrain/nest-empty.png -%%DATADIR%%/images/terrain/nest-full.png +%%DATADIR%%/images/terrain/mountains2.png +%%DATADIR%%/images/terrain/mountains3.png +%%DATADIR%%/images/terrain/mushrooms-castle-n.png +%%DATADIR%%/images/terrain/mushrooms-castle-ne.png +%%DATADIR%%/images/terrain/mushrooms-castle-nw.png +%%DATADIR%%/images/terrain/mushrooms-castle-s.png +%%DATADIR%%/images/terrain/mushrooms-castle-se.png +%%DATADIR%%/images/terrain/mushrooms-castle-sw.png +%%DATADIR%%/images/terrain/mushrooms-castle.png +%%DATADIR%%/images/terrain/mushrooms-tile.png +%%DATADIR%%/images/terrain/mushrooms.png +%%DATADIR%%/images/terrain/mushrooms2.png +%%DATADIR%%/images/terrain/mushrooms3.png +%%DATADIR%%/images/terrain/mushrooms4.png +%%DATADIR%%/images/terrain/mushrooms5.png +%%DATADIR%%/images/terrain/ocean-n.png +%%DATADIR%%/images/terrain/ocean-ne.png +%%DATADIR%%/images/terrain/ocean-nw.png +%%DATADIR%%/images/terrain/ocean-s.png +%%DATADIR%%/images/terrain/ocean-se.png +%%DATADIR%%/images/terrain/ocean-sw.png %%DATADIR%%/images/terrain/ocean.png %%DATADIR%%/images/terrain/ocean2.png %%DATADIR%%/images/terrain/ocean3.png %%DATADIR%%/images/terrain/out.png +%%DATADIR%%/images/terrain/reed-castle-n.png +%%DATADIR%%/images/terrain/reed-castle-ne.png +%%DATADIR%%/images/terrain/reed-castle-nw.png +%%DATADIR%%/images/terrain/reed-castle-s.png +%%DATADIR%%/images/terrain/reed-castle-se.png +%%DATADIR%%/images/terrain/reed-castle-sw.png +%%DATADIR%%/images/terrain/reed1-small.png +%%DATADIR%%/images/terrain/reed1.png +%%DATADIR%%/images/terrain/reed2-small.png +%%DATADIR%%/images/terrain/reed2.png +%%DATADIR%%/images/terrain/reed3-small.png +%%DATADIR%%/images/terrain/reed3.png +%%DATADIR%%/images/terrain/reed4-small.png +%%DATADIR%%/images/terrain/reed4.png +%%DATADIR%%/images/terrain/reed5.png +%%DATADIR%%/images/terrain/reed6.png %%DATADIR%%/images/terrain/road-n-ne.png %%DATADIR%%/images/terrain/road-n.png %%DATADIR%%/images/terrain/road-ne-se.png @@ -2906,7 +3242,6 @@ share/locale/tr/LC_MESSAGES/wesnoth.mo %%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 @@ -2931,7 +3266,6 @@ share/locale/tr/LC_MESSAGES/wesnoth.mo %%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 @@ -2999,73 +3333,26 @@ share/locale/tr/LC_MESSAGES/wesnoth.mo %%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-ne-se.png +%%DATADIR%%/images/terrain/sand-n-ne.png %%DATADIR%%/images/terrain/sand-n.png +%%DATADIR%%/images/terrain/sand-ne-se-s.png +%%DATADIR%%/images/terrain/sand-ne-se.png %%DATADIR%%/images/terrain/sand-ne.png +%%DATADIR%%/images/terrain/sand-nw-n-ne.png +%%DATADIR%%/images/terrain/sand-nw-n.png %%DATADIR%%/images/terrain/sand-nw.png -%%DATADIR%%/images/terrain/sand-plant.png +%%DATADIR%%/images/terrain/sand-rock1.png +%%DATADIR%%/images/terrain/sand-rock2.png +%%DATADIR%%/images/terrain/sand-rock3.png +%%DATADIR%%/images/terrain/sand-s-sw-nw.png +%%DATADIR%%/images/terrain/sand-s-sw.png %%DATADIR%%/images/terrain/sand-s.png +%%DATADIR%%/images/terrain/sand-se-s-sw.png +%%DATADIR%%/images/terrain/sand-se-s.png %%DATADIR%%/images/terrain/sand-se.png +%%DATADIR%%/images/terrain/sand-sw-nw-n.png +%%DATADIR%%/images/terrain/sand-sw-nw.png %%DATADIR%%/images/terrain/sand-sw.png %%DATADIR%%/images/terrain/sand.png %%DATADIR%%/images/terrain/savanna-n-ne-se.png @@ -3105,6 +3392,8 @@ share/locale/tr/LC_MESSAGES/wesnoth.mo %%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/savanna2.png +%%DATADIR%%/images/terrain/savanna3.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 @@ -3130,6 +3419,28 @@ share/locale/tr/LC_MESSAGES/wesnoth.mo %%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-to-hills-n-ne.png +%%DATADIR%%/images/terrain/snow-hills-to-hills-n.png +%%DATADIR%%/images/terrain/snow-hills-to-hills-ne-se.png +%%DATADIR%%/images/terrain/snow-hills-to-hills-ne.png +%%DATADIR%%/images/terrain/snow-hills-to-hills-nw-n.png +%%DATADIR%%/images/terrain/snow-hills-to-hills-nw.png +%%DATADIR%%/images/terrain/snow-hills-to-hills-s-sw.png +%%DATADIR%%/images/terrain/snow-hills-to-hills-s.png +%%DATADIR%%/images/terrain/snow-hills-to-hills-se-s.png +%%DATADIR%%/images/terrain/snow-hills-to-hills-se.png +%%DATADIR%%/images/terrain/snow-hills-to-hills-sw-nw.png +%%DATADIR%%/images/terrain/snow-hills-to-hills-sw.png +%%DATADIR%%/images/terrain/snow-hills-to-water-n-ne.png +%%DATADIR%%/images/terrain/snow-hills-to-water-n.png +%%DATADIR%%/images/terrain/snow-hills-to-water-ne.png +%%DATADIR%%/images/terrain/snow-hills-to-water-nw-n.png +%%DATADIR%%/images/terrain/snow-hills-to-water-nw.png +%%DATADIR%%/images/terrain/snow-hills-to-water-s-sw.png +%%DATADIR%%/images/terrain/snow-hills-to-water-se-s.png +%%DATADIR%%/images/terrain/snow-hills-to-water-se.png +%%DATADIR%%/images/terrain/snow-hills-to-water-sw-nw.png +%%DATADIR%%/images/terrain/snow-hills-to-water-sw.png %%DATADIR%%/images/terrain/snow-hills.png %%DATADIR%%/images/terrain/snow-hills2.png %%DATADIR%%/images/terrain/snow-hills3.png @@ -3183,7 +3494,8 @@ share/locale/tr/LC_MESSAGES/wesnoth.mo %%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-keep-coast.png +%%DATADIR%%/images/terrain/sunken-keep-ocean.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 @@ -3227,7 +3539,6 @@ share/locale/tr/LC_MESSAGES/wesnoth.mo %%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 @@ -3295,67 +3606,6 @@ share/locale/tr/LC_MESSAGES/wesnoth.mo %%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 @@ -3409,26 +3659,17 @@ share/locale/tr/LC_MESSAGES/wesnoth.mo %%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-tile.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/tent2.png +%%DATADIR%%/images/terrain/tropical-forest-castle-n.png +%%DATADIR%%/images/terrain/tropical-forest-castle-ne.png +%%DATADIR%%/images/terrain/tropical-forest-castle-nw.png +%%DATADIR%%/images/terrain/tropical-forest-castle.png +%%DATADIR%%/images/terrain/tropical-forest-tile.png %%DATADIR%%/images/terrain/tropical-forest.png %%DATADIR%%/images/terrain/tropical-forest2.png %%DATADIR%%/images/terrain/tropical-forest3.png @@ -3439,40 +3680,40 @@ share/locale/tr/LC_MESSAGES/wesnoth.mo %%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-dwarven-tile.png +%%DATADIR%%/images/terrain/village-dwarven.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-snow3.png +%%DATADIR%%/images/terrain/village-elven-snow4.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-elven3.png +%%DATADIR%%/images/terrain/village-elven4.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-snow4.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-human4.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-swampwater2.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 @@ -3494,533 +3735,2149 @@ share/locale/tr/LC_MESSAGES/wesnoth.mo %%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/chasm-convex.png +%%DATADIR%%/images/tools/chasm-exploded-concave.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/units/drakes/blademaster-attack-close1.png +%%DATADIR%%/images/units/drakes/blademaster-attack-close2.png +%%DATADIR%%/images/units/drakes/blademaster-attack-ranged.png +%%DATADIR%%/images/units/drakes/blademaster-defend.png +%%DATADIR%%/images/units/drakes/blademaster-die-1.png +%%DATADIR%%/images/units/drakes/blademaster-die-2.png +%%DATADIR%%/images/units/drakes/blademaster-die-3.png +%%DATADIR%%/images/units/drakes/blademaster-die-4.png +%%DATADIR%%/images/units/drakes/blademaster-die-5.png +%%DATADIR%%/images/units/drakes/blademaster-die-6.png +%%DATADIR%%/images/units/drakes/blademaster-die-7.png +%%DATADIR%%/images/units/drakes/blademaster-flying.png +%%DATADIR%%/images/units/drakes/blademaster.png +%%DATADIR%%/images/units/drakes/burner-attack-close.png +%%DATADIR%%/images/units/drakes/burner-attack-ranged1.png +%%DATADIR%%/images/units/drakes/burner-attack-ranged2.png +%%DATADIR%%/images/units/drakes/burner-defend.png +%%DATADIR%%/images/units/drakes/burner-die-1.png +%%DATADIR%%/images/units/drakes/burner-die-2.png +%%DATADIR%%/images/units/drakes/burner-die-3.png +%%DATADIR%%/images/units/drakes/burner-die-4.png +%%DATADIR%%/images/units/drakes/burner-die-5.png +%%DATADIR%%/images/units/drakes/burner-die-6.png +%%DATADIR%%/images/units/drakes/burner-flying.png +%%DATADIR%%/images/units/drakes/burner.png +%%DATADIR%%/images/units/drakes/clasher-attack-mace.png +%%DATADIR%%/images/units/drakes/clasher-attack-spear.png +%%DATADIR%%/images/units/drakes/clasher-attack-sword.png +%%DATADIR%%/images/units/drakes/clasher-defend.png +%%DATADIR%%/images/units/drakes/clasher-die-1.png +%%DATADIR%%/images/units/drakes/clasher-die-10.png +%%DATADIR%%/images/units/drakes/clasher-die-2.png +%%DATADIR%%/images/units/drakes/clasher-die-3.png +%%DATADIR%%/images/units/drakes/clasher-die-4.png +%%DATADIR%%/images/units/drakes/clasher-die-5.png +%%DATADIR%%/images/units/drakes/clasher-die-6.png +%%DATADIR%%/images/units/drakes/clasher-die-7.png +%%DATADIR%%/images/units/drakes/clasher-die-8.png +%%DATADIR%%/images/units/drakes/clasher-die-9.png +%%DATADIR%%/images/units/drakes/clasher-flying.png +%%DATADIR%%/images/units/drakes/clasher.png +%%DATADIR%%/images/units/drakes/enforcer-die-1.png +%%DATADIR%%/images/units/drakes/enforcer-die-2.png +%%DATADIR%%/images/units/drakes/enforcer-die-3.png +%%DATADIR%%/images/units/drakes/enforcer-die-4.png +%%DATADIR%%/images/units/drakes/enforcer-die-5.png +%%DATADIR%%/images/units/drakes/enforcer-die-6.png +%%DATADIR%%/images/units/drakes/enforcer-die-7.png +%%DATADIR%%/images/units/drakes/enforcer-die-8.png +%%DATADIR%%/images/units/drakes/enforcer.png +%%DATADIR%%/images/units/drakes/fighter-attack-close1.png +%%DATADIR%%/images/units/drakes/fighter-attack-close2.png +%%DATADIR%%/images/units/drakes/fighter-attack-ranged1.png +%%DATADIR%%/images/units/drakes/fighter-attack-ranged2.png +%%DATADIR%%/images/units/drakes/fighter-defend.png +%%DATADIR%%/images/units/drakes/fighter-die-1.png +%%DATADIR%%/images/units/drakes/fighter-die-2.png +%%DATADIR%%/images/units/drakes/fighter-die-3.png +%%DATADIR%%/images/units/drakes/fighter-die-4.png +%%DATADIR%%/images/units/drakes/fighter-die-5.png +%%DATADIR%%/images/units/drakes/fighter-die-6.png +%%DATADIR%%/images/units/drakes/fighter-die-7.png +%%DATADIR%%/images/units/drakes/fighter-die-8.png +%%DATADIR%%/images/units/drakes/fighter-flying.png +%%DATADIR%%/images/units/drakes/fighter.png +%%DATADIR%%/images/units/drakes/fire-attack-close.png +%%DATADIR%%/images/units/drakes/fire-attack-ranged.png +%%DATADIR%%/images/units/drakes/fire-defend.png +%%DATADIR%%/images/units/drakes/fire-die-1.png +%%DATADIR%%/images/units/drakes/fire-die-2.png +%%DATADIR%%/images/units/drakes/fire-die-3.png +%%DATADIR%%/images/units/drakes/fire-die-4.png +%%DATADIR%%/images/units/drakes/fire-die-5.png +%%DATADIR%%/images/units/drakes/fire-die-6.png +%%DATADIR%%/images/units/drakes/fire-die-7.png +%%DATADIR%%/images/units/drakes/fire-flying.png +%%DATADIR%%/images/units/drakes/fire.png +%%DATADIR%%/images/units/drakes/flameheart-attack-close1.png +%%DATADIR%%/images/units/drakes/flameheart-attack-close2.png +%%DATADIR%%/images/units/drakes/flameheart-attack-ranged.png +%%DATADIR%%/images/units/drakes/flameheart-defend.png +%%DATADIR%%/images/units/drakes/flameheart-die-1.png +%%DATADIR%%/images/units/drakes/flameheart-die-2.png +%%DATADIR%%/images/units/drakes/flameheart-die-3.png +%%DATADIR%%/images/units/drakes/flameheart-die-4.png +%%DATADIR%%/images/units/drakes/flameheart-die-5.png +%%DATADIR%%/images/units/drakes/flameheart-die-6.png +%%DATADIR%%/images/units/drakes/flameheart-die-7.png +%%DATADIR%%/images/units/drakes/flameheart-flying.png +%%DATADIR%%/images/units/drakes/flameheart-lead.png +%%DATADIR%%/images/units/drakes/flameheart.png +%%DATADIR%%/images/units/drakes/flare-attack-close.png +%%DATADIR%%/images/units/drakes/flare-attack-ranged.png +%%DATADIR%%/images/units/drakes/flare-defend.png +%%DATADIR%%/images/units/drakes/flare-die-1.png +%%DATADIR%%/images/units/drakes/flare-die-2.png +%%DATADIR%%/images/units/drakes/flare-die-3.png +%%DATADIR%%/images/units/drakes/flare-die-4.png +%%DATADIR%%/images/units/drakes/flare-die-5.png +%%DATADIR%%/images/units/drakes/flare-die-6.png +%%DATADIR%%/images/units/drakes/flare-die-7.png +%%DATADIR%%/images/units/drakes/flare-die-8.png +%%DATADIR%%/images/units/drakes/flare-flying.png +%%DATADIR%%/images/units/drakes/flare-lead.png +%%DATADIR%%/images/units/drakes/flare.png +%%DATADIR%%/images/units/drakes/gladiator-attack-mace.png +%%DATADIR%%/images/units/drakes/gladiator-attack-spear.png +%%DATADIR%%/images/units/drakes/gladiator-attack-sword.png +%%DATADIR%%/images/units/drakes/gladiator-defend.png +%%DATADIR%%/images/units/drakes/gladiator-die-1.png +%%DATADIR%%/images/units/drakes/gladiator-die-2.png +%%DATADIR%%/images/units/drakes/gladiator-die-3.png +%%DATADIR%%/images/units/drakes/gladiator-die-4.png +%%DATADIR%%/images/units/drakes/gladiator-die-5.png +%%DATADIR%%/images/units/drakes/gladiator-die-6.png +%%DATADIR%%/images/units/drakes/gladiator-die-7.png +%%DATADIR%%/images/units/drakes/gladiator-die-8.png +%%DATADIR%%/images/units/drakes/gladiator-flying.png +%%DATADIR%%/images/units/drakes/gladiator.png +%%DATADIR%%/images/units/drakes/glider-attack-close1.png +%%DATADIR%%/images/units/drakes/glider-attack-close2.png +%%DATADIR%%/images/units/drakes/glider-attack-ranged.png +%%DATADIR%%/images/units/drakes/glider-defend.png +%%DATADIR%%/images/units/drakes/glider-die-1.png +%%DATADIR%%/images/units/drakes/glider-die-2.png +%%DATADIR%%/images/units/drakes/glider-die-3.png +%%DATADIR%%/images/units/drakes/glider-die-4.png +%%DATADIR%%/images/units/drakes/glider-die-5.png +%%DATADIR%%/images/units/drakes/glider-die-6.png +%%DATADIR%%/images/units/drakes/glider-die-7.png +%%DATADIR%%/images/units/drakes/glider-die-8.png +%%DATADIR%%/images/units/drakes/glider-flying.png +%%DATADIR%%/images/units/drakes/glider.png +%%DATADIR%%/images/units/drakes/hurricane-attack-melee1.png +%%DATADIR%%/images/units/drakes/hurricane-attack-melee2.png +%%DATADIR%%/images/units/drakes/hurricane-attack-ranged-fire1.png +%%DATADIR%%/images/units/drakes/hurricane-attack-ranged-fire2.png +%%DATADIR%%/images/units/drakes/hurricane-die-1.png +%%DATADIR%%/images/units/drakes/hurricane-die-2.png +%%DATADIR%%/images/units/drakes/hurricane-die-3.png +%%DATADIR%%/images/units/drakes/hurricane-die-4.png +%%DATADIR%%/images/units/drakes/hurricane-die-5.png +%%DATADIR%%/images/units/drakes/hurricane-die-6.png +%%DATADIR%%/images/units/drakes/hurricane-die-7.png +%%DATADIR%%/images/units/drakes/hurricane-die-8.png +%%DATADIR%%/images/units/drakes/hurricane-flying.png +%%DATADIR%%/images/units/drakes/hurricane.png +%%DATADIR%%/images/units/drakes/inferno-attack-close.png +%%DATADIR%%/images/units/drakes/inferno-attack-ranged.png +%%DATADIR%%/images/units/drakes/inferno-defend.png +%%DATADIR%%/images/units/drakes/inferno-die-1.png +%%DATADIR%%/images/units/drakes/inferno-die-2.png +%%DATADIR%%/images/units/drakes/inferno-die-3.png +%%DATADIR%%/images/units/drakes/inferno-die-4.png +%%DATADIR%%/images/units/drakes/inferno-die-5.png +%%DATADIR%%/images/units/drakes/inferno-die-6.png +%%DATADIR%%/images/units/drakes/inferno-die-7.png +%%DATADIR%%/images/units/drakes/inferno-flying.png +%%DATADIR%%/images/units/drakes/inferno.png +%%DATADIR%%/images/units/drakes/sky-attack-melee1.png +%%DATADIR%%/images/units/drakes/sky-attack-melee2.png +%%DATADIR%%/images/units/drakes/sky-attack-ranged-fire.png +%%DATADIR%%/images/units/drakes/sky-attack-ranged-impact.png +%%DATADIR%%/images/units/drakes/sky-defend.png +%%DATADIR%%/images/units/drakes/sky-die-1.png +%%DATADIR%%/images/units/drakes/sky-die-2.png +%%DATADIR%%/images/units/drakes/sky-die-3.png +%%DATADIR%%/images/units/drakes/sky-die-4.png +%%DATADIR%%/images/units/drakes/sky-die-5.png +%%DATADIR%%/images/units/drakes/sky-die-6.png +%%DATADIR%%/images/units/drakes/sky-die-7.png +%%DATADIR%%/images/units/drakes/sky-die-8.png +%%DATADIR%%/images/units/drakes/sky.png +%%DATADIR%%/images/units/drakes/slasher-defend.png +%%DATADIR%%/images/units/drakes/slasher-die-1.png +%%DATADIR%%/images/units/drakes/slasher-die-2.png +%%DATADIR%%/images/units/drakes/slasher-die-3.png +%%DATADIR%%/images/units/drakes/slasher-die-4.png +%%DATADIR%%/images/units/drakes/slasher-die-5.png +%%DATADIR%%/images/units/drakes/slasher-die-6.png +%%DATADIR%%/images/units/drakes/slasher-die-7.png +%%DATADIR%%/images/units/drakes/slasher-die-8.png +%%DATADIR%%/images/units/drakes/slasher-flying.png +%%DATADIR%%/images/units/drakes/slasher-pierce.png +%%DATADIR%%/images/units/drakes/slasher-slash.png +%%DATADIR%%/images/units/drakes/slasher.png +%%DATADIR%%/images/units/drakes/warden-defend.png +%%DATADIR%%/images/units/drakes/warden-die-1.png +%%DATADIR%%/images/units/drakes/warden-die-2.png +%%DATADIR%%/images/units/drakes/warden-die-3.png +%%DATADIR%%/images/units/drakes/warden-die-4.png +%%DATADIR%%/images/units/drakes/warden-die-5.png +%%DATADIR%%/images/units/drakes/warden-die-6.png +%%DATADIR%%/images/units/drakes/warden-die-7.png +%%DATADIR%%/images/units/drakes/warden-die-8.png +%%DATADIR%%/images/units/drakes/warden-die-9.png +%%DATADIR%%/images/units/drakes/warden-flying.png +%%DATADIR%%/images/units/drakes/warden-pierce.png +%%DATADIR%%/images/units/drakes/warden-slash.png +%%DATADIR%%/images/units/drakes/warden.png +%%DATADIR%%/images/units/drakes/warrior-attack-close1.png +%%DATADIR%%/images/units/drakes/warrior-attack-close2.png +%%DATADIR%%/images/units/drakes/warrior-attack-ranged.png +%%DATADIR%%/images/units/drakes/warrior-defend.png +%%DATADIR%%/images/units/drakes/warrior-die-1.png +%%DATADIR%%/images/units/drakes/warrior-die-2.png +%%DATADIR%%/images/units/drakes/warrior-die-3.png +%%DATADIR%%/images/units/drakes/warrior-die-4.png +%%DATADIR%%/images/units/drakes/warrior-die-5.png +%%DATADIR%%/images/units/drakes/warrior-die-6.png +%%DATADIR%%/images/units/drakes/warrior-die-7.png +%%DATADIR%%/images/units/drakes/warrior-die-8.png +%%DATADIR%%/images/units/drakes/warrior-flying.png +%%DATADIR%%/images/units/drakes/warrior.png +%%DATADIR%%/images/units/dwarves/berserker-attack1.png +%%DATADIR%%/images/units/dwarves/berserker-attack2.png +%%DATADIR%%/images/units/dwarves/berserker-attack3.png +%%DATADIR%%/images/units/dwarves/berserker-defend.png +%%DATADIR%%/images/units/dwarves/berserker.png +%%DATADIR%%/images/units/dwarves/dragonguard-attack-ranged-n.png +%%DATADIR%%/images/units/dwarves/dragonguard-attack-ranged-ne.png +%%DATADIR%%/images/units/dwarves/dragonguard-attack-ranged-s.png +%%DATADIR%%/images/units/dwarves/dragonguard-attack-ranged-se.png +%%DATADIR%%/images/units/dwarves/dragonguard-defend.png +%%DATADIR%%/images/units/dwarves/dragonguard-melee1.png +%%DATADIR%%/images/units/dwarves/dragonguard-melee2.png +%%DATADIR%%/images/units/dwarves/dragonguard.png +%%DATADIR%%/images/units/dwarves/fighter-attack-mace.png +%%DATADIR%%/images/units/dwarves/fighter-attack.png +%%DATADIR%%/images/units/dwarves/fighter-defend.png +%%DATADIR%%/images/units/dwarves/fighter.png +%%DATADIR%%/images/units/dwarves/gryphon-master-attack.png +%%DATADIR%%/images/units/dwarves/gryphon-master-flying-1and3.png +%%DATADIR%%/images/units/dwarves/gryphon-master-flying-2.png +%%DATADIR%%/images/units/dwarves/gryphon-master-flying-4.png +%%DATADIR%%/images/units/dwarves/gryphon-master-flying-5and7.png +%%DATADIR%%/images/units/dwarves/gryphon-master-flying-6.png +%%DATADIR%%/images/units/dwarves/gryphon-master-flying-8.png +%%DATADIR%%/images/units/dwarves/gryphon-master.png +%%DATADIR%%/images/units/dwarves/gryphon-rider-attack.png +%%DATADIR%%/images/units/dwarves/gryphon-rider-flying-1and3.png +%%DATADIR%%/images/units/dwarves/gryphon-rider-flying-2.png +%%DATADIR%%/images/units/dwarves/gryphon-rider-flying-4.png +%%DATADIR%%/images/units/dwarves/gryphon-rider-flying-5and7.png +%%DATADIR%%/images/units/dwarves/gryphon-rider-flying-6.png +%%DATADIR%%/images/units/dwarves/gryphon-rider-flying-8.png +%%DATADIR%%/images/units/dwarves/gryphon-rider.png +%%DATADIR%%/images/units/dwarves/guard-attack.png +%%DATADIR%%/images/units/dwarves/guard-defend.png +%%DATADIR%%/images/units/dwarves/guard.png +%%DATADIR%%/images/units/dwarves/lord-attack-mace.png +%%DATADIR%%/images/units/dwarves/lord-attack.png +%%DATADIR%%/images/units/dwarves/lord-defend.png +%%DATADIR%%/images/units/dwarves/lord-ranged.png +%%DATADIR%%/images/units/dwarves/lord.png +%%DATADIR%%/images/units/dwarves/runemaster-attack1.png +%%DATADIR%%/images/units/dwarves/runemaster-attack2.png +%%DATADIR%%/images/units/dwarves/runemaster-attack3.png +%%DATADIR%%/images/units/dwarves/runemaster-defend.png +%%DATADIR%%/images/units/dwarves/runemaster.png +%%DATADIR%%/images/units/dwarves/sentinel-attack.png +%%DATADIR%%/images/units/dwarves/sentinel-defend.png +%%DATADIR%%/images/units/dwarves/sentinel.png +%%DATADIR%%/images/units/dwarves/stalwart-attack.png +%%DATADIR%%/images/units/dwarves/stalwart-defend.png +%%DATADIR%%/images/units/dwarves/stalwart.png +%%DATADIR%%/images/units/dwarves/thunderer-attack-n.png +%%DATADIR%%/images/units/dwarves/thunderer-attack-ne.png +%%DATADIR%%/images/units/dwarves/thunderer-attack-s.png +%%DATADIR%%/images/units/dwarves/thunderer-attack-se.png +%%DATADIR%%/images/units/dwarves/thunderer-defend.png +%%DATADIR%%/images/units/dwarves/thunderer-die1.png +%%DATADIR%%/images/units/dwarves/thunderer-die2.png +%%DATADIR%%/images/units/dwarves/thunderer-die3.png +%%DATADIR%%/images/units/dwarves/thunderer-melee1.png +%%DATADIR%%/images/units/dwarves/thunderer-melee2.png +%%DATADIR%%/images/units/dwarves/thunderer.png +%%DATADIR%%/images/units/dwarves/thunderguard-attack-ranged-n.png +%%DATADIR%%/images/units/dwarves/thunderguard-attack-ranged-ne.png +%%DATADIR%%/images/units/dwarves/thunderguard-attack-ranged-s.png +%%DATADIR%%/images/units/dwarves/thunderguard-attack-ranged-se.png +%%DATADIR%%/images/units/dwarves/thunderguard-attack1.png +%%DATADIR%%/images/units/dwarves/thunderguard-attack2.png +%%DATADIR%%/images/units/dwarves/thunderguard-defend.png +%%DATADIR%%/images/units/dwarves/thunderguard.png +%%DATADIR%%/images/units/dwarves/ulfserker-attack.png +%%DATADIR%%/images/units/dwarves/ulfserker-defend.png +%%DATADIR%%/images/units/dwarves/ulfserker.png +%%DATADIR%%/images/units/dwarves/warrior-attack-mace.png +%%DATADIR%%/images/units/dwarves/warrior-attack.png +%%DATADIR%%/images/units/dwarves/warrior-defend.png +%%DATADIR%%/images/units/dwarves/warrior.png +%%DATADIR%%/images/units/elves-wood/archer+female-bow-attack1.png +%%DATADIR%%/images/units/elves-wood/archer+female-bow-attack2.png +%%DATADIR%%/images/units/elves-wood/archer+female-bow-attack3.png +%%DATADIR%%/images/units/elves-wood/archer+female-bow-attack4.png +%%DATADIR%%/images/units/elves-wood/archer+female-bow-defend.png +%%DATADIR%%/images/units/elves-wood/archer+female-bow.png +%%DATADIR%%/images/units/elves-wood/archer+female-defend.png +%%DATADIR%%/images/units/elves-wood/archer+female-die1.png +%%DATADIR%%/images/units/elves-wood/archer+female-die2.png +%%DATADIR%%/images/units/elves-wood/archer+female-die3.png +%%DATADIR%%/images/units/elves-wood/archer+female-die4.png +%%DATADIR%%/images/units/elves-wood/archer+female-melee-1.png +%%DATADIR%%/images/units/elves-wood/archer+female-melee-2.png +%%DATADIR%%/images/units/elves-wood/archer+female.png +%%DATADIR%%/images/units/elves-wood/archer-bow-attack1.png +%%DATADIR%%/images/units/elves-wood/archer-bow-attack2.png +%%DATADIR%%/images/units/elves-wood/archer-bow-attack3.png +%%DATADIR%%/images/units/elves-wood/archer-bow-attack4.png +%%DATADIR%%/images/units/elves-wood/archer-bow-defend.png +%%DATADIR%%/images/units/elves-wood/archer-bow.png +%%DATADIR%%/images/units/elves-wood/archer-defend.png +%%DATADIR%%/images/units/elves-wood/archer-die1.png +%%DATADIR%%/images/units/elves-wood/archer-die2.png +%%DATADIR%%/images/units/elves-wood/archer-die3.png +%%DATADIR%%/images/units/elves-wood/archer-die4.png +%%DATADIR%%/images/units/elves-wood/archer-melee-1.png +%%DATADIR%%/images/units/elves-wood/archer-melee-2.png +%%DATADIR%%/images/units/elves-wood/archer.png +%%DATADIR%%/images/units/elves-wood/avenger+female-bow-attack1.png +%%DATADIR%%/images/units/elves-wood/avenger+female-bow-attack2.png +%%DATADIR%%/images/units/elves-wood/avenger+female-bow-attack3.png +%%DATADIR%%/images/units/elves-wood/avenger+female-bow-attack4.png +%%DATADIR%%/images/units/elves-wood/avenger+female-bow-defend.png +%%DATADIR%%/images/units/elves-wood/avenger+female-bow.png +%%DATADIR%%/images/units/elves-wood/avenger+female-defend.png +%%DATADIR%%/images/units/elves-wood/avenger+female-melee-1.png +%%DATADIR%%/images/units/elves-wood/avenger+female-melee-2.png +%%DATADIR%%/images/units/elves-wood/avenger+female.png +%%DATADIR%%/images/units/elves-wood/avenger-bow-attack1.png +%%DATADIR%%/images/units/elves-wood/avenger-bow-attack2.png +%%DATADIR%%/images/units/elves-wood/avenger-bow-attack3.png +%%DATADIR%%/images/units/elves-wood/avenger-bow-attack4.png +%%DATADIR%%/images/units/elves-wood/avenger-bow-defend.png +%%DATADIR%%/images/units/elves-wood/avenger-bow.png +%%DATADIR%%/images/units/elves-wood/avenger-defend.png +%%DATADIR%%/images/units/elves-wood/avenger-die1.png +%%DATADIR%%/images/units/elves-wood/avenger-die2.png +%%DATADIR%%/images/units/elves-wood/avenger-die3.png +%%DATADIR%%/images/units/elves-wood/avenger-die4.png +%%DATADIR%%/images/units/elves-wood/avenger-melee-1.png +%%DATADIR%%/images/units/elves-wood/avenger-melee-2.png +%%DATADIR%%/images/units/elves-wood/avenger.png +%%DATADIR%%/images/units/elves-wood/captain-bow-attack1.png +%%DATADIR%%/images/units/elves-wood/captain-bow-attack2.png +%%DATADIR%%/images/units/elves-wood/captain-bow-attack3.png +%%DATADIR%%/images/units/elves-wood/captain-bow-attack4.png +%%DATADIR%%/images/units/elves-wood/captain-bow-defend.png +%%DATADIR%%/images/units/elves-wood/captain-bow.png +%%DATADIR%%/images/units/elves-wood/captain-defend.png +%%DATADIR%%/images/units/elves-wood/captain-leading.png +%%DATADIR%%/images/units/elves-wood/captain-melee-1.png +%%DATADIR%%/images/units/elves-wood/captain-melee-2.png +%%DATADIR%%/images/units/elves-wood/captain.png +%%DATADIR%%/images/units/elves-wood/champion-attack-1.png +%%DATADIR%%/images/units/elves-wood/champion-attack-2.png +%%DATADIR%%/images/units/elves-wood/champion-attack-3.png +%%DATADIR%%/images/units/elves-wood/champion-attack-4.png +%%DATADIR%%/images/units/elves-wood/champion-attack-5.png +%%DATADIR%%/images/units/elves-wood/champion-attack-6.png +%%DATADIR%%/images/units/elves-wood/champion-bow-attack1.png +%%DATADIR%%/images/units/elves-wood/champion-bow-attack2.png +%%DATADIR%%/images/units/elves-wood/champion-bow-attack3.png +%%DATADIR%%/images/units/elves-wood/champion-bow-attack4.png +%%DATADIR%%/images/units/elves-wood/champion-bow-defend.png +%%DATADIR%%/images/units/elves-wood/champion-bow.png +%%DATADIR%%/images/units/elves-wood/champion-defend.png +%%DATADIR%%/images/units/elves-wood/champion.png +%%DATADIR%%/images/units/elves-wood/druid-attack.png +%%DATADIR%%/images/units/elves-wood/druid-defend-1.png +%%DATADIR%%/images/units/elves-wood/druid-defend-2.png +%%DATADIR%%/images/units/elves-wood/druid-magic-1.png +%%DATADIR%%/images/units/elves-wood/druid-magic-2.png +%%DATADIR%%/images/units/elves-wood/druid-magic-3.png +%%DATADIR%%/images/units/elves-wood/druid-magic-4.png +%%DATADIR%%/images/units/elves-wood/druid.png +%%DATADIR%%/images/units/elves-wood/enchantress-defend.png +%%DATADIR%%/images/units/elves-wood/enchantress-magic.png +%%DATADIR%%/images/units/elves-wood/enchantress-melee.png +%%DATADIR%%/images/units/elves-wood/enchantress.png +%%DATADIR%%/images/units/elves-wood/fighter-bow-attack1.png +%%DATADIR%%/images/units/elves-wood/fighter-bow-attack2.png +%%DATADIR%%/images/units/elves-wood/fighter-bow-attack3.png +%%DATADIR%%/images/units/elves-wood/fighter-bow-attack4.png +%%DATADIR%%/images/units/elves-wood/fighter-bow-defend.png +%%DATADIR%%/images/units/elves-wood/fighter-bow.png +%%DATADIR%%/images/units/elves-wood/fighter-defend.png +%%DATADIR%%/images/units/elves-wood/fighter-melee-1.png +%%DATADIR%%/images/units/elves-wood/fighter-melee-2.png +%%DATADIR%%/images/units/elves-wood/fighter.png +%%DATADIR%%/images/units/elves-wood/hero-bow-attack1.png +%%DATADIR%%/images/units/elves-wood/hero-bow-attack2.png +%%DATADIR%%/images/units/elves-wood/hero-bow-attack3.png +%%DATADIR%%/images/units/elves-wood/hero-bow-attack4.png +%%DATADIR%%/images/units/elves-wood/hero-bow-defend.png +%%DATADIR%%/images/units/elves-wood/hero-bow.png +%%DATADIR%%/images/units/elves-wood/hero-defend.png +%%DATADIR%%/images/units/elves-wood/hero-melee-1.png +%%DATADIR%%/images/units/elves-wood/hero-melee-2.png +%%DATADIR%%/images/units/elves-wood/hero.png +%%DATADIR%%/images/units/elves-wood/marksman+female-bow-attack1.png +%%DATADIR%%/images/units/elves-wood/marksman+female-bow-attack2.png +%%DATADIR%%/images/units/elves-wood/marksman+female-bow-attack3.png +%%DATADIR%%/images/units/elves-wood/marksman+female-bow-attack4.png +%%DATADIR%%/images/units/elves-wood/marksman+female-bow-defend.png +%%DATADIR%%/images/units/elves-wood/marksman+female-bow.png +%%DATADIR%%/images/units/elves-wood/marksman+female-defend.png +%%DATADIR%%/images/units/elves-wood/marksman+female-melee-1.png +%%DATADIR%%/images/units/elves-wood/marksman+female-melee-2.png +%%DATADIR%%/images/units/elves-wood/marksman+female.png +%%DATADIR%%/images/units/elves-wood/marksman-bow-attack1.png +%%DATADIR%%/images/units/elves-wood/marksman-bow-attack2.png +%%DATADIR%%/images/units/elves-wood/marksman-bow-attack3.png +%%DATADIR%%/images/units/elves-wood/marksman-bow-attack4.png +%%DATADIR%%/images/units/elves-wood/marksman-bow-defend.png +%%DATADIR%%/images/units/elves-wood/marksman-bow.png +%%DATADIR%%/images/units/elves-wood/marksman-defend.png +%%DATADIR%%/images/units/elves-wood/marksman-die1.png +%%DATADIR%%/images/units/elves-wood/marksman-die2.png +%%DATADIR%%/images/units/elves-wood/marksman-die3.png +%%DATADIR%%/images/units/elves-wood/marksman-die4.png +%%DATADIR%%/images/units/elves-wood/marksman-melee-1.png +%%DATADIR%%/images/units/elves-wood/marksman-melee-2.png +%%DATADIR%%/images/units/elves-wood/marksman.png +%%DATADIR%%/images/units/elves-wood/marshal-bow-attack1.png +%%DATADIR%%/images/units/elves-wood/marshal-bow-attack2.png +%%DATADIR%%/images/units/elves-wood/marshal-bow-attack3.png +%%DATADIR%%/images/units/elves-wood/marshal-bow-attack4.png +%%DATADIR%%/images/units/elves-wood/marshal-bow-defend.png +%%DATADIR%%/images/units/elves-wood/marshal-bow.png +%%DATADIR%%/images/units/elves-wood/marshal-defend.png +%%DATADIR%%/images/units/elves-wood/marshal-leading.png +%%DATADIR%%/images/units/elves-wood/marshal-melee-1.png +%%DATADIR%%/images/units/elves-wood/marshal-melee-2.png +%%DATADIR%%/images/units/elves-wood/marshal.png +%%DATADIR%%/images/units/elves-wood/outrider-attack1.png +%%DATADIR%%/images/units/elves-wood/outrider-attack2.png +%%DATADIR%%/images/units/elves-wood/outrider-defend.png +%%DATADIR%%/images/units/elves-wood/outrider-melee-1.png +%%DATADIR%%/images/units/elves-wood/outrider-melee-2.png +%%DATADIR%%/images/units/elves-wood/outrider-moving.png +%%DATADIR%%/images/units/elves-wood/outrider.png +%%DATADIR%%/images/units/elves-wood/ranger+female-bow-attack1.png +%%DATADIR%%/images/units/elves-wood/ranger+female-bow-attack2.png +%%DATADIR%%/images/units/elves-wood/ranger+female-bow-attack3.png +%%DATADIR%%/images/units/elves-wood/ranger+female-bow-attack4.png +%%DATADIR%%/images/units/elves-wood/ranger+female-bow-defend.png +%%DATADIR%%/images/units/elves-wood/ranger+female-bow.png +%%DATADIR%%/images/units/elves-wood/ranger+female-defend.png +%%DATADIR%%/images/units/elves-wood/ranger+female-melee-1.png +%%DATADIR%%/images/units/elves-wood/ranger+female-melee-2.png +%%DATADIR%%/images/units/elves-wood/ranger+female.png +%%DATADIR%%/images/units/elves-wood/ranger-bow-attack1.png +%%DATADIR%%/images/units/elves-wood/ranger-bow-attack2.png +%%DATADIR%%/images/units/elves-wood/ranger-bow-attack3.png +%%DATADIR%%/images/units/elves-wood/ranger-bow-attack4.png +%%DATADIR%%/images/units/elves-wood/ranger-bow-defend.png +%%DATADIR%%/images/units/elves-wood/ranger-bow.png +%%DATADIR%%/images/units/elves-wood/ranger-defend.png +%%DATADIR%%/images/units/elves-wood/ranger-die1.png +%%DATADIR%%/images/units/elves-wood/ranger-die2.png +%%DATADIR%%/images/units/elves-wood/ranger-die3.png +%%DATADIR%%/images/units/elves-wood/ranger-die4.png +%%DATADIR%%/images/units/elves-wood/ranger-melee-1.png +%%DATADIR%%/images/units/elves-wood/ranger-melee-2.png +%%DATADIR%%/images/units/elves-wood/ranger.png +%%DATADIR%%/images/units/elves-wood/rider-attack1.png +%%DATADIR%%/images/units/elves-wood/rider-attack2.png +%%DATADIR%%/images/units/elves-wood/rider-defend.png +%%DATADIR%%/images/units/elves-wood/rider-melee-1.png +%%DATADIR%%/images/units/elves-wood/rider-melee-2.png +%%DATADIR%%/images/units/elves-wood/rider-moving.png +%%DATADIR%%/images/units/elves-wood/rider.png +%%DATADIR%%/images/units/elves-wood/scout-attack.png +%%DATADIR%%/images/units/elves-wood/scout-attack1.png +%%DATADIR%%/images/units/elves-wood/scout-attack2.png +%%DATADIR%%/images/units/elves-wood/scout-defend.png +%%DATADIR%%/images/units/elves-wood/scout-moving.png +%%DATADIR%%/images/units/elves-wood/scout.png +%%DATADIR%%/images/units/elves-wood/shaman-attack.png +%%DATADIR%%/images/units/elves-wood/shaman-attack2.png +%%DATADIR%%/images/units/elves-wood/shaman-defend.png +%%DATADIR%%/images/units/elves-wood/shaman-heal1.png +%%DATADIR%%/images/units/elves-wood/shaman-heal2.png +%%DATADIR%%/images/units/elves-wood/shaman-heal3.png +%%DATADIR%%/images/units/elves-wood/shaman-heal4.png +%%DATADIR%%/images/units/elves-wood/shaman-heal5.png +%%DATADIR%%/images/units/elves-wood/shaman-heal6.png +%%DATADIR%%/images/units/elves-wood/shaman-heal7.png +%%DATADIR%%/images/units/elves-wood/shaman-heal8.png +%%DATADIR%%/images/units/elves-wood/shaman-heal9.png +%%DATADIR%%/images/units/elves-wood/shaman.png +%%DATADIR%%/images/units/elves-wood/sharpshooter+female-bow-attack1.png +%%DATADIR%%/images/units/elves-wood/sharpshooter+female-bow-attack2.png +%%DATADIR%%/images/units/elves-wood/sharpshooter+female-bow-attack3.png +%%DATADIR%%/images/units/elves-wood/sharpshooter+female-bow-attack4.png +%%DATADIR%%/images/units/elves-wood/sharpshooter+female-bow-defend.png +%%DATADIR%%/images/units/elves-wood/sharpshooter+female-bow.png +%%DATADIR%%/images/units/elves-wood/sharpshooter+female-defend.png +%%DATADIR%%/images/units/elves-wood/sharpshooter+female-melee-1.png +%%DATADIR%%/images/units/elves-wood/sharpshooter+female-melee-2.png +%%DATADIR%%/images/units/elves-wood/sharpshooter+female.png +%%DATADIR%%/images/units/elves-wood/sharpshooter-bow-attack1.png +%%DATADIR%%/images/units/elves-wood/sharpshooter-bow-attack2.png +%%DATADIR%%/images/units/elves-wood/sharpshooter-bow-attack3.png +%%DATADIR%%/images/units/elves-wood/sharpshooter-bow-attack4.png +%%DATADIR%%/images/units/elves-wood/sharpshooter-bow-defend.png +%%DATADIR%%/images/units/elves-wood/sharpshooter-bow.png +%%DATADIR%%/images/units/elves-wood/sharpshooter-defend.png +%%DATADIR%%/images/units/elves-wood/sharpshooter-die1.png +%%DATADIR%%/images/units/elves-wood/sharpshooter-die2.png +%%DATADIR%%/images/units/elves-wood/sharpshooter-die3.png +%%DATADIR%%/images/units/elves-wood/sharpshooter-die4.png +%%DATADIR%%/images/units/elves-wood/sharpshooter-melee-1.png +%%DATADIR%%/images/units/elves-wood/sharpshooter-melee-2.png +%%DATADIR%%/images/units/elves-wood/sharpshooter.png +%%DATADIR%%/images/units/elves-wood/shyde-defend.png +%%DATADIR%%/images/units/elves-wood/shyde-ftouch-attack1.png +%%DATADIR%%/images/units/elves-wood/shyde-ftouch-attack2.png +%%DATADIR%%/images/units/elves-wood/shyde-ftouch-attack3.png +%%DATADIR%%/images/units/elves-wood/shyde-healing1.png +%%DATADIR%%/images/units/elves-wood/shyde-healing10.png +%%DATADIR%%/images/units/elves-wood/shyde-healing11.png +%%DATADIR%%/images/units/elves-wood/shyde-healing12.png +%%DATADIR%%/images/units/elves-wood/shyde-healing2.png +%%DATADIR%%/images/units/elves-wood/shyde-healing3.png +%%DATADIR%%/images/units/elves-wood/shyde-healing4.png +%%DATADIR%%/images/units/elves-wood/shyde-healing5.png +%%DATADIR%%/images/units/elves-wood/shyde-healing6.png +%%DATADIR%%/images/units/elves-wood/shyde-healing7.png +%%DATADIR%%/images/units/elves-wood/shyde-healing8.png +%%DATADIR%%/images/units/elves-wood/shyde-healing9.png +%%DATADIR%%/images/units/elves-wood/shyde.png +%%DATADIR%%/images/units/elves-wood/sorceress-defend.png +%%DATADIR%%/images/units/elves-wood/sorceress-magic.png +%%DATADIR%%/images/units/elves-wood/sorceress-melee.png +%%DATADIR%%/images/units/elves-wood/sorceress.png +%%DATADIR%%/images/units/elves-wood/sylph-defend.png +%%DATADIR%%/images/units/elves-wood/sylph-magic.png +%%DATADIR%%/images/units/elves-wood/sylph-melee.png +%%DATADIR%%/images/units/elves-wood/sylph.png +%%DATADIR%%/images/units/goblins/direwolver-attack.png +%%DATADIR%%/images/units/goblins/direwolver-defend.png +%%DATADIR%%/images/units/goblins/direwolver-moving.png +%%DATADIR%%/images/units/goblins/direwolver.png +%%DATADIR%%/images/units/goblins/impaler-attack-n.png +%%DATADIR%%/images/units/goblins/impaler-attack-ne.png +%%DATADIR%%/images/units/goblins/impaler-attack-ranged-s.png +%%DATADIR%%/images/units/goblins/impaler-attack-s.png +%%DATADIR%%/images/units/goblins/impaler-attack-se-1.png +%%DATADIR%%/images/units/goblins/impaler-attack-se-2.png +%%DATADIR%%/images/units/goblins/impaler-death-1.png +%%DATADIR%%/images/units/goblins/impaler-death-2.png +%%DATADIR%%/images/units/goblins/impaler-death-3.png +%%DATADIR%%/images/units/goblins/impaler-death-4.png +%%DATADIR%%/images/units/goblins/impaler-death-5.png +%%DATADIR%%/images/units/goblins/impaler-death-6.png +%%DATADIR%%/images/units/goblins/impaler-death-7.png +%%DATADIR%%/images/units/goblins/impaler-death-8.png +%%DATADIR%%/images/units/goblins/impaler-death-9.png +%%DATADIR%%/images/units/goblins/impaler-defend.png +%%DATADIR%%/images/units/goblins/impaler.png +%%DATADIR%%/images/units/goblins/knight-attack.png +%%DATADIR%%/images/units/goblins/knight-defend.png +%%DATADIR%%/images/units/goblins/knight-moving.png +%%DATADIR%%/images/units/goblins/knight.png +%%DATADIR%%/images/units/goblins/pillager-attack.png +%%DATADIR%%/images/units/goblins/pillager-attack2.png +%%DATADIR%%/images/units/goblins/pillager-defend.png +%%DATADIR%%/images/units/goblins/pillager-moving.png +%%DATADIR%%/images/units/goblins/pillager.png +%%DATADIR%%/images/units/goblins/rouser-attack-n.png +%%DATADIR%%/images/units/goblins/rouser-attack-ne.png +%%DATADIR%%/images/units/goblins/rouser-attack-s.png +%%DATADIR%%/images/units/goblins/rouser-attack-se.png +%%DATADIR%%/images/units/goblins/rouser-attack1.png +%%DATADIR%%/images/units/goblins/rouser-attack3.png +%%DATADIR%%/images/units/goblins/rouser-attack4.png +%%DATADIR%%/images/units/goblins/rouser-defend.png +%%DATADIR%%/images/units/goblins/rouser-leading.png +%%DATADIR%%/images/units/goblins/rouser.png +%%DATADIR%%/images/units/goblins/spearman-attack-n1.png +%%DATADIR%%/images/units/goblins/spearman-attack-n2.png +%%DATADIR%%/images/units/goblins/spearman-attack-ne1.png +%%DATADIR%%/images/units/goblins/spearman-attack-ne2.png +%%DATADIR%%/images/units/goblins/spearman-attack-s1.png +%%DATADIR%%/images/units/goblins/spearman-attack-s2.png +%%DATADIR%%/images/units/goblins/spearman-attack-se1.png +%%DATADIR%%/images/units/goblins/spearman-attack-se2.png +%%DATADIR%%/images/units/goblins/spearman-defend.png +%%DATADIR%%/images/units/goblins/spearman.png +%%DATADIR%%/images/units/goblins/wolf-rider-attack.png +%%DATADIR%%/images/units/goblins/wolf-rider-defend.png +%%DATADIR%%/images/units/goblins/wolf-rider-moving.png +%%DATADIR%%/images/units/goblins/wolf-rider.png +%%DATADIR%%/images/units/human-loyalists/bowman-attack-sword.png +%%DATADIR%%/images/units/human-loyalists/bowman-defend.png +%%DATADIR%%/images/units/human-loyalists/bowman-ranged-1.png +%%DATADIR%%/images/units/human-loyalists/bowman-ranged-2.png +%%DATADIR%%/images/units/human-loyalists/bowman-ranged-3.png +%%DATADIR%%/images/units/human-loyalists/bowman-ranged-4.png +%%DATADIR%%/images/units/human-loyalists/bowman-ranged-5.png +%%DATADIR%%/images/units/human-loyalists/bowman-ranged-6.png +%%DATADIR%%/images/units/human-loyalists/bowman-ranged-7.png +%%DATADIR%%/images/units/human-loyalists/bowman-ranged-8.png +%%DATADIR%%/images/units/human-loyalists/bowman.png +%%DATADIR%%/images/units/human-loyalists/cavalier-attack.png +%%DATADIR%%/images/units/human-loyalists/cavalier-defend.png +%%DATADIR%%/images/units/human-loyalists/cavalier-moving.png +%%DATADIR%%/images/units/human-loyalists/cavalier-ranged-1.png +%%DATADIR%%/images/units/human-loyalists/cavalier-ranged-2.png +%%DATADIR%%/images/units/human-loyalists/cavalier-ranged-3.png +%%DATADIR%%/images/units/human-loyalists/cavalier-ranged-4.png +%%DATADIR%%/images/units/human-loyalists/cavalier-ranged-5.png +%%DATADIR%%/images/units/human-loyalists/cavalier-ranged-6.png +%%DATADIR%%/images/units/human-loyalists/cavalier-ranged-7.png +%%DATADIR%%/images/units/human-loyalists/cavalier.png +%%DATADIR%%/images/units/human-loyalists/cavalryman-attack.png +%%DATADIR%%/images/units/human-loyalists/cavalryman-defend.png +%%DATADIR%%/images/units/human-loyalists/cavalryman-die-1.png +%%DATADIR%%/images/units/human-loyalists/cavalryman-die-2.png +%%DATADIR%%/images/units/human-loyalists/cavalryman-moving.png +%%DATADIR%%/images/units/human-loyalists/cavalryman.png +%%DATADIR%%/images/units/human-loyalists/dragoon-attack.png +%%DATADIR%%/images/units/human-loyalists/dragoon-defend.png +%%DATADIR%%/images/units/human-loyalists/dragoon-moving.png +%%DATADIR%%/images/units/human-loyalists/dragoon-ranged-1.png +%%DATADIR%%/images/units/human-loyalists/dragoon-ranged-2.png +%%DATADIR%%/images/units/human-loyalists/dragoon-ranged-3.png +%%DATADIR%%/images/units/human-loyalists/dragoon-ranged-4.png +%%DATADIR%%/images/units/human-loyalists/dragoon-ranged-5.png +%%DATADIR%%/images/units/human-loyalists/dragoon-ranged-6.png +%%DATADIR%%/images/units/human-loyalists/dragoon-ranged-7.png +%%DATADIR%%/images/units/human-loyalists/dragoon.png +%%DATADIR%%/images/units/human-loyalists/duelist-attack.png +%%DATADIR%%/images/units/human-loyalists/duelist-defend.png +%%DATADIR%%/images/units/human-loyalists/duelist-die1.png +%%DATADIR%%/images/units/human-loyalists/duelist-die2.png +%%DATADIR%%/images/units/human-loyalists/duelist-die3.png +%%DATADIR%%/images/units/human-loyalists/duelist-die4.png +%%DATADIR%%/images/units/human-loyalists/duelist-die5.png +%%DATADIR%%/images/units/human-loyalists/duelist-die6.png +%%DATADIR%%/images/units/human-loyalists/duelist-die7.png +%%DATADIR%%/images/units/human-loyalists/duelist-die8.png +%%DATADIR%%/images/units/human-loyalists/duelist-ranged.png +%%DATADIR%%/images/units/human-loyalists/duelist-stand2.png +%%DATADIR%%/images/units/human-loyalists/duelist.png +%%DATADIR%%/images/units/human-loyalists/fencer-attack.png +%%DATADIR%%/images/units/human-loyalists/fencer-defend-1-1.png +%%DATADIR%%/images/units/human-loyalists/fencer-defend-1-2.png +%%DATADIR%%/images/units/human-loyalists/fencer-defend.png +%%DATADIR%%/images/units/human-loyalists/fencer-die1.png +%%DATADIR%%/images/units/human-loyalists/fencer-die2.png +%%DATADIR%%/images/units/human-loyalists/fencer-die3.png +%%DATADIR%%/images/units/human-loyalists/fencer-die4.png +%%DATADIR%%/images/units/human-loyalists/fencer-die5.png +%%DATADIR%%/images/units/human-loyalists/fencer.png +%%DATADIR%%/images/units/human-loyalists/general-attack-crossbow.png +%%DATADIR%%/images/units/human-loyalists/general-attack-sword1.png +%%DATADIR%%/images/units/human-loyalists/general-attack-sword2.png +%%DATADIR%%/images/units/human-loyalists/general-defend.png +%%DATADIR%%/images/units/human-loyalists/general-leading.png +%%DATADIR%%/images/units/human-loyalists/general.png +%%DATADIR%%/images/units/human-loyalists/grand-knight-attack-sword.png +%%DATADIR%%/images/units/human-loyalists/grand-knight-defend.png +%%DATADIR%%/images/units/human-loyalists/grand-knight-moving.png +%%DATADIR%%/images/units/human-loyalists/grand-knight.png +%%DATADIR%%/images/units/human-loyalists/halberdier-defend.png +%%DATADIR%%/images/units/human-loyalists/halberdier-pierce-n.png +%%DATADIR%%/images/units/human-loyalists/halberdier-pierce-ne.png +%%DATADIR%%/images/units/human-loyalists/halberdier-pierce-s.png +%%DATADIR%%/images/units/human-loyalists/halberdier-pierce-se.png +%%DATADIR%%/images/units/human-loyalists/halberdier-slash-se-1.png +%%DATADIR%%/images/units/human-loyalists/halberdier-slash-se-2.png +%%DATADIR%%/images/units/human-loyalists/halberdier.png +%%DATADIR%%/images/units/human-loyalists/heavyinfantry-attack-1.png +%%DATADIR%%/images/units/human-loyalists/heavyinfantry-attack-2.png +%%DATADIR%%/images/units/human-loyalists/heavyinfantry-defend-1.png +%%DATADIR%%/images/units/human-loyalists/heavyinfantry-defend-2.png +%%DATADIR%%/images/units/human-loyalists/heavyinfantry.png +%%DATADIR%%/images/units/human-loyalists/horseman-attack.png +%%DATADIR%%/images/units/human-loyalists/horseman-defend.png +%%DATADIR%%/images/units/human-loyalists/horseman-moving.png +%%DATADIR%%/images/units/human-loyalists/horseman.png +%%DATADIR%%/images/units/human-loyalists/javelineer-attack-melee-1.png +%%DATADIR%%/images/units/human-loyalists/javelineer-attack-melee-2.png +%%DATADIR%%/images/units/human-loyalists/javelineer-attack-melee-3.png +%%DATADIR%%/images/units/human-loyalists/javelineer-attack-ranged-1.png +%%DATADIR%%/images/units/human-loyalists/javelineer-attack-ranged-2.png +%%DATADIR%%/images/units/human-loyalists/javelineer-attack-ranged-3.png +%%DATADIR%%/images/units/human-loyalists/javelineer-attack-ranged-4.png +%%DATADIR%%/images/units/human-loyalists/javelineer-defend.png +%%DATADIR%%/images/units/human-loyalists/javelineer.png +%%DATADIR%%/images/units/human-loyalists/knight-attack.png +%%DATADIR%%/images/units/human-loyalists/knight-defend.png +%%DATADIR%%/images/units/human-loyalists/knight-moving.png +%%DATADIR%%/images/units/human-loyalists/knight.png +%%DATADIR%%/images/units/human-loyalists/lancer-attack.png +%%DATADIR%%/images/units/human-loyalists/lancer-defend.png +%%DATADIR%%/images/units/human-loyalists/lancer-moving.png +%%DATADIR%%/images/units/human-loyalists/lancer.png +%%DATADIR%%/images/units/human-loyalists/lieutenant-attack-crossbow.png +%%DATADIR%%/images/units/human-loyalists/lieutenant-attack-sword-1.png +%%DATADIR%%/images/units/human-loyalists/lieutenant-attack-sword-2.png +%%DATADIR%%/images/units/human-loyalists/lieutenant-attack-sword-3.png +%%DATADIR%%/images/units/human-loyalists/lieutenant-defend.png +%%DATADIR%%/images/units/human-loyalists/lieutenant-die-1.png +%%DATADIR%%/images/units/human-loyalists/lieutenant-die-2.png +%%DATADIR%%/images/units/human-loyalists/lieutenant-die-3.png +%%DATADIR%%/images/units/human-loyalists/lieutenant-die-4.png +%%DATADIR%%/images/units/human-loyalists/lieutenant-die-5.png +%%DATADIR%%/images/units/human-loyalists/lieutenant-die-6.png +%%DATADIR%%/images/units/human-loyalists/lieutenant-die-7.png +%%DATADIR%%/images/units/human-loyalists/lieutenant-die-8.png +%%DATADIR%%/images/units/human-loyalists/lieutenant-die-9.png +%%DATADIR%%/images/units/human-loyalists/lieutenant-leading.png +%%DATADIR%%/images/units/human-loyalists/lieutenant.png +%%DATADIR%%/images/units/human-loyalists/longbowman-bow-attack1.png +%%DATADIR%%/images/units/human-loyalists/longbowman-bow-attack2.png +%%DATADIR%%/images/units/human-loyalists/longbowman-bow-attack3.png +%%DATADIR%%/images/units/human-loyalists/longbowman-bow-attack4.png +%%DATADIR%%/images/units/human-loyalists/longbowman-bow-defend.png +%%DATADIR%%/images/units/human-loyalists/longbowman-bow.png +%%DATADIR%%/images/units/human-loyalists/longbowman-defend.png +%%DATADIR%%/images/units/human-loyalists/longbowman-melee-1.png +%%DATADIR%%/images/units/human-loyalists/longbowman-melee-2.png +%%DATADIR%%/images/units/human-loyalists/longbowman.png +%%DATADIR%%/images/units/human-loyalists/marshal-attack-crossbow.png +%%DATADIR%%/images/units/human-loyalists/marshal-attack-sword1.png +%%DATADIR%%/images/units/human-loyalists/marshal-attack-sword2.png +%%DATADIR%%/images/units/human-loyalists/marshal-defend-crossbow.png +%%DATADIR%%/images/units/human-loyalists/marshal-defend.png +%%DATADIR%%/images/units/human-loyalists/marshal-die-1.png +%%DATADIR%%/images/units/human-loyalists/marshal-die-10.png +%%DATADIR%%/images/units/human-loyalists/marshal-die-2.png +%%DATADIR%%/images/units/human-loyalists/marshal-die-3.png +%%DATADIR%%/images/units/human-loyalists/marshal-die-4.png +%%DATADIR%%/images/units/human-loyalists/marshal-die-5.png +%%DATADIR%%/images/units/human-loyalists/marshal-die-6.png +%%DATADIR%%/images/units/human-loyalists/marshal-die-7.png +%%DATADIR%%/images/units/human-loyalists/marshal-die-8.png +%%DATADIR%%/images/units/human-loyalists/marshal-die-9.png +%%DATADIR%%/images/units/human-loyalists/marshal-leading.png +%%DATADIR%%/images/units/human-loyalists/marshal.png +%%DATADIR%%/images/units/human-loyalists/master-at-arms-melee-1-1.png +%%DATADIR%%/images/units/human-loyalists/master-at-arms-melee-1-2.png +%%DATADIR%%/images/units/human-loyalists/master-at-arms-melee-1-3.png +%%DATADIR%%/images/units/human-loyalists/master-at-arms-melee-2-1.png +%%DATADIR%%/images/units/human-loyalists/master-at-arms-melee-2-2.png +%%DATADIR%%/images/units/human-loyalists/master-at-arms-melee-2-3.png +%%DATADIR%%/images/units/human-loyalists/master-at-arms-melee-3-3.png +%%DATADIR%%/images/units/human-loyalists/master-at-arms-recover-1.png +%%DATADIR%%/images/units/human-loyalists/master-at-arms-recover-2.png +%%DATADIR%%/images/units/human-loyalists/master-at-arms.png +%%DATADIR%%/images/units/human-loyalists/masterbowman-bow-attack1.png +%%DATADIR%%/images/units/human-loyalists/masterbowman-bow-attack2.png +%%DATADIR%%/images/units/human-loyalists/masterbowman-bow-attack3.png +%%DATADIR%%/images/units/human-loyalists/masterbowman-bow-attack4.png +%%DATADIR%%/images/units/human-loyalists/masterbowman-bow-defend.png +%%DATADIR%%/images/units/human-loyalists/masterbowman-bow.png +%%DATADIR%%/images/units/human-loyalists/masterbowman-melee-1.png +%%DATADIR%%/images/units/human-loyalists/masterbowman-melee-2.png +%%DATADIR%%/images/units/human-loyalists/masterbowman.png +%%DATADIR%%/images/units/human-loyalists/paladin-attack-sword.png +%%DATADIR%%/images/units/human-loyalists/paladin-defend.png +%%DATADIR%%/images/units/human-loyalists/paladin-healing.png +%%DATADIR%%/images/units/human-loyalists/paladin-moving.png +%%DATADIR%%/images/units/human-loyalists/paladin.png +%%DATADIR%%/images/units/human-loyalists/peasant-attack.png +%%DATADIR%%/images/units/human-loyalists/peasant-attack2.png +%%DATADIR%%/images/units/human-loyalists/peasant-defend.png +%%DATADIR%%/images/units/human-loyalists/peasant-ranged.png +%%DATADIR%%/images/units/human-loyalists/peasant.png +%%DATADIR%%/images/units/human-loyalists/pikeman-attack-n.png +%%DATADIR%%/images/units/human-loyalists/pikeman-attack-ne.png +%%DATADIR%%/images/units/human-loyalists/pikeman-attack-s.png +%%DATADIR%%/images/units/human-loyalists/pikeman-attack-se.png +%%DATADIR%%/images/units/human-loyalists/pikeman-defend.png +%%DATADIR%%/images/units/human-loyalists/pikeman-die-1.png +%%DATADIR%%/images/units/human-loyalists/pikeman-die-2.png +%%DATADIR%%/images/units/human-loyalists/pikeman-die-3.png +%%DATADIR%%/images/units/human-loyalists/pikeman-die-4.png +%%DATADIR%%/images/units/human-loyalists/pikeman-die-5.png +%%DATADIR%%/images/units/human-loyalists/pikeman.png +%%DATADIR%%/images/units/human-loyalists/royalguard-attack.png +%%DATADIR%%/images/units/human-loyalists/royalguard-attack2.png +%%DATADIR%%/images/units/human-loyalists/royalguard-defend.png +%%DATADIR%%/images/units/human-loyalists/royalguard.png +%%DATADIR%%/images/units/human-loyalists/sergeant-attack-crossbow.png +%%DATADIR%%/images/units/human-loyalists/sergeant-attack-sword-1.png +%%DATADIR%%/images/units/human-loyalists/sergeant-attack-sword-2.png +%%DATADIR%%/images/units/human-loyalists/sergeant-attack-sword-3.png +%%DATADIR%%/images/units/human-loyalists/sergeant-defend.png +%%DATADIR%%/images/units/human-loyalists/sergeant-leading.png +%%DATADIR%%/images/units/human-loyalists/sergeant.png +%%DATADIR%%/images/units/human-loyalists/shocktrooper-attack-1.png +%%DATADIR%%/images/units/human-loyalists/shocktrooper-attack-2.png +%%DATADIR%%/images/units/human-loyalists/shocktrooper-defend-1.png +%%DATADIR%%/images/units/human-loyalists/shocktrooper-defend-2.png +%%DATADIR%%/images/units/human-loyalists/shocktrooper.png +%%DATADIR%%/images/units/human-loyalists/siegetrooper-attack-1.png +%%DATADIR%%/images/units/human-loyalists/siegetrooper-attack-2.png +%%DATADIR%%/images/units/human-loyalists/siegetrooper-defend-1.png +%%DATADIR%%/images/units/human-loyalists/siegetrooper-defend-2.png +%%DATADIR%%/images/units/human-loyalists/siegetrooper.png +%%DATADIR%%/images/units/human-loyalists/spearman-attack-n.png +%%DATADIR%%/images/units/human-loyalists/spearman-attack-ne.png +%%DATADIR%%/images/units/human-loyalists/spearman-attack-ranged.png +%%DATADIR%%/images/units/human-loyalists/spearman-attack-ranged2.png +%%DATADIR%%/images/units/human-loyalists/spearman-attack-s-1.png +%%DATADIR%%/images/units/human-loyalists/spearman-attack-s-2.png +%%DATADIR%%/images/units/human-loyalists/spearman-attack.png +%%DATADIR%%/images/units/human-loyalists/spearman-death1.png +%%DATADIR%%/images/units/human-loyalists/spearman-death2.png +%%DATADIR%%/images/units/human-loyalists/spearman-death3.png +%%DATADIR%%/images/units/human-loyalists/spearman-death4.png +%%DATADIR%%/images/units/human-loyalists/spearman-defend-2.png +%%DATADIR%%/images/units/human-loyalists/spearman-defend.png +%%DATADIR%%/images/units/human-loyalists/spearman.png +%%DATADIR%%/images/units/human-loyalists/swordsman-attack-1.png +%%DATADIR%%/images/units/human-loyalists/swordsman-attack-2.png +%%DATADIR%%/images/units/human-loyalists/swordsman-attack-3.png +%%DATADIR%%/images/units/human-loyalists/swordsman-defend.png +%%DATADIR%%/images/units/human-loyalists/swordsman.png +%%DATADIR%%/images/units/human-magi/arch-mage+female-defend.png +%%DATADIR%%/images/units/human-magi/arch-mage+female-die-1.png +%%DATADIR%%/images/units/human-magi/arch-mage+female-die-2.png +%%DATADIR%%/images/units/human-magi/arch-mage+female-fireball-1.png +%%DATADIR%%/images/units/human-magi/arch-mage+female-fireball-2.png +%%DATADIR%%/images/units/human-magi/arch-mage+female-fireball-3.png +%%DATADIR%%/images/units/human-magi/arch-mage+female-staff-1.png +%%DATADIR%%/images/units/human-magi/arch-mage+female-staff-2.png +%%DATADIR%%/images/units/human-magi/arch-mage+female.png +%%DATADIR%%/images/units/human-magi/arch-mage-defend.png +%%DATADIR%%/images/units/human-magi/arch-mage-die-1.png +%%DATADIR%%/images/units/human-magi/arch-mage-die-2.png +%%DATADIR%%/images/units/human-magi/arch-mage-fireball-1.png +%%DATADIR%%/images/units/human-magi/arch-mage-fireball-2.png +%%DATADIR%%/images/units/human-magi/arch-mage-fireball-3.png +%%DATADIR%%/images/units/human-magi/arch-mage-staff-1.png +%%DATADIR%%/images/units/human-magi/arch-mage-staff-2.png +%%DATADIR%%/images/units/human-magi/arch-mage.png +%%DATADIR%%/images/units/human-magi/great-mage+female-defend.png +%%DATADIR%%/images/units/human-magi/great-mage+female-fireball-1.png +%%DATADIR%%/images/units/human-magi/great-mage+female-fireball-2.png +%%DATADIR%%/images/units/human-magi/great-mage+female-fireball-3.png +%%DATADIR%%/images/units/human-magi/great-mage+female-staff-1.png +%%DATADIR%%/images/units/human-magi/great-mage+female-staff-2.png +%%DATADIR%%/images/units/human-magi/great-mage+female.png +%%DATADIR%%/images/units/human-magi/great-mage-defend.png +%%DATADIR%%/images/units/human-magi/great-mage-fireball-1.png +%%DATADIR%%/images/units/human-magi/great-mage-fireball-2.png +%%DATADIR%%/images/units/human-magi/great-mage-fireball-3.png +%%DATADIR%%/images/units/human-magi/great-mage-staff-1.png +%%DATADIR%%/images/units/human-magi/great-mage-staff-2.png +%%DATADIR%%/images/units/human-magi/great-mage.png +%%DATADIR%%/images/units/human-magi/mage+female-attack-magic1.png +%%DATADIR%%/images/units/human-magi/mage+female-attack-magic2.png +%%DATADIR%%/images/units/human-magi/mage+female-attack-staff-1.png +%%DATADIR%%/images/units/human-magi/mage+female-attack-staff-2.png +%%DATADIR%%/images/units/human-magi/mage+female-defend.png +%%DATADIR%%/images/units/human-magi/mage+female-die-1.png +%%DATADIR%%/images/units/human-magi/mage+female-die-2.png +%%DATADIR%%/images/units/human-magi/mage+female-die-3.png +%%DATADIR%%/images/units/human-magi/mage+female-die-4.png +%%DATADIR%%/images/units/human-magi/mage+female.png +%%DATADIR%%/images/units/human-magi/mage-attack-magic1.png +%%DATADIR%%/images/units/human-magi/mage-attack-magic2.png +%%DATADIR%%/images/units/human-magi/mage-attack-staff1.png +%%DATADIR%%/images/units/human-magi/mage-attack-staff2.png +%%DATADIR%%/images/units/human-magi/mage-defend.png +%%DATADIR%%/images/units/human-magi/mage-die-1.png +%%DATADIR%%/images/units/human-magi/mage-die-2.png +%%DATADIR%%/images/units/human-magi/mage-die-3.png +%%DATADIR%%/images/units/human-magi/mage-die-4.png +%%DATADIR%%/images/units/human-magi/mage.png +%%DATADIR%%/images/units/human-magi/red-mage+female-attack-staff1.png +%%DATADIR%%/images/units/human-magi/red-mage+female-attack-staff2.png +%%DATADIR%%/images/units/human-magi/red-mage+female-defend.png +%%DATADIR%%/images/units/human-magi/red-mage+female-die-1.png +%%DATADIR%%/images/units/human-magi/red-mage+female-die-2.png +%%DATADIR%%/images/units/human-magi/red-mage+female-die-3.png +%%DATADIR%%/images/units/human-magi/red-mage+female-die-4.png +%%DATADIR%%/images/units/human-magi/red-mage+female-fireball-1.png +%%DATADIR%%/images/units/human-magi/red-mage+female-fireball-2.png +%%DATADIR%%/images/units/human-magi/red-mage+female-fireball-3.png +%%DATADIR%%/images/units/human-magi/red-mage+female.png +%%DATADIR%%/images/units/human-magi/red-mage-attack-staff1.png +%%DATADIR%%/images/units/human-magi/red-mage-attack-staff2.png +%%DATADIR%%/images/units/human-magi/red-mage-defend.png +%%DATADIR%%/images/units/human-magi/red-mage-die-1.png +%%DATADIR%%/images/units/human-magi/red-mage-die-2.png +%%DATADIR%%/images/units/human-magi/red-mage-die-3.png +%%DATADIR%%/images/units/human-magi/red-mage-die-4.png +%%DATADIR%%/images/units/human-magi/red-mage-fireball-1.png +%%DATADIR%%/images/units/human-magi/red-mage-fireball-2.png +%%DATADIR%%/images/units/human-magi/red-mage-fireball-3.png +%%DATADIR%%/images/units/human-magi/red-mage.png +%%DATADIR%%/images/units/human-magi/silver-mage+female-attack-magic1.png +%%DATADIR%%/images/units/human-magi/silver-mage+female-attack-melee.png +%%DATADIR%%/images/units/human-magi/silver-mage+female-defend.png +%%DATADIR%%/images/units/human-magi/silver-mage+female-teleport1.png +%%DATADIR%%/images/units/human-magi/silver-mage+female-teleport10.png +%%DATADIR%%/images/units/human-magi/silver-mage+female-teleport2.png +%%DATADIR%%/images/units/human-magi/silver-mage+female-teleport3.png +%%DATADIR%%/images/units/human-magi/silver-mage+female-teleport4.png +%%DATADIR%%/images/units/human-magi/silver-mage+female-teleport5.png +%%DATADIR%%/images/units/human-magi/silver-mage+female-teleport6.png +%%DATADIR%%/images/units/human-magi/silver-mage+female-teleport7.png +%%DATADIR%%/images/units/human-magi/silver-mage+female-teleport8.png +%%DATADIR%%/images/units/human-magi/silver-mage+female-teleport9.png +%%DATADIR%%/images/units/human-magi/silver-mage+female.png +%%DATADIR%%/images/units/human-magi/silver-mage-attack-magic1.png +%%DATADIR%%/images/units/human-magi/silver-mage-attack-melee.png +%%DATADIR%%/images/units/human-magi/silver-mage-defend.png +%%DATADIR%%/images/units/human-magi/silver-mage-teleport1.png +%%DATADIR%%/images/units/human-magi/silver-mage-teleport10.png +%%DATADIR%%/images/units/human-magi/silver-mage-teleport2.png +%%DATADIR%%/images/units/human-magi/silver-mage-teleport3.png +%%DATADIR%%/images/units/human-magi/silver-mage-teleport4.png +%%DATADIR%%/images/units/human-magi/silver-mage-teleport5.png +%%DATADIR%%/images/units/human-magi/silver-mage-teleport6.png +%%DATADIR%%/images/units/human-magi/silver-mage-teleport7.png +%%DATADIR%%/images/units/human-magi/silver-mage-teleport8.png +%%DATADIR%%/images/units/human-magi/silver-mage-teleport9.png +%%DATADIR%%/images/units/human-magi/silver-mage.png +%%DATADIR%%/images/units/human-magi/white-cleric+female-attack-melee.png +%%DATADIR%%/images/units/human-magi/white-cleric+female-defend.png +%%DATADIR%%/images/units/human-magi/white-cleric+female-magic1.png +%%DATADIR%%/images/units/human-magi/white-cleric+female-magic2.png +%%DATADIR%%/images/units/human-magi/white-cleric+female-magic3.png +%%DATADIR%%/images/units/human-magi/white-cleric+female-magic4.png +%%DATADIR%%/images/units/human-magi/white-cleric+female-magic5.png +%%DATADIR%%/images/units/human-magi/white-cleric+female-magic6.png +%%DATADIR%%/images/units/human-magi/white-cleric+female.png +%%DATADIR%%/images/units/human-magi/white-cleric-attack-melee.png +%%DATADIR%%/images/units/human-magi/white-cleric-defend.png +%%DATADIR%%/images/units/human-magi/white-cleric-magic1.png +%%DATADIR%%/images/units/human-magi/white-cleric-magic2.png +%%DATADIR%%/images/units/human-magi/white-cleric-magic3.png +%%DATADIR%%/images/units/human-magi/white-cleric-magic4.png +%%DATADIR%%/images/units/human-magi/white-cleric-magic5.png +%%DATADIR%%/images/units/human-magi/white-cleric-magic6.png +%%DATADIR%%/images/units/human-magi/white-cleric.png +%%DATADIR%%/images/units/human-magi/white-mage+female-defend.png +%%DATADIR%%/images/units/human-magi/white-mage+female-die-1.png +%%DATADIR%%/images/units/human-magi/white-mage+female-die-2.png +%%DATADIR%%/images/units/human-magi/white-mage+female-die-3.png +%%DATADIR%%/images/units/human-magi/white-mage+female-die-4.png +%%DATADIR%%/images/units/human-magi/white-mage+female-magic1.png +%%DATADIR%%/images/units/human-magi/white-mage+female-magic2.png +%%DATADIR%%/images/units/human-magi/white-mage+female-magic3.png +%%DATADIR%%/images/units/human-magi/white-mage+female-magic4.png +%%DATADIR%%/images/units/human-magi/white-mage+female-magic5.png +%%DATADIR%%/images/units/human-magi/white-mage+female-magic6.png +%%DATADIR%%/images/units/human-magi/white-mage+female.png +%%DATADIR%%/images/units/human-magi/white-mage-defend.png +%%DATADIR%%/images/units/human-magi/white-mage-die-1.png +%%DATADIR%%/images/units/human-magi/white-mage-die-2.png +%%DATADIR%%/images/units/human-magi/white-mage-die-3.png +%%DATADIR%%/images/units/human-magi/white-mage-die-4.png +%%DATADIR%%/images/units/human-magi/white-mage-magic1.png +%%DATADIR%%/images/units/human-magi/white-mage-magic2.png +%%DATADIR%%/images/units/human-magi/white-mage-magic3.png +%%DATADIR%%/images/units/human-magi/white-mage-magic4.png +%%DATADIR%%/images/units/human-magi/white-mage-magic5.png +%%DATADIR%%/images/units/human-magi/white-mage-magic6.png +%%DATADIR%%/images/units/human-magi/white-mage-melee-1.png +%%DATADIR%%/images/units/human-magi/white-mage-melee-2.png +%%DATADIR%%/images/units/human-magi/white-mage-melee-3.png +%%DATADIR%%/images/units/human-magi/white-mage-melee-4.png +%%DATADIR%%/images/units/human-magi/white-mage-melee-5.png +%%DATADIR%%/images/units/human-magi/white-mage-melee-6.png +%%DATADIR%%/images/units/human-magi/white-mage.png +%%DATADIR%%/images/units/human-outlaws/assassin+female-defend-1.png +%%DATADIR%%/images/units/human-outlaws/assassin+female-defend-2.png +%%DATADIR%%/images/units/human-outlaws/assassin+female-melee-1-1.png +%%DATADIR%%/images/units/human-outlaws/assassin+female-melee-1-2.png +%%DATADIR%%/images/units/human-outlaws/assassin+female-melee-2-1.png +%%DATADIR%%/images/units/human-outlaws/assassin+female-melee-2-2.png +%%DATADIR%%/images/units/human-outlaws/assassin+female-throwknife1.png +%%DATADIR%%/images/units/human-outlaws/assassin+female-throwknife2.png +%%DATADIR%%/images/units/human-outlaws/assassin+female.png +%%DATADIR%%/images/units/human-outlaws/assassin-defend-1.png +%%DATADIR%%/images/units/human-outlaws/assassin-defend-2.png +%%DATADIR%%/images/units/human-outlaws/assassin-melee-1-1.png +%%DATADIR%%/images/units/human-outlaws/assassin-melee-1-2.png +%%DATADIR%%/images/units/human-outlaws/assassin-melee-2-1.png +%%DATADIR%%/images/units/human-outlaws/assassin-melee-2-2.png +%%DATADIR%%/images/units/human-outlaws/assassin-throwknife1.png +%%DATADIR%%/images/units/human-outlaws/assassin-throwknife2.png +%%DATADIR%%/images/units/human-outlaws/assassin.png +%%DATADIR%%/images/units/human-outlaws/bandit-defend.png +%%DATADIR%%/images/units/human-outlaws/bandit-die-1.png +%%DATADIR%%/images/units/human-outlaws/bandit-die-2.png +%%DATADIR%%/images/units/human-outlaws/bandit-melee-1.png +%%DATADIR%%/images/units/human-outlaws/bandit-melee-2.png +%%DATADIR%%/images/units/human-outlaws/bandit-melee-3.png +%%DATADIR%%/images/units/human-outlaws/bandit.png +%%DATADIR%%/images/units/human-outlaws/footpad+female-attack1.png +%%DATADIR%%/images/units/human-outlaws/footpad+female-attack2.png +%%DATADIR%%/images/units/human-outlaws/footpad+female-defend.png +%%DATADIR%%/images/units/human-outlaws/footpad+female-melee-1.png +%%DATADIR%%/images/units/human-outlaws/footpad+female-melee-2.png +%%DATADIR%%/images/units/human-outlaws/footpad+female-melee-3.png +%%DATADIR%%/images/units/human-outlaws/footpad+female-melee-4.png +%%DATADIR%%/images/units/human-outlaws/footpad+female.png +%%DATADIR%%/images/units/human-outlaws/footpad-attack1.png +%%DATADIR%%/images/units/human-outlaws/footpad-attack2.png +%%DATADIR%%/images/units/human-outlaws/footpad-defend.png +%%DATADIR%%/images/units/human-outlaws/footpad-melee-1.png +%%DATADIR%%/images/units/human-outlaws/footpad-melee-2.png +%%DATADIR%%/images/units/human-outlaws/footpad-melee-3.png +%%DATADIR%%/images/units/human-outlaws/footpad-melee-4.png +%%DATADIR%%/images/units/human-outlaws/footpad.png +%%DATADIR%%/images/units/human-outlaws/outlaw+female-attack1.png +%%DATADIR%%/images/units/human-outlaws/outlaw+female-attack2.png +%%DATADIR%%/images/units/human-outlaws/outlaw+female-defend.png +%%DATADIR%%/images/units/human-outlaws/outlaw+female-melee-1.png +%%DATADIR%%/images/units/human-outlaws/outlaw+female-melee-2.png +%%DATADIR%%/images/units/human-outlaws/outlaw+female-melee-3.png +%%DATADIR%%/images/units/human-outlaws/outlaw+female.png +%%DATADIR%%/images/units/human-outlaws/outlaw-attack1.png +%%DATADIR%%/images/units/human-outlaws/outlaw-attack2.png +%%DATADIR%%/images/units/human-outlaws/outlaw-defend.png +%%DATADIR%%/images/units/human-outlaws/outlaw-melee-1.png +%%DATADIR%%/images/units/human-outlaws/outlaw-melee-2.png +%%DATADIR%%/images/units/human-outlaws/outlaw-melee-3.png +%%DATADIR%%/images/units/human-outlaws/outlaw.png +%%DATADIR%%/images/units/human-outlaws/poacher-attack.png +%%DATADIR%%/images/units/human-outlaws/poacher-attack1.png +%%DATADIR%%/images/units/human-outlaws/poacher-attack2.png +%%DATADIR%%/images/units/human-outlaws/poacher-attack3.png +%%DATADIR%%/images/units/human-outlaws/poacher-bow-defend.png +%%DATADIR%%/images/units/human-outlaws/poacher-defend.png +%%DATADIR%%/images/units/human-outlaws/poacher.png +%%DATADIR%%/images/units/human-outlaws/rogue+female-attack.png +%%DATADIR%%/images/units/human-outlaws/rogue+female-defend.png +%%DATADIR%%/images/units/human-outlaws/rogue+female-ranged.png +%%DATADIR%%/images/units/human-outlaws/rogue+female.png +%%DATADIR%%/images/units/human-outlaws/rogue-attack.png +%%DATADIR%%/images/units/human-outlaws/rogue-defend.png +%%DATADIR%%/images/units/human-outlaws/rogue-ranged.png +%%DATADIR%%/images/units/human-outlaws/rogue.png +%%DATADIR%%/images/units/human-outlaws/thief+female-attack.png +%%DATADIR%%/images/units/human-outlaws/thief+female-defend-1-1.png +%%DATADIR%%/images/units/human-outlaws/thief+female-defend-1-2.png +%%DATADIR%%/images/units/human-outlaws/thief+female-defend-2-1.png +%%DATADIR%%/images/units/human-outlaws/thief+female-defend-2-2.png +%%DATADIR%%/images/units/human-outlaws/thief+female-defend-3-1.png +%%DATADIR%%/images/units/human-outlaws/thief+female-defend-3-2.png +%%DATADIR%%/images/units/human-outlaws/thief+female-defend.png +%%DATADIR%%/images/units/human-outlaws/thief+female.png +%%DATADIR%%/images/units/human-outlaws/thief-attack.png +%%DATADIR%%/images/units/human-outlaws/thief-defend-1-1.png +%%DATADIR%%/images/units/human-outlaws/thief-defend-1-2.png +%%DATADIR%%/images/units/human-outlaws/thief-defend-2-1.png +%%DATADIR%%/images/units/human-outlaws/thief-defend-2-2.png +%%DATADIR%%/images/units/human-outlaws/thief-defend-3-1.png +%%DATADIR%%/images/units/human-outlaws/thief-defend-3-2.png +%%DATADIR%%/images/units/human-outlaws/thief-defend.png +%%DATADIR%%/images/units/human-outlaws/thief.png +%%DATADIR%%/images/units/human-outlaws/thug-attack.png +%%DATADIR%%/images/units/human-outlaws/thug-defend.png +%%DATADIR%%/images/units/human-outlaws/thug.png +%%DATADIR%%/images/units/human-outlaws/trapper-attack-melee-2.png +%%DATADIR%%/images/units/human-outlaws/trapper-attack-melee.png +%%DATADIR%%/images/units/human-outlaws/trapper-attack1.png +%%DATADIR%%/images/units/human-outlaws/trapper-attack2.png +%%DATADIR%%/images/units/human-outlaws/trapper-attack3.png +%%DATADIR%%/images/units/human-outlaws/trapper-bow-defend.png +%%DATADIR%%/images/units/human-outlaws/trapper-defend.png +%%DATADIR%%/images/units/human-outlaws/trapper.png +%%DATADIR%%/images/units/merfolk/diviner-defend.png +%%DATADIR%%/images/units/merfolk/diviner-magic1.png +%%DATADIR%%/images/units/merfolk/diviner-magic2.png +%%DATADIR%%/images/units/merfolk/diviner-magic3.png +%%DATADIR%%/images/units/merfolk/diviner-magic4.png +%%DATADIR%%/images/units/merfolk/diviner-magic5.png +%%DATADIR%%/images/units/merfolk/diviner-magic6.png +%%DATADIR%%/images/units/merfolk/diviner-staff-attack.png +%%DATADIR%%/images/units/merfolk/diviner.png +%%DATADIR%%/images/units/merfolk/enchantress-defend.png +%%DATADIR%%/images/units/merfolk/enchantress-staff-attack.png +%%DATADIR%%/images/units/merfolk/enchantress-water-attack1.png +%%DATADIR%%/images/units/merfolk/enchantress-water-attack2.png +%%DATADIR%%/images/units/merfolk/enchantress-water-attack3.png +%%DATADIR%%/images/units/merfolk/enchantress-water-attack4.png +%%DATADIR%%/images/units/merfolk/enchantress-water-attack5.png +%%DATADIR%%/images/units/merfolk/enchantress-water-attack6.png +%%DATADIR%%/images/units/merfolk/enchantress-water-attack7.png +%%DATADIR%%/images/units/merfolk/enchantress.png +%%DATADIR%%/images/units/merfolk/entangler.png +%%DATADIR%%/images/units/merfolk/fighter-attack.png +%%DATADIR%%/images/units/merfolk/fighter-defend.png +%%DATADIR%%/images/units/merfolk/fighter.png +%%DATADIR%%/images/units/merfolk/hoplite-attack.png +%%DATADIR%%/images/units/merfolk/hoplite-defend.png +%%DATADIR%%/images/units/merfolk/hoplite.png +%%DATADIR%%/images/units/merfolk/hunter-attack-n.png +%%DATADIR%%/images/units/merfolk/hunter-attack-ne.png +%%DATADIR%%/images/units/merfolk/hunter-attack-ranged.png +%%DATADIR%%/images/units/merfolk/hunter-attack-s.png +%%DATADIR%%/images/units/merfolk/hunter-attack-se.png +%%DATADIR%%/images/units/merfolk/hunter-defend.png +%%DATADIR%%/images/units/merfolk/hunter.png +%%DATADIR%%/images/units/merfolk/initiate-defend.png +%%DATADIR%%/images/units/merfolk/initiate-staff-attack.png +%%DATADIR%%/images/units/merfolk/initiate-water-attack1.png +%%DATADIR%%/images/units/merfolk/initiate-water-attack2.png +%%DATADIR%%/images/units/merfolk/initiate-water-attack3.png +%%DATADIR%%/images/units/merfolk/initiate-water-attack4.png +%%DATADIR%%/images/units/merfolk/initiate-water-attack5.png +%%DATADIR%%/images/units/merfolk/initiate-water-attack6.png +%%DATADIR%%/images/units/merfolk/initiate-water-attack7.png +%%DATADIR%%/images/units/merfolk/initiate.png +%%DATADIR%%/images/units/merfolk/javelineer-attack-n.png +%%DATADIR%%/images/units/merfolk/javelineer-attack-ne.png +%%DATADIR%%/images/units/merfolk/javelineer-attack-ranged.png +%%DATADIR%%/images/units/merfolk/javelineer-attack-s.png +%%DATADIR%%/images/units/merfolk/javelineer-attack-se.png +%%DATADIR%%/images/units/merfolk/javelineer-defend.png +%%DATADIR%%/images/units/merfolk/javelineer.png +%%DATADIR%%/images/units/merfolk/king-attack.png +%%DATADIR%%/images/units/merfolk/king-defend.png +%%DATADIR%%/images/units/merfolk/king.png +%%DATADIR%%/images/units/merfolk/netcaster.png +%%DATADIR%%/images/units/merfolk/priestess-defend.png +%%DATADIR%%/images/units/merfolk/priestess-magic1.png +%%DATADIR%%/images/units/merfolk/priestess-magic2.png +%%DATADIR%%/images/units/merfolk/priestess-magic3.png +%%DATADIR%%/images/units/merfolk/priestess-magic4.png +%%DATADIR%%/images/units/merfolk/priestess-magic5.png +%%DATADIR%%/images/units/merfolk/priestess-magic6.png +%%DATADIR%%/images/units/merfolk/priestess-staff-attack.png +%%DATADIR%%/images/units/merfolk/priestess.png +%%DATADIR%%/images/units/merfolk/siren-defend.png +%%DATADIR%%/images/units/merfolk/siren-naia-touch-attack1.png +%%DATADIR%%/images/units/merfolk/siren-naia-touch-attack2.png +%%DATADIR%%/images/units/merfolk/siren-naia-touch-attack3.png +%%DATADIR%%/images/units/merfolk/siren-naia-touch-attack4.png +%%DATADIR%%/images/units/merfolk/siren-water-attack1.png +%%DATADIR%%/images/units/merfolk/siren-water-attack2.png +%%DATADIR%%/images/units/merfolk/siren-water-attack3.png +%%DATADIR%%/images/units/merfolk/siren-water-attack4.png +%%DATADIR%%/images/units/merfolk/siren-water-attack5.png +%%DATADIR%%/images/units/merfolk/siren-water-attack6.png +%%DATADIR%%/images/units/merfolk/siren-water-attack7.png +%%DATADIR%%/images/units/merfolk/siren.png +%%DATADIR%%/images/units/merfolk/spearman-attack-n.png +%%DATADIR%%/images/units/merfolk/spearman-attack-ne.png +%%DATADIR%%/images/units/merfolk/spearman-attack-ranged.png +%%DATADIR%%/images/units/merfolk/spearman-attack-s.png +%%DATADIR%%/images/units/merfolk/spearman-attack-se.png +%%DATADIR%%/images/units/merfolk/spearman-defend.png +%%DATADIR%%/images/units/merfolk/spearman.png +%%DATADIR%%/images/units/merfolk/triton-attack-blade.png +%%DATADIR%%/images/units/merfolk/triton-attack-pierce.png +%%DATADIR%%/images/units/merfolk/triton-defend.png +%%DATADIR%%/images/units/merfolk/triton.png +%%DATADIR%%/images/units/merfolk/warrior-attack.png +%%DATADIR%%/images/units/merfolk/warrior-defend.png +%%DATADIR%%/images/units/merfolk/warrior.png +%%DATADIR%%/images/units/monsters/cavespider-attack-melee.png +%%DATADIR%%/images/units/monsters/cavespider-attack-ranged.png +%%DATADIR%%/images/units/monsters/cavespider-defend.png +%%DATADIR%%/images/units/monsters/cavespider-die-1.png +%%DATADIR%%/images/units/monsters/cavespider-die-2.png +%%DATADIR%%/images/units/monsters/cavespider.png +%%DATADIR%%/images/units/monsters/cuttlefish-attack-2.png +%%DATADIR%%/images/units/monsters/cuttlefish-attack-3.png +%%DATADIR%%/images/units/monsters/cuttlefish-attack-4.png +%%DATADIR%%/images/units/monsters/cuttlefish-attack-ink.png +%%DATADIR%%/images/units/monsters/cuttlefish-attack.png +%%DATADIR%%/images/units/monsters/cuttlefish-defend.png +%%DATADIR%%/images/units/monsters/cuttlefish-die-1.png +%%DATADIR%%/images/units/monsters/cuttlefish-die-2.png +%%DATADIR%%/images/units/monsters/cuttlefish.png +%%DATADIR%%/images/units/monsters/deep-tentacle-attack.png +%%DATADIR%%/images/units/monsters/deep-tentacle-defend.png +%%DATADIR%%/images/units/monsters/deep-tentacle-die-1.png +%%DATADIR%%/images/units/monsters/deep-tentacle-die-2.png +%%DATADIR%%/images/units/monsters/deep-tentacle-die-3.png +%%DATADIR%%/images/units/monsters/deep-tentacle-die-4.png +%%DATADIR%%/images/units/monsters/deep-tentacle-die-5.png +%%DATADIR%%/images/units/monsters/deep-tentacle-die-6.png +%%DATADIR%%/images/units/monsters/deep-tentacle.png +%%DATADIR%%/images/units/monsters/giant-mudcrawler-attack.png +%%DATADIR%%/images/units/monsters/giant-mudcrawler-attack1.png +%%DATADIR%%/images/units/monsters/giant-mudcrawler-attack2.png +%%DATADIR%%/images/units/monsters/giant-mudcrawler-death1.png +%%DATADIR%%/images/units/monsters/giant-mudcrawler-death2.png +%%DATADIR%%/images/units/monsters/giant-mudcrawler-death3.png +%%DATADIR%%/images/units/monsters/giant-mudcrawler-death4.png +%%DATADIR%%/images/units/monsters/giant-mudcrawler-defend.png +%%DATADIR%%/images/units/monsters/giant-mudcrawler.png +%%DATADIR%%/images/units/monsters/gryphon-attack.png +%%DATADIR%%/images/units/monsters/gryphon-flying-1and3.png +%%DATADIR%%/images/units/monsters/gryphon-flying-2.png +%%DATADIR%%/images/units/monsters/gryphon-flying-4.png +%%DATADIR%%/images/units/monsters/gryphon-flying-5and7.png +%%DATADIR%%/images/units/monsters/gryphon-flying-6.png +%%DATADIR%%/images/units/monsters/gryphon-flying-8.png +%%DATADIR%%/images/units/monsters/gryphon.png +%%DATADIR%%/images/units/monsters/mudcrawler-attack.png +%%DATADIR%%/images/units/monsters/mudcrawler-death1.png +%%DATADIR%%/images/units/monsters/mudcrawler-death2.png +%%DATADIR%%/images/units/monsters/mudcrawler-death3.png +%%DATADIR%%/images/units/monsters/mudcrawler-death4.png +%%DATADIR%%/images/units/monsters/mudcrawler-defend.png +%%DATADIR%%/images/units/monsters/mudcrawler.png +%%DATADIR%%/images/units/monsters/scorpion-defend.png +%%DATADIR%%/images/units/monsters/scorpion-pincers-attack.png +%%DATADIR%%/images/units/monsters/scorpion-sting-attack.png +%%DATADIR%%/images/units/monsters/scorpion.png +%%DATADIR%%/images/units/monsters/seaserpent-attack.png +%%DATADIR%%/images/units/monsters/seaserpent-defend.png +%%DATADIR%%/images/units/monsters/seaserpent-die-1.png +%%DATADIR%%/images/units/monsters/seaserpent-die-2.png +%%DATADIR%%/images/units/monsters/seaserpent-die-3.png +%%DATADIR%%/images/units/monsters/seaserpent-die-4.png +%%DATADIR%%/images/units/monsters/seaserpent-die-5.png +%%DATADIR%%/images/units/monsters/seaserpent-die-6.png +%%DATADIR%%/images/units/monsters/seaserpent-die-7.png +%%DATADIR%%/images/units/monsters/seaserpent-die-8.png +%%DATADIR%%/images/units/monsters/seaserpent-die-9.png +%%DATADIR%%/images/units/monsters/seaserpent.png +%%DATADIR%%/images/units/monsters/yeti-attack1.png +%%DATADIR%%/images/units/monsters/yeti-attack2.png +%%DATADIR%%/images/units/monsters/yeti-attack3.png +%%DATADIR%%/images/units/monsters/yeti-defend.png +%%DATADIR%%/images/units/monsters/yeti-die1.png +%%DATADIR%%/images/units/monsters/yeti-die2.png +%%DATADIR%%/images/units/monsters/yeti-die3.png +%%DATADIR%%/images/units/monsters/yeti-die4.png +%%DATADIR%%/images/units/monsters/yeti-die5.png +%%DATADIR%%/images/units/monsters/yeti.png +%%DATADIR%%/images/units/nagas/fighter+female-attack.png +%%DATADIR%%/images/units/nagas/fighter+female-defend.png +%%DATADIR%%/images/units/nagas/fighter+female.png +%%DATADIR%%/images/units/nagas/fighter-attack.png +%%DATADIR%%/images/units/nagas/fighter-defend.png +%%DATADIR%%/images/units/nagas/fighter.png +%%DATADIR%%/images/units/nagas/myrmidon+female-attack.png +%%DATADIR%%/images/units/nagas/myrmidon+female-defend.png +%%DATADIR%%/images/units/nagas/myrmidon+female.png +%%DATADIR%%/images/units/nagas/myrmidon-attack.png +%%DATADIR%%/images/units/nagas/myrmidon-defend.png +%%DATADIR%%/images/units/nagas/myrmidon.png +%%DATADIR%%/images/units/nagas/warrior+female-attack.png +%%DATADIR%%/images/units/nagas/warrior+female-defend.png +%%DATADIR%%/images/units/nagas/warrior+female.png +%%DATADIR%%/images/units/nagas/warrior-attack.png +%%DATADIR%%/images/units/nagas/warrior-defend.png +%%DATADIR%%/images/units/nagas/warrior.png +%%DATADIR%%/images/units/ogres/ogre-attack1.png +%%DATADIR%%/images/units/ogres/ogre-attack2.png +%%DATADIR%%/images/units/ogres/ogre-attack3.png +%%DATADIR%%/images/units/ogres/ogre-attack4.png +%%DATADIR%%/images/units/ogres/ogre-attack5.png +%%DATADIR%%/images/units/ogres/ogre-defend.png +%%DATADIR%%/images/units/ogres/ogre.png +%%DATADIR%%/images/units/ogres/young-ogre-attack1.png +%%DATADIR%%/images/units/ogres/young-ogre-attack2.png +%%DATADIR%%/images/units/ogres/young-ogre-attack3.png +%%DATADIR%%/images/units/ogres/young-ogre-attack4.png +%%DATADIR%%/images/units/ogres/young-ogre-attack5.png +%%DATADIR%%/images/units/ogres/young-ogre-defend.png +%%DATADIR%%/images/units/ogres/young-ogre.png +%%DATADIR%%/images/units/orcs/archer-death-1.png +%%DATADIR%%/images/units/orcs/archer-death-2.png +%%DATADIR%%/images/units/orcs/archer-death-3.png +%%DATADIR%%/images/units/orcs/archer-death-4.png +%%DATADIR%%/images/units/orcs/archer-death-5.png +%%DATADIR%%/images/units/orcs/archer-death-6.png +%%DATADIR%%/images/units/orcs/archer-death-7.png +%%DATADIR%%/images/units/orcs/archer-death-8.png +%%DATADIR%%/images/units/orcs/archer-death-9.png +%%DATADIR%%/images/units/orcs/archer-defend.png +%%DATADIR%%/images/units/orcs/archer-melee-01.png +%%DATADIR%%/images/units/orcs/archer-melee-02.png +%%DATADIR%%/images/units/orcs/archer-melee-03.png +%%DATADIR%%/images/units/orcs/archer-melee-04.png +%%DATADIR%%/images/units/orcs/archer-melee-05.png +%%DATADIR%%/images/units/orcs/archer-melee-06.png +%%DATADIR%%/images/units/orcs/archer-melee-07.png +%%DATADIR%%/images/units/orcs/archer-melee-08.png +%%DATADIR%%/images/units/orcs/archer-melee-09.png +%%DATADIR%%/images/units/orcs/archer-melee-10.png +%%DATADIR%%/images/units/orcs/archer-melee-11.png +%%DATADIR%%/images/units/orcs/archer-melee-12.png +%%DATADIR%%/images/units/orcs/archer-melee-13.png +%%DATADIR%%/images/units/orcs/archer-melee-14.png +%%DATADIR%%/images/units/orcs/archer-melee-15.png +%%DATADIR%%/images/units/orcs/archer-melee-16.png +%%DATADIR%%/images/units/orcs/archer-melee-17.png +%%DATADIR%%/images/units/orcs/archer-ranged-1.png +%%DATADIR%%/images/units/orcs/archer-ranged-2.png +%%DATADIR%%/images/units/orcs/archer-ranged-3.png +%%DATADIR%%/images/units/orcs/archer-ranged-4.png +%%DATADIR%%/images/units/orcs/archer-ranged-5.png +%%DATADIR%%/images/units/orcs/archer-ranged-6.png +%%DATADIR%%/images/units/orcs/archer.png +%%DATADIR%%/images/units/orcs/assassin-attack1.png +%%DATADIR%%/images/units/orcs/assassin-attack2.png +%%DATADIR%%/images/units/orcs/assassin-defend.png +%%DATADIR%%/images/units/orcs/assassin-ranged1.png +%%DATADIR%%/images/units/orcs/assassin-ranged2.png +%%DATADIR%%/images/units/orcs/assassin.png +%%DATADIR%%/images/units/orcs/grunt-attack-w1.png +%%DATADIR%%/images/units/orcs/grunt-attack-w2.png +%%DATADIR%%/images/units/orcs/grunt-attack-w3.png +%%DATADIR%%/images/units/orcs/grunt-attack-w4.png +%%DATADIR%%/images/units/orcs/grunt-attack-w5.png +%%DATADIR%%/images/units/orcs/grunt-attack.png +%%DATADIR%%/images/units/orcs/grunt-defend.png +%%DATADIR%%/images/units/orcs/grunt.png +%%DATADIR%%/images/units/orcs/leader-attack.png +%%DATADIR%%/images/units/orcs/leader-defend.png +%%DATADIR%%/images/units/orcs/leader-ranged-1.png +%%DATADIR%%/images/units/orcs/leader-ranged-2.png +%%DATADIR%%/images/units/orcs/leader.png +%%DATADIR%%/images/units/orcs/ruler-attack.png +%%DATADIR%%/images/units/orcs/ruler-defend.png +%%DATADIR%%/images/units/orcs/ruler-ranged-1.png +%%DATADIR%%/images/units/orcs/ruler-ranged-2.png +%%DATADIR%%/images/units/orcs/ruler.png +%%DATADIR%%/images/units/orcs/slayer-attack1-s.png +%%DATADIR%%/images/units/orcs/slayer-attack1.png +%%DATADIR%%/images/units/orcs/slayer-attack2-s.png +%%DATADIR%%/images/units/orcs/slayer-attack2.png +%%DATADIR%%/images/units/orcs/slayer-defend.png +%%DATADIR%%/images/units/orcs/slayer-ranged1.png +%%DATADIR%%/images/units/orcs/slayer-ranged2.png +%%DATADIR%%/images/units/orcs/slayer.png +%%DATADIR%%/images/units/orcs/slurbow-attack-1.png +%%DATADIR%%/images/units/orcs/slurbow-attack-2.png +%%DATADIR%%/images/units/orcs/slurbow-attack-3.png +%%DATADIR%%/images/units/orcs/slurbow-attack-4.png +%%DATADIR%%/images/units/orcs/slurbow-attack-5.png +%%DATADIR%%/images/units/orcs/slurbow-attack-6.png +%%DATADIR%%/images/units/orcs/slurbow-attack-ranged.png +%%DATADIR%%/images/units/orcs/slurbow-defend.png +%%DATADIR%%/images/units/orcs/slurbow.png +%%DATADIR%%/images/units/orcs/sovereign-attack1.png +%%DATADIR%%/images/units/orcs/sovereign-attack2.png +%%DATADIR%%/images/units/orcs/sovereign-defend.png +%%DATADIR%%/images/units/orcs/sovereign-ranged-1.png +%%DATADIR%%/images/units/orcs/sovereign-ranged-2.png +%%DATADIR%%/images/units/orcs/sovereign.png +%%DATADIR%%/images/units/orcs/warlord-attack-sword-1.png +%%DATADIR%%/images/units/orcs/warlord-attack-sword-2.png +%%DATADIR%%/images/units/orcs/warlord-attack-sword-3.png +%%DATADIR%%/images/units/orcs/warlord-attack-sword-4.png +%%DATADIR%%/images/units/orcs/warlord-defend.png +%%DATADIR%%/images/units/orcs/warlord-ranged-1.png +%%DATADIR%%/images/units/orcs/warlord-ranged-2.png +%%DATADIR%%/images/units/orcs/warlord-ranged-3.png +%%DATADIR%%/images/units/orcs/warlord-ranged-4.png +%%DATADIR%%/images/units/orcs/warlord.png +%%DATADIR%%/images/units/orcs/warrior-attack-w1.png +%%DATADIR%%/images/units/orcs/warrior-attack-w2.png +%%DATADIR%%/images/units/orcs/warrior-attack-w3.png +%%DATADIR%%/images/units/orcs/warrior-attack-w4.png +%%DATADIR%%/images/units/orcs/warrior-attack-w5.png +%%DATADIR%%/images/units/orcs/warrior-defend.png +%%DATADIR%%/images/units/orcs/warrior-melee1.png +%%DATADIR%%/images/units/orcs/warrior.png +%%DATADIR%%/images/units/orcs/xbowman-attack.png +%%DATADIR%%/images/units/orcs/xbowman-defend.png +%%DATADIR%%/images/units/orcs/xbowman-ranged-1.png +%%DATADIR%%/images/units/orcs/xbowman-ranged-2.png +%%DATADIR%%/images/units/orcs/xbowman.png +%%DATADIR%%/images/units/random-enemy.png +%%DATADIR%%/images/units/saurians/ambusher-attack1.png +%%DATADIR%%/images/units/saurians/ambusher-attack2.png +%%DATADIR%%/images/units/saurians/ambusher-defend.png +%%DATADIR%%/images/units/saurians/ambusher-ranged-1.png +%%DATADIR%%/images/units/saurians/ambusher-ranged-2.png +%%DATADIR%%/images/units/saurians/ambusher-ranged-3.png +%%DATADIR%%/images/units/saurians/ambusher.png +%%DATADIR%%/images/units/saurians/augur-defend.png +%%DATADIR%%/images/units/saurians/augur-magic.png +%%DATADIR%%/images/units/saurians/augur-melee.png +%%DATADIR%%/images/units/saurians/augur.png +%%DATADIR%%/images/units/saurians/flanker-attack-ranged-1.png +%%DATADIR%%/images/units/saurians/flanker-attack-ranged-2.png +%%DATADIR%%/images/units/saurians/flanker-attack-ranged-3.png +%%DATADIR%%/images/units/saurians/flanker-attack-ranged-4.png +%%DATADIR%%/images/units/saurians/flanker-attack1.png +%%DATADIR%%/images/units/saurians/flanker-attack2.png +%%DATADIR%%/images/units/saurians/flanker-defend.png +%%DATADIR%%/images/units/saurians/flanker.png +%%DATADIR%%/images/units/saurians/oracle-defend.png +%%DATADIR%%/images/units/saurians/oracle-magic.png +%%DATADIR%%/images/units/saurians/oracle-melee.png +%%DATADIR%%/images/units/saurians/oracle.png +%%DATADIR%%/images/units/saurians/skirmisher-attack-ranged-1.png +%%DATADIR%%/images/units/saurians/skirmisher-attack-ranged-2.png +%%DATADIR%%/images/units/saurians/skirmisher-attack1.png +%%DATADIR%%/images/units/saurians/skirmisher-attack2.png +%%DATADIR%%/images/units/saurians/skirmisher-defend.png +%%DATADIR%%/images/units/saurians/skirmisher.png +%%DATADIR%%/images/units/saurians/soothsayer-defend.png +%%DATADIR%%/images/units/saurians/soothsayer-magic.png +%%DATADIR%%/images/units/saurians/soothsayer-melee.png +%%DATADIR%%/images/units/saurians/soothsayer.png +%%DATADIR%%/images/units/transport/galleon.png +%%DATADIR%%/images/units/transport/pirate-galleon.png +%%DATADIR%%/images/units/transport/transport-galleon.png +%%DATADIR%%/images/units/trolls/great-troll-attack-1.png +%%DATADIR%%/images/units/trolls/great-troll-attack-2.png +%%DATADIR%%/images/units/trolls/great-troll-attack-3.png +%%DATADIR%%/images/units/trolls/great-troll-attack-4.png +%%DATADIR%%/images/units/trolls/great-troll-attack-5.png +%%DATADIR%%/images/units/trolls/great-troll-attack.png +%%DATADIR%%/images/units/trolls/great-troll-defend.png +%%DATADIR%%/images/units/trolls/great-troll.png +%%DATADIR%%/images/units/trolls/grunt-attack-1.png +%%DATADIR%%/images/units/trolls/grunt-attack-2.png +%%DATADIR%%/images/units/trolls/grunt-attack-3.png +%%DATADIR%%/images/units/trolls/grunt-attack-4.png +%%DATADIR%%/images/units/trolls/grunt-defend.png +%%DATADIR%%/images/units/trolls/grunt.png +%%DATADIR%%/images/units/trolls/hero-attack-1.png +%%DATADIR%%/images/units/trolls/hero-attack-2.png +%%DATADIR%%/images/units/trolls/hero-attack-3.png +%%DATADIR%%/images/units/trolls/hero-attack-4.png +%%DATADIR%%/images/units/trolls/hero-defend.png +%%DATADIR%%/images/units/trolls/hero.png +%%DATADIR%%/images/units/trolls/lobber-attack-melee.png +%%DATADIR%%/images/units/trolls/lobber-attack-ranged1.png +%%DATADIR%%/images/units/trolls/lobber-attack-ranged2.png +%%DATADIR%%/images/units/trolls/lobber-defend.png +%%DATADIR%%/images/units/trolls/lobber.png +%%DATADIR%%/images/units/trolls/warrior-attack-1.png +%%DATADIR%%/images/units/trolls/warrior-attack-2.png +%%DATADIR%%/images/units/trolls/warrior-attack-3.png +%%DATADIR%%/images/units/trolls/warrior-attack-4.png +%%DATADIR%%/images/units/trolls/warrior-defend.png +%%DATADIR%%/images/units/trolls/warrior.png +%%DATADIR%%/images/units/trolls/whelp-attack-1.png +%%DATADIR%%/images/units/trolls/whelp-attack-2.png +%%DATADIR%%/images/units/trolls/whelp-attack-3.png +%%DATADIR%%/images/units/trolls/whelp-defend-2.png +%%DATADIR%%/images/units/trolls/whelp-defend.png +%%DATADIR%%/images/units/trolls/whelp-die-1.png +%%DATADIR%%/images/units/trolls/whelp-die-2.png +%%DATADIR%%/images/units/trolls/whelp-die-3.png +%%DATADIR%%/images/units/trolls/whelp-die-4.png +%%DATADIR%%/images/units/trolls/whelp-die-5.png +%%DATADIR%%/images/units/trolls/whelp-die-6.png +%%DATADIR%%/images/units/trolls/whelp-die-7.png +%%DATADIR%%/images/units/trolls/whelp-skeleton.png +%%DATADIR%%/images/units/trolls/whelp.png +%%DATADIR%%/images/units/undead-blackspell.png +%%DATADIR%%/images/units/undead-necromancers/adept+female-defend.png +%%DATADIR%%/images/units/undead-necromancers/adept+female-ranged-1.png +%%DATADIR%%/images/units/undead-necromancers/adept+female-ranged-2.png +%%DATADIR%%/images/units/undead-necromancers/adept+female-ranged-3.png +%%DATADIR%%/images/units/undead-necromancers/adept+female-ranged-4.png +%%DATADIR%%/images/units/undead-necromancers/adept+female-ranged-5.png +%%DATADIR%%/images/units/undead-necromancers/adept+female-ranged-6.png +%%DATADIR%%/images/units/undead-necromancers/adept+female-ranged-7.png +%%DATADIR%%/images/units/undead-necromancers/adept+female-ranged-8.png +%%DATADIR%%/images/units/undead-necromancers/adept+female.png +%%DATADIR%%/images/units/undead-necromancers/adept-defend.png +%%DATADIR%%/images/units/undead-necromancers/adept-die1.png +%%DATADIR%%/images/units/undead-necromancers/adept-die2.png +%%DATADIR%%/images/units/undead-necromancers/adept-die3.png +%%DATADIR%%/images/units/undead-necromancers/adept-die4.png +%%DATADIR%%/images/units/undead-necromancers/adept-ranged-1.png +%%DATADIR%%/images/units/undead-necromancers/adept-ranged-2.png +%%DATADIR%%/images/units/undead-necromancers/adept-ranged-3.png +%%DATADIR%%/images/units/undead-necromancers/adept-ranged-4.png +%%DATADIR%%/images/units/undead-necromancers/adept-ranged-5.png +%%DATADIR%%/images/units/undead-necromancers/adept-ranged-6.png +%%DATADIR%%/images/units/undead-necromancers/adept-ranged-7.png +%%DATADIR%%/images/units/undead-necromancers/adept-ranged-8.png +%%DATADIR%%/images/units/undead-necromancers/adept.png +%%DATADIR%%/images/units/undead-necromancers/ancient-lich-defend.png +%%DATADIR%%/images/units/undead-necromancers/ancient-lich-magic-1.png +%%DATADIR%%/images/units/undead-necromancers/ancient-lich-magic-2.png +%%DATADIR%%/images/units/undead-necromancers/ancient-lich-magic-3.png +%%DATADIR%%/images/units/undead-necromancers/ancient-lich-melee.png +%%DATADIR%%/images/units/undead-necromancers/ancient-lich.png +%%DATADIR%%/images/units/undead-necromancers/dark-sorcerer-defend.png +%%DATADIR%%/images/units/undead-necromancers/dark-sorcerer-magic-1.png +%%DATADIR%%/images/units/undead-necromancers/dark-sorcerer-magic-2.png +%%DATADIR%%/images/units/undead-necromancers/dark-sorcerer-magic-3.png +%%DATADIR%%/images/units/undead-necromancers/dark-sorcerer-melee.png +%%DATADIR%%/images/units/undead-necromancers/dark-sorcerer.png +%%DATADIR%%/images/units/undead-necromancers/lich-defend.png +%%DATADIR%%/images/units/undead-necromancers/lich-magic-1.png +%%DATADIR%%/images/units/undead-necromancers/lich-magic-2.png +%%DATADIR%%/images/units/undead-necromancers/lich-magic-3.png +%%DATADIR%%/images/units/undead-necromancers/lich-melee.png +%%DATADIR%%/images/units/undead-necromancers/lich.png +%%DATADIR%%/images/units/undead-necromancers/necromancer-defend.png +%%DATADIR%%/images/units/undead-necromancers/necromancer-magic-1.png +%%DATADIR%%/images/units/undead-necromancers/necromancer-magic-2.png +%%DATADIR%%/images/units/undead-necromancers/necromancer-magic-3.png +%%DATADIR%%/images/units/undead-necromancers/necromancer-melee.png +%%DATADIR%%/images/units/undead-necromancers/necromancer.png +%%DATADIR%%/images/units/undead-skeletal/archer-attack.png +%%DATADIR%%/images/units/undead-skeletal/archer-attack1.png +%%DATADIR%%/images/units/undead-skeletal/archer-attack2.png +%%DATADIR%%/images/units/undead-skeletal/archer-defend.png +%%DATADIR%%/images/units/undead-skeletal/archer-die-1.png +%%DATADIR%%/images/units/undead-skeletal/archer-die-10.png +%%DATADIR%%/images/units/undead-skeletal/archer-die-11.png +%%DATADIR%%/images/units/undead-skeletal/archer-die-12.png +%%DATADIR%%/images/units/undead-skeletal/archer-die-13.png +%%DATADIR%%/images/units/undead-skeletal/archer-die-2.png +%%DATADIR%%/images/units/undead-skeletal/archer-die-3.png +%%DATADIR%%/images/units/undead-skeletal/archer-die-4.png +%%DATADIR%%/images/units/undead-skeletal/archer-die-5.png +%%DATADIR%%/images/units/undead-skeletal/archer-die-6.png +%%DATADIR%%/images/units/undead-skeletal/archer-die-7.png +%%DATADIR%%/images/units/undead-skeletal/archer-die-8.png +%%DATADIR%%/images/units/undead-skeletal/archer-die-9.png +%%DATADIR%%/images/units/undead-skeletal/archer.png +%%DATADIR%%/images/units/undead-skeletal/boneshooter-attack.png +%%DATADIR%%/images/units/undead-skeletal/boneshooter-attack1.png +%%DATADIR%%/images/units/undead-skeletal/boneshooter-attack2.png +%%DATADIR%%/images/units/undead-skeletal/boneshooter-defend.png +%%DATADIR%%/images/units/undead-skeletal/boneshooter-die-1.png +%%DATADIR%%/images/units/undead-skeletal/boneshooter-die-2.png +%%DATADIR%%/images/units/undead-skeletal/boneshooter.png +%%DATADIR%%/images/units/undead-skeletal/deathblade-attack1.png +%%DATADIR%%/images/units/undead-skeletal/deathblade-attack2.png +%%DATADIR%%/images/units/undead-skeletal/deathblade-attack3.png +%%DATADIR%%/images/units/undead-skeletal/deathblade-defend.png +%%DATADIR%%/images/units/undead-skeletal/deathblade-die-1.png +%%DATADIR%%/images/units/undead-skeletal/deathblade-die-2.png +%%DATADIR%%/images/units/undead-skeletal/deathblade.png +%%DATADIR%%/images/units/undead-skeletal/deathknight-attack-1.png +%%DATADIR%%/images/units/undead-skeletal/deathknight-attack-2.png +%%DATADIR%%/images/units/undead-skeletal/deathknight-attack-3.png +%%DATADIR%%/images/units/undead-skeletal/deathknight-attack-4.png +%%DATADIR%%/images/units/undead-skeletal/deathknight-attack-crossbow-1.png +%%DATADIR%%/images/units/undead-skeletal/deathknight-attack-crossbow-2.png +%%DATADIR%%/images/units/undead-skeletal/deathknight-defend.png +%%DATADIR%%/images/units/undead-skeletal/deathknight-die-1.png +%%DATADIR%%/images/units/undead-skeletal/deathknight-die-2.png +%%DATADIR%%/images/units/undead-skeletal/deathknight-leading.png +%%DATADIR%%/images/units/undead-skeletal/deathknight.png +%%DATADIR%%/images/units/undead-skeletal/draug-attack1.png +%%DATADIR%%/images/units/undead-skeletal/draug-attack2.png +%%DATADIR%%/images/units/undead-skeletal/draug-defend.png +%%DATADIR%%/images/units/undead-skeletal/draug-die-1.png +%%DATADIR%%/images/units/undead-skeletal/draug-die-2.png +%%DATADIR%%/images/units/undead-skeletal/draug.png +%%DATADIR%%/images/units/undead-skeletal/revenant-attack.png +%%DATADIR%%/images/units/undead-skeletal/revenant-defend.png +%%DATADIR%%/images/units/undead-skeletal/revenant-dying-2.png +%%DATADIR%%/images/units/undead-skeletal/revenant-dying.png +%%DATADIR%%/images/units/undead-skeletal/revenant.png +%%DATADIR%%/images/units/undead-skeletal/skeleton-attack.png +%%DATADIR%%/images/units/undead-skeletal/skeleton-attackb.png +%%DATADIR%%/images/units/undead-skeletal/skeleton-defend.png +%%DATADIR%%/images/units/undead-skeletal/skeleton-dying-1.png +%%DATADIR%%/images/units/undead-skeletal/skeleton-dying-2.png +%%DATADIR%%/images/units/undead-skeletal/skeleton-dying-3.png +%%DATADIR%%/images/units/undead-skeletal/skeleton-dying-4.png +%%DATADIR%%/images/units/undead-skeletal/skeleton-dying-5.png +%%DATADIR%%/images/units/undead-skeletal/skeleton-dying-6.png +%%DATADIR%%/images/units/undead-skeletal/skeleton-dying-7.png +%%DATADIR%%/images/units/undead-skeletal/skeleton.png +%%DATADIR%%/images/units/undead-skeletal/soulshooter-attack.png +%%DATADIR%%/images/units/undead-skeletal/soulshooter-defend.png +%%DATADIR%%/images/units/undead-skeletal/soulshooter-ranged.png +%%DATADIR%%/images/units/undead-skeletal/soulshooter-ranged1.png +%%DATADIR%%/images/units/undead-skeletal/soulshooter-ranged2.png +%%DATADIR%%/images/units/undead-skeletal/soulshooter-ranged3.png +%%DATADIR%%/images/units/undead-skeletal/soulshooter-ranged4.png +%%DATADIR%%/images/units/undead-skeletal/soulshooter-ranged5.png +%%DATADIR%%/images/units/undead-skeletal/soulshooter.png +%%DATADIR%%/images/units/undead/bat-attack.png +%%DATADIR%%/images/units/undead/bat-defend.png +%%DATADIR%%/images/units/undead/bat-die-1.png +%%DATADIR%%/images/units/undead/bat-die-2.png +%%DATADIR%%/images/units/undead/bat-die-3.png +%%DATADIR%%/images/units/undead/bat-die-4.png +%%DATADIR%%/images/units/undead/bat-die-5.png +%%DATADIR%%/images/units/undead/bat-die-6.png +%%DATADIR%%/images/units/undead/bat-die-7.png +%%DATADIR%%/images/units/undead/bat.png +%%DATADIR%%/images/units/undead/bloodbat-attack.png +%%DATADIR%%/images/units/undead/bloodbat-defend.png +%%DATADIR%%/images/units/undead/bloodbat-die-1.png +%%DATADIR%%/images/units/undead/bloodbat-die-2.png +%%DATADIR%%/images/units/undead/bloodbat.png +%%DATADIR%%/images/units/undead/ghost-attack.png +%%DATADIR%%/images/units/undead/ghost-attack1.png +%%DATADIR%%/images/units/undead/ghost-defend.png +%%DATADIR%%/images/units/undead/ghost.png +%%DATADIR%%/images/units/undead/ghoul-attack-1.png +%%DATADIR%%/images/units/undead/ghoul-attack-2.png +%%DATADIR%%/images/units/undead/ghoul-defend.png +%%DATADIR%%/images/units/undead/ghoul.png +%%DATADIR%%/images/units/undead/necrophage-attack.png +%%DATADIR%%/images/units/undead/necrophage-defend.png +%%DATADIR%%/images/units/undead/necrophage.png +%%DATADIR%%/images/units/undead/nightgaunt-attack.png +%%DATADIR%%/images/units/undead/nightgaunt-attack2.png +%%DATADIR%%/images/units/undead/nightgaunt-defend.png +%%DATADIR%%/images/units/undead/nightgaunt-die-1.png +%%DATADIR%%/images/units/undead/nightgaunt-die-2.png +%%DATADIR%%/images/units/undead/nightgaunt-die-3.png +%%DATADIR%%/images/units/undead/nightgaunt-die-4.png +%%DATADIR%%/images/units/undead/nightgaunt-die-5.png +%%DATADIR%%/images/units/undead/nightgaunt.png +%%DATADIR%%/images/units/undead/shadow-attack.png +%%DATADIR%%/images/units/undead/shadow-defend.png +%%DATADIR%%/images/units/undead/shadow.png +%%DATADIR%%/images/units/undead/soulless-attack-n.png +%%DATADIR%%/images/units/undead/soulless-attack-s.png +%%DATADIR%%/images/units/undead/soulless-attack.png +%%DATADIR%%/images/units/undead/soulless-defend.png +%%DATADIR%%/images/units/undead/soulless-die-1.png +%%DATADIR%%/images/units/undead/soulless-die-2.png +%%DATADIR%%/images/units/undead/soulless-die-3.png +%%DATADIR%%/images/units/undead/soulless-drake-attack-n.png +%%DATADIR%%/images/units/undead/soulless-drake-attack-s.png +%%DATADIR%%/images/units/undead/soulless-drake-attack.png +%%DATADIR%%/images/units/undead/soulless-drake-die-1.png +%%DATADIR%%/images/units/undead/soulless-drake-die-2.png +%%DATADIR%%/images/units/undead/soulless-drake-die-3.png +%%DATADIR%%/images/units/undead/soulless-drake.png +%%DATADIR%%/images/units/undead/soulless-melee.png +%%DATADIR%%/images/units/undead/soulless-mounted-attack-n.png +%%DATADIR%%/images/units/undead/soulless-mounted-attack-s.png +%%DATADIR%%/images/units/undead/soulless-mounted-attack.png +%%DATADIR%%/images/units/undead/soulless-mounted-die-1.png +%%DATADIR%%/images/units/undead/soulless-mounted-die-2.png +%%DATADIR%%/images/units/undead/soulless-mounted-die-3.png +%%DATADIR%%/images/units/undead/soulless-mounted.png +%%DATADIR%%/images/units/undead/soulless-saurian-attack-n.png +%%DATADIR%%/images/units/undead/soulless-saurian-attack-s.png +%%DATADIR%%/images/units/undead/soulless-saurian-attack.png +%%DATADIR%%/images/units/undead/soulless-saurian-die-1.png +%%DATADIR%%/images/units/undead/soulless-saurian-die-2.png +%%DATADIR%%/images/units/undead/soulless-saurian-die-3.png +%%DATADIR%%/images/units/undead/soulless-saurian.png +%%DATADIR%%/images/units/undead/soulless-swimmer-attack-n.png +%%DATADIR%%/images/units/undead/soulless-swimmer-attack-s.png +%%DATADIR%%/images/units/undead/soulless-swimmer-attack.png +%%DATADIR%%/images/units/undead/soulless-swimmer-die-1.png +%%DATADIR%%/images/units/undead/soulless-swimmer-die-2.png +%%DATADIR%%/images/units/undead/soulless-swimmer-die-3.png +%%DATADIR%%/images/units/undead/soulless-swimmer.png +%%DATADIR%%/images/units/undead/soulless-troll-attack-n.png +%%DATADIR%%/images/units/undead/soulless-troll-attack-s.png +%%DATADIR%%/images/units/undead/soulless-troll-attack.png +%%DATADIR%%/images/units/undead/soulless-troll-die-1.png +%%DATADIR%%/images/units/undead/soulless-troll-die-2.png +%%DATADIR%%/images/units/undead/soulless-troll-die-3.png +%%DATADIR%%/images/units/undead/soulless-troll.png +%%DATADIR%%/images/units/undead/soulless-wose-attack-n.png +%%DATADIR%%/images/units/undead/soulless-wose-attack-s.png +%%DATADIR%%/images/units/undead/soulless-wose-attack.png +%%DATADIR%%/images/units/undead/soulless-wose-die-1.png +%%DATADIR%%/images/units/undead/soulless-wose-die-2.png +%%DATADIR%%/images/units/undead/soulless-wose-die-3.png +%%DATADIR%%/images/units/undead/soulless-wose.png +%%DATADIR%%/images/units/undead/soulless.png +%%DATADIR%%/images/units/undead/spectre-attack.png +%%DATADIR%%/images/units/undead/spectre-attack1.png +%%DATADIR%%/images/units/undead/spectre-defend.png +%%DATADIR%%/images/units/undead/spectre-die-1.png +%%DATADIR%%/images/units/undead/spectre-die-2.png +%%DATADIR%%/images/units/undead/spectre-die-3.png +%%DATADIR%%/images/units/undead/spectre-die-4.png +%%DATADIR%%/images/units/undead/spectre.png +%%DATADIR%%/images/units/undead/wraith-attack.png +%%DATADIR%%/images/units/undead/wraith-attack1.png +%%DATADIR%%/images/units/undead/wraith-defend.png +%%DATADIR%%/images/units/undead/wraith.png +%%DATADIR%%/images/units/undead/zombie-attack-n.png +%%DATADIR%%/images/units/undead/zombie-attack-s.png +%%DATADIR%%/images/units/undead/zombie-attack.png +%%DATADIR%%/images/units/undead/zombie-die-1.png +%%DATADIR%%/images/units/undead/zombie-die-2.png +%%DATADIR%%/images/units/undead/zombie-die-3.png +%%DATADIR%%/images/units/undead/zombie-drake-attack-n.png +%%DATADIR%%/images/units/undead/zombie-drake-attack-s.png +%%DATADIR%%/images/units/undead/zombie-drake-attack.png +%%DATADIR%%/images/units/undead/zombie-drake-die-1.png +%%DATADIR%%/images/units/undead/zombie-drake-die-2.png +%%DATADIR%%/images/units/undead/zombie-drake-die-3.png +%%DATADIR%%/images/units/undead/zombie-drake.png +%%DATADIR%%/images/units/undead/zombie-mounted-attack-n.png +%%DATADIR%%/images/units/undead/zombie-mounted-attack-s.png +%%DATADIR%%/images/units/undead/zombie-mounted-attack.png +%%DATADIR%%/images/units/undead/zombie-mounted-die-1.png +%%DATADIR%%/images/units/undead/zombie-mounted-die-2.png +%%DATADIR%%/images/units/undead/zombie-mounted-die-3.png +%%DATADIR%%/images/units/undead/zombie-mounted.png +%%DATADIR%%/images/units/undead/zombie-saurian-attack-n.png +%%DATADIR%%/images/units/undead/zombie-saurian-attack-s.png +%%DATADIR%%/images/units/undead/zombie-saurian-attack.png +%%DATADIR%%/images/units/undead/zombie-saurian-die-1.png +%%DATADIR%%/images/units/undead/zombie-saurian-die-2.png +%%DATADIR%%/images/units/undead/zombie-saurian-die-3.png +%%DATADIR%%/images/units/undead/zombie-saurian.png +%%DATADIR%%/images/units/undead/zombie-swimmer-attack-n.png +%%DATADIR%%/images/units/undead/zombie-swimmer-attack-s.png +%%DATADIR%%/images/units/undead/zombie-swimmer-attack.png +%%DATADIR%%/images/units/undead/zombie-swimmer-die-1.png +%%DATADIR%%/images/units/undead/zombie-swimmer-die-2.png +%%DATADIR%%/images/units/undead/zombie-swimmer-die-3.png +%%DATADIR%%/images/units/undead/zombie-swimmer.png +%%DATADIR%%/images/units/undead/zombie-troll-attack-n.png +%%DATADIR%%/images/units/undead/zombie-troll-attack-s.png +%%DATADIR%%/images/units/undead/zombie-troll-attack.png +%%DATADIR%%/images/units/undead/zombie-troll-die-1.png +%%DATADIR%%/images/units/undead/zombie-troll-die-2.png +%%DATADIR%%/images/units/undead/zombie-troll-die-3.png +%%DATADIR%%/images/units/undead/zombie-troll.png +%%DATADIR%%/images/units/undead/zombie-wose-attack-n.png +%%DATADIR%%/images/units/undead/zombie-wose-attack-s.png +%%DATADIR%%/images/units/undead/zombie-wose-attack.png +%%DATADIR%%/images/units/undead/zombie-wose-die-1.png +%%DATADIR%%/images/units/undead/zombie-wose-die-2.png +%%DATADIR%%/images/units/undead/zombie-wose-die-3.png +%%DATADIR%%/images/units/undead/zombie-wose.png +%%DATADIR%%/images/units/undead/zombie.png +%%DATADIR%%/images/units/woses/wose-ancient-attack-1.png +%%DATADIR%%/images/units/woses/wose-ancient-attack-2.png +%%DATADIR%%/images/units/woses/wose-ancient-defend.png +%%DATADIR%%/images/units/woses/wose-ancient.png +%%DATADIR%%/images/units/woses/wose-attack-1.png +%%DATADIR%%/images/units/woses/wose-attack-2.png +%%DATADIR%%/images/units/woses/wose-defend.png +%%DATADIR%%/images/units/woses/wose-elder-attack-1.png +%%DATADIR%%/images/units/woses/wose-elder-attack-2.png +%%DATADIR%%/images/units/woses/wose-elder-defend.png +%%DATADIR%%/images/units/woses/wose-elder.png +%%DATADIR%%/images/units/woses/wose.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/defeat.ogg %%DATADIR%%/music/elf-land.ogg %%DATADIR%%/music/frantic.ogg +%%DATADIR%%/music/gameplay01.ogg +%%DATADIR%%/music/gameplay02.ogg +%%DATADIR%%/music/gameplay03.ogg %%DATADIR%%/music/main_menu.ogg %%DATADIR%%/music/main_menu_new.ogg %%DATADIR%%/music/underground.ogg +%%DATADIR%%/music/victory.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/axe.ogg +%%DATADIR%%/sounds/bat-flapping.wav %%DATADIR%%/sounds/bell.wav +%%DATADIR%%/sounds/bite-small.ogg +%%DATADIR%%/sounds/bite.ogg +%%DATADIR%%/sounds/bow-miss.ogg +%%DATADIR%%/sounds/bow-puny-fire-miss.ogg +%%DATADIR%%/sounds/bow-puny-fire.ogg +%%DATADIR%%/sounds/bow-puny-miss.ogg +%%DATADIR%%/sounds/bow-puny.ogg +%%DATADIR%%/sounds/bow.ogg +%%DATADIR%%/sounds/claws.ogg +%%DATADIR%%/sounds/club.ogg +%%DATADIR%%/sounds/crossbow-fire-miss.ogg +%%DATADIR%%/sounds/crossbow-fire.ogg +%%DATADIR%%/sounds/crossbow-miss.ogg +%%DATADIR%%/sounds/crossbow.ogg %%DATADIR%%/sounds/dagger-swish.wav %%DATADIR%%/sounds/dart.wav -%%DATADIR%%/sounds/eagle.wav +%%DATADIR%%/sounds/dragonstick-miss.ogg +%%DATADIR%%/sounds/dragonstick.ogg +%%DATADIR%%/sounds/drake-die.ogg +%%DATADIR%%/sounds/drake-hit-1.ogg +%%DATADIR%%/sounds/drake-hit-2.ogg +%%DATADIR%%/sounds/drake-hit-3.ogg +%%DATADIR%%/sounds/dwarf-die-1.ogg +%%DATADIR%%/sounds/dwarf-die-2.ogg +%%DATADIR%%/sounds/dwarf-hit-1.ogg +%%DATADIR%%/sounds/dwarf-hit-2.ogg +%%DATADIR%%/sounds/dwarf-hit-3.ogg +%%DATADIR%%/sounds/dwarf-hit-4.ogg +%%DATADIR%%/sounds/elf-female-hit-1.ogg +%%DATADIR%%/sounds/elf-female-hit-2.ogg +%%DATADIR%%/sounds/elf-female-hit-3.ogg +%%DATADIR%%/sounds/elf-female-hit-4.ogg +%%DATADIR%%/sounds/elf-female-hit-5.ogg +%%DATADIR%%/sounds/elf-hit-1.ogg +%%DATADIR%%/sounds/elf-hit-2.ogg +%%DATADIR%%/sounds/elf-hit-3.ogg +%%DATADIR%%/sounds/elf-hit-4.ogg %%DATADIR%%/sounds/entangle.wav +%%DATADIR%%/sounds/fanfare-short.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/fist.ogg +%%DATADIR%%/sounds/flame-big-miss.ogg +%%DATADIR%%/sounds/flame-big.ogg %%DATADIR%%/sounds/ghoul-hit.wav %%DATADIR%%/sounds/ghoul-swish.wav +%%DATADIR%%/sounds/goblin-die-1.ogg +%%DATADIR%%/sounds/goblin-die-2.ogg +%%DATADIR%%/sounds/goblin-hit-1.ogg +%%DATADIR%%/sounds/goblin-hit-2.ogg +%%DATADIR%%/sounds/goblin-hit-3.ogg +%%DATADIR%%/sounds/gold.ogg %%DATADIR%%/sounds/groan-strong.wav %%DATADIR%%/sounds/groan.wav +%%DATADIR%%/sounds/gryphon-die-1.ogg +%%DATADIR%%/sounds/gryphon-die-2.ogg +%%DATADIR%%/sounds/gryphon-hit-1.ogg +%%DATADIR%%/sounds/gryphon-hit-2.ogg +%%DATADIR%%/sounds/gryphon-hit-3.ogg +%%DATADIR%%/sounds/gryphon-shriek-1.ogg +%%DATADIR%%/sounds/gryphon-shriek-2.ogg %%DATADIR%%/sounds/gunshot.wav +%%DATADIR%%/sounds/hatchet.ogg %%DATADIR%%/sounds/heal.wav %%DATADIR%%/sounds/hiss-big.wav +%%DATADIR%%/sounds/hiss-die.wav +%%DATADIR%%/sounds/hiss-hit.wav %%DATADIR%%/sounds/hiss.wav %%DATADIR%%/sounds/horse-canter.wav +%%DATADIR%%/sounds/horse-die.ogg %%DATADIR%%/sounds/horse-elf-canter.wav -%%DATADIR%%/sounds/knife.wav +%%DATADIR%%/sounds/horse-hit-1.ogg +%%DATADIR%%/sounds/horse-hit-2.ogg +%%DATADIR%%/sounds/horse-hit-3.ogg +%%DATADIR%%/sounds/human-die-1.ogg +%%DATADIR%%/sounds/human-die-2.ogg +%%DATADIR%%/sounds/human-die-3.ogg +%%DATADIR%%/sounds/human-female-die-1.ogg +%%DATADIR%%/sounds/human-female-die-2.ogg +%%DATADIR%%/sounds/human-female-die-3.ogg +%%DATADIR%%/sounds/human-female-hit-1.ogg +%%DATADIR%%/sounds/human-female-hit-2.ogg +%%DATADIR%%/sounds/human-female-hit-3.ogg +%%DATADIR%%/sounds/human-hit-1.ogg +%%DATADIR%%/sounds/human-hit-2.ogg +%%DATADIR%%/sounds/human-hit-3.ogg +%%DATADIR%%/sounds/human-hit-4.ogg +%%DATADIR%%/sounds/human-hit-5.ogg +%%DATADIR%%/sounds/human-old-die-1.ogg +%%DATADIR%%/sounds/human-old-die-2.ogg +%%DATADIR%%/sounds/human-old-die-3.ogg +%%DATADIR%%/sounds/human-old-hit-1.ogg +%%DATADIR%%/sounds/human-old-hit-2.ogg +%%DATADIR%%/sounds/human-old-hit-3.ogg +%%DATADIR%%/sounds/human-old-hit-4.ogg %%DATADIR%%/sounds/leave.wav -%%DATADIR%%/sounds/lightning.wav +%%DATADIR%%/sounds/lich-die.ogg +%%DATADIR%%/sounds/lich-hit-1.ogg +%%DATADIR%%/sounds/lich-hit-2.ogg +%%DATADIR%%/sounds/lightning-miss.ogg +%%DATADIR%%/sounds/lightning.ogg %%DATADIR%%/sounds/mace.wav +%%DATADIR%%/sounds/magic-dark-big-miss.ogg +%%DATADIR%%/sounds/magic-dark-big.ogg +%%DATADIR%%/sounds/magic-dark-miss.ogg +%%DATADIR%%/sounds/magic-dark.ogg +%%DATADIR%%/sounds/magic-faeriefire-miss.ogg +%%DATADIR%%/sounds/magic-faeriefire.ogg +%%DATADIR%%/sounds/magic-holy-1.ogg +%%DATADIR%%/sounds/magic-holy-2.ogg +%%DATADIR%%/sounds/magic-holy-3.ogg +%%DATADIR%%/sounds/magic-holy-4.ogg +%%DATADIR%%/sounds/magic-holy-miss-1.ogg +%%DATADIR%%/sounds/magic-holy-miss-2.ogg +%%DATADIR%%/sounds/magic-holy-miss-3.ogg +%%DATADIR%%/sounds/magic-holy-miss-4.ogg +%%DATADIR%%/sounds/magic-missile-1-miss.ogg +%%DATADIR%%/sounds/magic-missile-1.ogg +%%DATADIR%%/sounds/magic-missile-2-miss.ogg +%%DATADIR%%/sounds/magic-missile-2.ogg +%%DATADIR%%/sounds/magic-missile-3-miss.ogg +%%DATADIR%%/sounds/magic-missile-3.ogg +%%DATADIR%%/sounds/magic-thorns-1.ogg +%%DATADIR%%/sounds/magic-thorns-2.ogg +%%DATADIR%%/sounds/magic-thorns-miss-1.ogg +%%DATADIR%%/sounds/magic-thorns-miss-2.ogg %%DATADIR%%/sounds/magicmissile.wav +%%DATADIR%%/sounds/mermaid-die.ogg +%%DATADIR%%/sounds/mermaid-hit.ogg +%%DATADIR%%/sounds/mermen-die.ogg %%DATADIR%%/sounds/mermen-hit.wav +%%DATADIR%%/sounds/miss-1.ogg +%%DATADIR%%/sounds/miss-2.ogg +%%DATADIR%%/sounds/miss-3.ogg +%%DATADIR%%/sounds/naga-die.ogg +%%DATADIR%%/sounds/naga-hit-1.ogg +%%DATADIR%%/sounds/naga-hit-2.ogg +%%DATADIR%%/sounds/naga-hit-3.ogg %%DATADIR%%/sounds/net.wav +%%DATADIR%%/sounds/ogre-die.wav +%%DATADIR%%/sounds/ogre-hit.wav %%DATADIR%%/sounds/open-chest.wav -%%DATADIR%%/sounds/orc-hit.wav -%%DATADIR%%/sounds/orc-small-hit.wav -%%DATADIR%%/sounds/pistol.wav +%%DATADIR%%/sounds/orc-die-1.ogg +%%DATADIR%%/sounds/orc-die-2.ogg +%%DATADIR%%/sounds/orc-die-3.ogg +%%DATADIR%%/sounds/orc-hit-1.ogg +%%DATADIR%%/sounds/orc-hit-2.ogg +%%DATADIR%%/sounds/orc-hit-3.ogg +%%DATADIR%%/sounds/orc-hit-4.ogg +%%DATADIR%%/sounds/orc-small-die-1.ogg +%%DATADIR%%/sounds/orc-small-die-2.ogg +%%DATADIR%%/sounds/orc-small-hit-1.ogg +%%DATADIR%%/sounds/orc-small-hit-2.ogg +%%DATADIR%%/sounds/orc-small-hit-3.ogg +%%DATADIR%%/sounds/orc-small-hit-4.ogg +%%DATADIR%%/sounds/pincers.ogg +%%DATADIR%%/sounds/poison.ogg %%DATADIR%%/sounds/receive.wav +%%DATADIR%%/sounds/rumble.ogg +%%DATADIR%%/sounds/skeleton-big-die.ogg +%%DATADIR%%/sounds/skeleton-big-hit.ogg +%%DATADIR%%/sounds/skeleton-die.ogg %%DATADIR%%/sounds/skeleton-hit.wav +%%DATADIR%%/sounds/sling-big-miss.ogg +%%DATADIR%%/sounds/sling-big.ogg +%%DATADIR%%/sounds/sling-miss.ogg +%%DATADIR%%/sounds/sling.ogg +%%DATADIR%%/sounds/spear-miss.ogg +%%DATADIR%%/sounds/spear.ogg %%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/stoned.ogg +%%DATADIR%%/sounds/sword-1.ogg +%%DATADIR%%/sounds/tail.ogg +%%DATADIR%%/sounds/throwing-knife-miss.ogg +%%DATADIR%%/sounds/throwing-knife.ogg +%%DATADIR%%/sounds/thunderstick-miss.ogg +%%DATADIR%%/sounds/thunderstick.ogg +%%DATADIR%%/sounds/torch-miss.ogg +%%DATADIR%%/sounds/torch.ogg +%%DATADIR%%/sounds/troll-big-die.wav +%%DATADIR%%/sounds/troll-big-hit.wav +%%DATADIR%%/sounds/troll-die.wav +%%DATADIR%%/sounds/troll-hit.wav %%DATADIR%%/sounds/ugg.wav -%%DATADIR%%/sounds/wolf-attack.wav +%%DATADIR%%/sounds/wail-long.wav +%%DATADIR%%/sounds/wail-sml.wav +%%DATADIR%%/sounds/wail.wav +%%DATADIR%%/sounds/water-blast.wav +%%DATADIR%%/sounds/wolf-big-bite-miss.ogg +%%DATADIR%%/sounds/wolf-big-bite.ogg +%%DATADIR%%/sounds/wolf-bite-miss.ogg +%%DATADIR%%/sounds/wolf-bite.ogg +%%DATADIR%%/sounds/wolf-die.wav +%%DATADIR%%/sounds/wolf-hit.wav +%%DATADIR%%/sounds/wose-attack.ogg +%%DATADIR%%/sounds/wose-die.ogg +%%DATADIR%%/sounds/wose-hit.ogg +%%DATADIR%%/sounds/wose-miss.ogg +%%DATADIR%%/sounds/yeti-die.ogg +%%DATADIR%%/sounds/yeti-hit.ogg %%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 +%%DATADIR%%/sounds/zombie-hit-1.ogg +%%DATADIR%%/sounds/zombie-hit-2.ogg +%%DATADIR%%/sounds/zombie-hit-3.ogg +%%DATADIR%%/sounds/zombie-hit-4.ogg +%%DATADIR%%/sounds/zombie-hit-5.ogg +%%DATADIR%%/sounds/zombie-hit-6.ogg +@dirrm %%DATADIR%%/data/ais +@dirrm %%DATADIR%%/data/campaigns/Eastern_Invasion/external_binary_data/images +@dirrm %%DATADIR%%/data/campaigns/Eastern_Invasion/external_binary_data +@dirrm %%DATADIR%%/data/campaigns/Eastern_Invasion/images/portraits +@dirrm %%DATADIR%%/data/campaigns/Eastern_Invasion/images/units +@dirrm %%DATADIR%%/data/campaigns/Eastern_Invasion/images +@dirrm %%DATADIR%%/data/campaigns/Eastern_Invasion/maps +@dirrm %%DATADIR%%/data/campaigns/Eastern_Invasion/scenarios +@dirrm %%DATADIR%%/data/campaigns/Eastern_Invasion/units +@dirrm %%DATADIR%%/data/campaigns/Eastern_Invasion/utils +@dirrm %%DATADIR%%/data/campaigns/Eastern_Invasion +@dirrm %%DATADIR%%/data/campaigns/Heir_To_The_Throne/external_binary_data/images +@dirrm %%DATADIR%%/data/campaigns/Heir_To_The_Throne/external_binary_data +@dirrm %%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/portraits +@dirrm %%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/story +@dirrm %%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units +@dirrm %%DATADIR%%/data/campaigns/Heir_To_The_Throne/images +@dirrm %%DATADIR%%/data/campaigns/Heir_To_The_Throne/maps +@dirrm %%DATADIR%%/data/campaigns/Heir_To_The_Throne/scenarios +@dirrm %%DATADIR%%/data/campaigns/Heir_To_The_Throne/units +@dirrm %%DATADIR%%/data/campaigns/Heir_To_The_Throne/utils +@dirrm %%DATADIR%%/data/campaigns/Heir_To_The_Throne +@dirrm %%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/external_binary_data/images +@dirrm %%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/external_binary_data +@dirrm %%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/portraits +@dirrm %%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/story +@dirrm %%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units +@dirrm %%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images +@dirrm %%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/maps +@dirrm %%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/scenarios +@dirrm %%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/units +@dirrm %%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/utils +@dirrm %%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth +@dirrm %%DATADIR%%/data/campaigns/The_South_Guard/external_binary_data/images +@dirrm %%DATADIR%%/data/campaigns/The_South_Guard/external_binary_data +@dirrm %%DATADIR%%/data/campaigns/The_South_Guard/images/attacks +@dirrm %%DATADIR%%/data/campaigns/The_South_Guard/images/chocobone +@dirrm %%DATADIR%%/data/campaigns/The_South_Guard/images/deoran +@dirrm %%DATADIR%%/data/campaigns/The_South_Guard/images/flag +@dirrm %%DATADIR%%/data/campaigns/The_South_Guard/images/gerrick +@dirrm %%DATADIR%%/data/campaigns/The_South_Guard/images/lich +@dirrm %%DATADIR%%/data/campaigns/The_South_Guard/images/misc +@dirrm %%DATADIR%%/data/campaigns/The_South_Guard/images/portraits +@dirrm %%DATADIR%%/data/campaigns/The_South_Guard/images/story +@dirrm %%DATADIR%%/data/campaigns/The_South_Guard/images +@dirrm %%DATADIR%%/data/campaigns/The_South_Guard/maps/_Unused +@dirrm %%DATADIR%%/data/campaigns/The_South_Guard/maps +@dirrm %%DATADIR%%/data/campaigns/The_South_Guard/scenarios +@dirrm %%DATADIR%%/data/campaigns/The_South_Guard/units +@dirrm %%DATADIR%%/data/campaigns/The_South_Guard/utils +@dirrm %%DATADIR%%/data/campaigns/The_South_Guard +@dirrm %%DATADIR%%/data/campaigns/Two_Brothers/external_binary_data/images +@dirrm %%DATADIR%%/data/campaigns/Two_Brothers/external_binary_data +@dirrm %%DATADIR%%/data/campaigns/Two_Brothers/images/terrain +@dirrm %%DATADIR%%/data/campaigns/Two_Brothers/images +@dirrm %%DATADIR%%/data/campaigns/Two_Brothers/maps +@dirrm %%DATADIR%%/data/campaigns/Two_Brothers/scenarios +@dirrm %%DATADIR%%/data/campaigns/Two_Brothers +@dirrm %%DATADIR%%/data/campaigns/Under_the_Burning_Suns/external_binary_data/images +@dirrm %%DATADIR%%/data/campaigns/Under_the_Burning_Suns/external_binary_data +@dirrm %%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/attacks +@dirrm %%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/items +@dirrm %%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/misc/time +@dirrm %%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/misc +@dirrm %%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/newelves +@dirrm %%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/portraits +@dirrm %%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/projectiles +@dirrm %%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/terrain +@dirrm %%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images +@dirrm %%DATADIR%%/data/campaigns/Under_the_Burning_Suns/maps +@dirrm %%DATADIR%%/data/campaigns/Under_the_Burning_Suns/scenarios +@dirrm %%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units +@dirrm %%DATADIR%%/data/campaigns/Under_the_Burning_Suns/utils +@dirrm %%DATADIR%%/data/campaigns/Under_the_Burning_Suns +@dirrm %%DATADIR%%/data/campaigns +@dirrm %%DATADIR%%/data/factions +@dirrm %%DATADIR%%/data/languages +@dirrm %%DATADIR%%/data/maps/multiplayer +@dirrm %%DATADIR%%/data/maps +@dirrm %%DATADIR%%/data/scenarios/multiplayer +@dirrm %%DATADIR%%/data/scenarios +@dirrm %%DATADIR%%/data/terrain-graphics +@dirrm %%DATADIR%%/data/themes @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/tutorial/images/portraits +@dirrm %%DATADIR%%/data/tutorial/images/units +@dirrm %%DATADIR%%/data/tutorial/images +@dirrm %%DATADIR%%/data/tutorial/maps +@dirrm %%DATADIR%%/data/tutorial/scenarios +@dirrm %%DATADIR%%/data/tutorial/units +@dirrm %%DATADIR%%/data/tutorial +@dirrm %%DATADIR%%/data/units @dirrm %%DATADIR%%/data +@dirrm %%DATADIR%%/fonts +@dirrm %%DATADIR%%/images/attacks +@dirrm %%DATADIR%%/images/buttons +@dirrm %%DATADIR%%/images/cursors +@dirrm %%DATADIR%%/images/cursors-bw +@dirrm %%DATADIR%%/images/editor +@dirrm %%DATADIR%%/images/halo/elven +@dirrm %%DATADIR%%/images/halo +@dirrm %%DATADIR%%/images/help +@dirrm %%DATADIR%%/images/icons +@dirrm %%DATADIR%%/images/items +@dirrm %%DATADIR%%/images/maps +@dirrm %%DATADIR%%/images/misc +@dirrm %%DATADIR%%/images/portraits/Alex_Jarocha-Ernst +@dirrm %%DATADIR%%/images/portraits/James_Woo +@dirrm %%DATADIR%%/images/portraits/Jason_Lutes +@dirrm %%DATADIR%%/images/portraits/Neoriceisgood +@dirrm %%DATADIR%%/images/portraits/Nicholas_Kerpan +@dirrm %%DATADIR%%/images/portraits/Other +@dirrm %%DATADIR%%/images/portraits/Pekka_Aikio +@dirrm %%DATADIR%%/images/portraits/Tristan_Millner +@dirrm %%DATADIR%%/images/portraits +@dirrm %%DATADIR%%/images/projectiles +@dirrm %%DATADIR%%/images/terrain +@dirrm %%DATADIR%%/images/tools/exploder +@dirrm %%DATADIR%%/images/tools +@dirrm %%DATADIR%%/images/units/drakes +@dirrm %%DATADIR%%/images/units/dwarves +@dirrm %%DATADIR%%/images/units/elves-wood +@dirrm %%DATADIR%%/images/units/goblins +@dirrm %%DATADIR%%/images/units/human-loyalists +@dirrm %%DATADIR%%/images/units/human-magi +@dirrm %%DATADIR%%/images/units/human-outlaws +@dirrm %%DATADIR%%/images/units/merfolk +@dirrm %%DATADIR%%/images/units/monsters +@dirrm %%DATADIR%%/images/units/nagas +@dirrm %%DATADIR%%/images/units/ogres +@dirrm %%DATADIR%%/images/units/orcs +@dirrm %%DATADIR%%/images/units/saurians +@dirrm %%DATADIR%%/images/units/transport +@dirrm %%DATADIR%%/images/units/trolls +@dirrm %%DATADIR%%/images/units/undead +@dirrm %%DATADIR%%/images/units/undead-necromancers +@dirrm %%DATADIR%%/images/units/undead-skeletal +@dirrm %%DATADIR%%/images/units/woses +@dirrm %%DATADIR%%/images/units +@dirrm %%DATADIR%%/images +@dirrm %%DATADIR%%/music +@dirrm %%DATADIR%%/sounds @dirrm %%DATADIR%% -@dirrmtry man/sv/man6 -@dirrmtry man/sv -@dirrmtry man/hu/man6 -@dirrmtry man/hu +@dirrmtry man/cs/man6 +@dirrmtry man/cs @dirrmtry man/de/man6 @dirrmtry man/de +@dirrmtry man/en_GB/man6 +@dirrmtry man/en_GB +@dirrmtry man/fr/man6 +@dirrmtry man/fr +@dirrmtry man/ja/man6 +@dirrmtry man/ja +@dirrmtry man/nl/man6 +@dirrmtry man/nl +@dirrmtry man/pt_BR/man6 +@dirrmtry man/pt_BR +@dirrmtry man/sk/man6 +@dirrmtry man/sk +@dirrmtry man/sv/man6 +@dirrmtry man/sv %%GNOME:%%@cwd %%LOCALBASE%% %%GNOME:%%share/gnome/applications/wesnoth.desktop %%GNOME:%%share/gnome/pixmaps/wesnoth-icon.png |