From ee4aae7fd329b62a7d5f50e497b021bf266d6b5c Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 17 Aug 2020 18:24:08 -0300 Subject: Doomsday Act 5 - Keshlam's Adventurer Guild Utils (#378) Maps, monsters, effects, also includes the katzei ears with edits. Additional (bonus) content: * PvP Coin ("Murderer Coin") * Golden PVP Cap --- graphics/sprites/equipment/head/katzeur.png | Bin 0 -> 533 bytes graphics/sprites/equipment/head/katzeur.xml | 127 ++++++++++++ graphics/sprites/equipment/head/pvpcap-golden.png | Bin 0 -> 1078 bytes graphics/sprites/equipment/head/pvpcap-golden.xml | 229 ++++++++++++++++++++++ graphics/sprites/monsters/crafty.png | Bin 0 -> 5907 bytes graphics/sprites/monsters/crafty.xml | 156 +++++++++++++++ graphics/sprites/monsters/moubi.png | Bin 0 -> 50892 bytes graphics/sprites/monsters/moubi.xml | 60 ++++++ graphics/sprites/monsters/mushroom-void.png | Bin 0 -> 15135 bytes graphics/sprites/monsters/mushroom-void.xml | 64 ++++++ graphics/sprites/monsters/void-maggot.png | Bin 0 -> 4579 bytes graphics/sprites/monsters/void-maggot.xml | 64 ++++++ graphics/sprites/npcs/airship.png | Bin 0 -> 89799 bytes graphics/sprites/npcs/airship.xml | 9 + graphics/sprites/npcs/anon.png | Bin 0 -> 2837 bytes graphics/sprites/npcs/anon.xml | 9 + graphics/sprites/npcs/switch-offline.xml | 10 + graphics/sprites/npcs/switch-online.xml | 14 ++ graphics/sprites/npcs/switch.png | Bin 0 -> 1273 bytes graphics/sprites/npcs/tal.png | Bin 0 -> 8298 bytes graphics/sprites/npcs/tal.xml | 9 + 21 files changed, 751 insertions(+) create mode 100644 graphics/sprites/equipment/head/katzeur.png create mode 100644 graphics/sprites/equipment/head/katzeur.xml create mode 100644 graphics/sprites/equipment/head/pvpcap-golden.png create mode 100644 graphics/sprites/equipment/head/pvpcap-golden.xml create mode 100644 graphics/sprites/monsters/crafty.png create mode 100644 graphics/sprites/monsters/crafty.xml create mode 100644 graphics/sprites/monsters/moubi.png create mode 100644 graphics/sprites/monsters/moubi.xml create mode 100644 graphics/sprites/monsters/mushroom-void.png create mode 100644 graphics/sprites/monsters/mushroom-void.xml create mode 100644 graphics/sprites/monsters/void-maggot.png create mode 100644 graphics/sprites/monsters/void-maggot.xml create mode 100644 graphics/sprites/npcs/airship.png create mode 100644 graphics/sprites/npcs/airship.xml create mode 100644 graphics/sprites/npcs/anon.png create mode 100644 graphics/sprites/npcs/anon.xml create mode 100644 graphics/sprites/npcs/switch-offline.xml create mode 100644 graphics/sprites/npcs/switch-online.xml create mode 100644 graphics/sprites/npcs/switch.png create mode 100644 graphics/sprites/npcs/tal.png create mode 100644 graphics/sprites/npcs/tal.xml (limited to 'graphics/sprites') diff --git a/graphics/sprites/equipment/head/katzeur.png b/graphics/sprites/equipment/head/katzeur.png new file mode 100644 index 00000000..a736890e Binary files /dev/null and b/graphics/sprites/equipment/head/katzeur.png differ diff --git a/graphics/sprites/equipment/head/katzeur.xml b/graphics/sprites/equipment/head/katzeur.xml new file mode 100644 index 00000000..a9f772e4 --- /dev/null +++ b/graphics/sprites/equipment/head/katzeur.xml @@ -0,0 +1,127 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/graphics/sprites/equipment/head/pvpcap-golden.png b/graphics/sprites/equipment/head/pvpcap-golden.png new file mode 100644 index 00000000..4c7e8a55 Binary files /dev/null and b/graphics/sprites/equipment/head/pvpcap-golden.png differ diff --git a/graphics/sprites/equipment/head/pvpcap-golden.xml b/graphics/sprites/equipment/head/pvpcap-golden.xml new file mode 100644 index 00000000..56967106 --- /dev/null +++ b/graphics/sprites/equipment/head/pvpcap-golden.xml @@ -0,0 +1,229 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/graphics/sprites/monsters/crafty.png b/graphics/sprites/monsters/crafty.png new file mode 100644 index 00000000..7ddba6da Binary files /dev/null and b/graphics/sprites/monsters/crafty.png differ diff --git a/graphics/sprites/monsters/crafty.xml b/graphics/sprites/monsters/crafty.xml new file mode 100644 index 00000000..c06457fe --- /dev/null +++ b/graphics/sprites/monsters/crafty.xml @@ -0,0 +1,156 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/graphics/sprites/monsters/moubi.png b/graphics/sprites/monsters/moubi.png new file mode 100644 index 00000000..5873f24b Binary files /dev/null and b/graphics/sprites/monsters/moubi.png differ diff --git a/graphics/sprites/monsters/moubi.xml b/graphics/sprites/monsters/moubi.xml new file mode 100644 index 00000000..6e4f2100 --- /dev/null +++ b/graphics/sprites/monsters/moubi.xml @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/graphics/sprites/monsters/mushroom-void.png b/graphics/sprites/monsters/mushroom-void.png new file mode 100644 index 00000000..83781962 Binary files /dev/null and b/graphics/sprites/monsters/mushroom-void.png differ diff --git a/graphics/sprites/monsters/mushroom-void.xml b/graphics/sprites/monsters/mushroom-void.xml new file mode 100644 index 00000000..7d052b88 --- /dev/null +++ b/graphics/sprites/monsters/mushroom-void.xml @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/graphics/sprites/monsters/void-maggot.png b/graphics/sprites/monsters/void-maggot.png new file mode 100644 index 00000000..517d1dac Binary files /dev/null and b/graphics/sprites/monsters/void-maggot.png differ diff --git a/graphics/sprites/monsters/void-maggot.xml b/graphics/sprites/monsters/void-maggot.xml new file mode 100644 index 00000000..c865bbcd --- /dev/null +++ b/graphics/sprites/monsters/void-maggot.xml @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/graphics/sprites/npcs/airship.png b/graphics/sprites/npcs/airship.png new file mode 100644 index 00000000..45a8c053 Binary files /dev/null and b/graphics/sprites/npcs/airship.png differ diff --git a/graphics/sprites/npcs/airship.xml b/graphics/sprites/npcs/airship.xml new file mode 100644 index 00000000..8bd888a7 --- /dev/null +++ b/graphics/sprites/npcs/airship.xml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/graphics/sprites/npcs/anon.png b/graphics/sprites/npcs/anon.png new file mode 100644 index 00000000..4e3cb8d8 Binary files /dev/null and b/graphics/sprites/npcs/anon.png differ diff --git a/graphics/sprites/npcs/anon.xml b/graphics/sprites/npcs/anon.xml new file mode 100644 index 00000000..3f701ee0 --- /dev/null +++ b/graphics/sprites/npcs/anon.xml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/graphics/sprites/npcs/switch-offline.xml b/graphics/sprites/npcs/switch-offline.xml new file mode 100644 index 00000000..ca1ee5d6 --- /dev/null +++ b/graphics/sprites/npcs/switch-offline.xml @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/graphics/sprites/npcs/switch-online.xml b/graphics/sprites/npcs/switch-online.xml new file mode 100644 index 00000000..18496968 --- /dev/null +++ b/graphics/sprites/npcs/switch-online.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/graphics/sprites/npcs/switch.png b/graphics/sprites/npcs/switch.png new file mode 100644 index 00000000..49d7d8bc Binary files /dev/null and b/graphics/sprites/npcs/switch.png differ diff --git a/graphics/sprites/npcs/tal.png b/graphics/sprites/npcs/tal.png new file mode 100644 index 00000000..f567ffc9 Binary files /dev/null and b/graphics/sprites/npcs/tal.png differ diff --git a/graphics/sprites/npcs/tal.xml b/graphics/sprites/npcs/tal.xml new file mode 100644 index 00000000..6e53ce71 --- /dev/null +++ b/graphics/sprites/npcs/tal.xml @@ -0,0 +1,9 @@ + + + + + + + + + -- cgit v1.2.3-60-g2f50