diff --git a/AUTHORS b/AUTHORS index b8b6442..cc37f50 100644 --- a/AUTHORS +++ b/AUTHORS @@ -28,3 +28,6 @@ QuickRecruitmentWindow Edeksumo Arkadiusz Golubski edeksumo@gmail.com Public domain + +Hero Exchange Window +Andruids \ No newline at end of file diff --git a/Interface/Hero Exchange window/Data/hdcommands.txt b/Interface/Hero Exchange window/Data/hdcommands.txt new file mode 100644 index 0000000..f7ddfe2 --- /dev/null +++ b/Interface/Hero Exchange window/Data/hdcommands.txt @@ -0,0 +1,5 @@ +move stack +move all stacks +swap armies +move all artifacts +swap artifact diff --git a/Interface/Hero Exchange window/Sprites/hdmod/armLeft.def b/Interface/Hero Exchange window/Sprites/hdmod/armLeft.def new file mode 100644 index 0000000..afebcc2 Binary files /dev/null and b/Interface/Hero Exchange window/Sprites/hdmod/armLeft.def differ diff --git a/Interface/Hero Exchange window/Sprites/hdmod/armRight.def b/Interface/Hero Exchange window/Sprites/hdmod/armRight.def new file mode 100644 index 0000000..30e0c18 Binary files /dev/null and b/Interface/Hero Exchange window/Sprites/hdmod/armRight.def differ diff --git a/Interface/Hero Exchange window/Sprites/hdmod/artLeft.def b/Interface/Hero Exchange window/Sprites/hdmod/artLeft.def new file mode 100644 index 0000000..753d658 Binary files /dev/null and b/Interface/Hero Exchange window/Sprites/hdmod/artLeft.def differ diff --git a/Interface/Hero Exchange window/Sprites/hdmod/artRight.def b/Interface/Hero Exchange window/Sprites/hdmod/artRight.def new file mode 100644 index 0000000..71ee7f7 Binary files /dev/null and b/Interface/Hero Exchange window/Sprites/hdmod/artRight.def differ diff --git a/Interface/Hero Exchange window/Sprites/hdmod/swapAll.def b/Interface/Hero Exchange window/Sprites/hdmod/swapAll.def new file mode 100644 index 0000000..65f728d Binary files /dev/null and b/Interface/Hero Exchange window/Sprites/hdmod/swapAll.def differ diff --git a/Interface/Hero Exchange window/Sprites/hdmod/tradehd.png b/Interface/Hero Exchange window/Sprites/hdmod/tradehd.png new file mode 100644 index 0000000..46a7638 Binary files /dev/null and b/Interface/Hero Exchange window/Sprites/hdmod/tradehd.png differ diff --git a/Interface/Hero Exchange window/Sprites/hdmod/unitLeft.def b/Interface/Hero Exchange window/Sprites/hdmod/unitLeft.def new file mode 100644 index 0000000..522ee0a Binary files /dev/null and b/Interface/Hero Exchange window/Sprites/hdmod/unitLeft.def differ diff --git a/Interface/Hero Exchange window/Sprites/hdmod/unitRight.def b/Interface/Hero Exchange window/Sprites/hdmod/unitRight.def new file mode 100644 index 0000000..a196fcf Binary files /dev/null and b/Interface/Hero Exchange window/Sprites/hdmod/unitRight.def differ diff --git a/Interface/Hero Exchange window/mod.json b/Interface/Hero Exchange window/mod.json new file mode 100644 index 0000000..ccbef3b --- /dev/null +++ b/Interface/Hero Exchange window/mod.json @@ -0,0 +1,21 @@ +{ + "name" : "VCMI Quick Exchange", + "description" : "Quick Exchange related resources", + + "version" : "1.0", + "author" : "VCMI Team", + "contact" : "http://forum.vcmi.eu/index.php", + "modType" : "Graphical", + + "filesystem": + { + "DATA/" : + [ + {"type" : "dir", "path" : "/Data"} + ], + "SPRITES/": + [ + {"type" : "dir", "path" : "/Sprites"} + ] + } +}