From c1c5b4b138cdc43b6d4b07fbcd4b92dacf127aa3 Mon Sep 17 00:00:00 2001 From: mekolat Date: Thu, 20 Nov 2014 16:08:29 -0500 Subject: fix battle master ax --- npcs/npc322.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npcs/npc322.xml b/npcs/npc322.xml index 25b2901d..d2464ef1 100644 --- a/npcs/npc322.xml +++ b/npcs/npc322.xml @@ -2,7 +2,7 @@ model/male.xml|#53202b,7f4f45,9e6a43,d09459,fcd3a1,fefffc;#2f312f,727471,a4a6a3,dad5f5;#3a3a3a,d5d5d5 - equipment/weapons/polearm-chop-male.xml|#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff;#332c19,443a20,453b1e,61532d,87733d,a58d4d + equipment/weapons/polearm-chop-male.xml|#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff;#332c19,443a20,453b1e,61532d,87733d,a58d4d equipment/head/crusadehelm-male.xml equipment/chest/warlordplate-male.xml|#573f10,9c8226,d3c04b,ffffff equipment/hands/generic-male.xml|#4e2e18,c8752f -- cgit v1.2.3-60-g2f50 From dee49de48f4f0bd2d2bbb998bd6af5cdf35ae196 Mon Sep 17 00:00:00 2001 From: mekolat Date: Mon, 24 Nov 2014 15:40:20 -0500 Subject: add action icons --- graphics/guiicons/edit.png | Bin 0 -> 264 bytes graphics/guiicons/restart.png | Bin 0 -> 671 bytes graphics/guiicons/toggle.png | Bin 0 -> 209 bytes license.txt | 5 +++++ 4 files changed, 5 insertions(+) create mode 100644 graphics/guiicons/edit.png create mode 100644 graphics/guiicons/restart.png create mode 100644 graphics/guiicons/toggle.png diff --git a/graphics/guiicons/edit.png b/graphics/guiicons/edit.png new file mode 100644 index 00000000..36617ce9 Binary files /dev/null and b/graphics/guiicons/edit.png differ diff --git a/graphics/guiicons/restart.png b/graphics/guiicons/restart.png new file mode 100644 index 00000000..f65ffb25 Binary files /dev/null and b/graphics/guiicons/restart.png differ diff --git a/graphics/guiicons/toggle.png b/graphics/guiicons/toggle.png new file mode 100644 index 00000000..6289854a Binary files /dev/null and b/graphics/guiicons/toggle.png differ diff --git a/license.txt b/license.txt index e613c05d..9fcb6967 100644 --- a/license.txt +++ b/license.txt @@ -55,6 +55,11 @@ http://creativecommons.org/licenses/by-sa/3.0/ graphics/emotes/vicious.png (Reid) (GPLv2), (CC BY-SA 3.0) graphics/emotes/wink.png (Modanung) (GPLv2), (CC BY-SA 3.0) +#Gui Icons + graphics/guiicons/edit.png (wushin) (GPLv2), (CC BY-SA 3.0) + graphics/guiicons/restart.png (enchilado,wushin) (GPLv2), (CC BY-SA 3.0) + graphics/guiicons/toggle.png (wushin) (GPLv2), (CC BY-SA 3.0) + # Images graphics/images/axe.png (????) (GPLv2) graphics/images/bow.png (????) (GPLv2) -- cgit v1.2.3-60-g2f50