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/images/ambient/dd5_absorb.png | Bin 0 -> 67949 bytes graphics/images/ambient/dd5_bones.png | Bin 0 -> 65626 bytes graphics/images/ambient/dd5_doubledef.png | Bin 0 -> 69785 bytes graphics/images/ambient/dd5_greed.png | Bin 0 -> 73828 bytes graphics/images/ambient/dd5_invulnerable.png | Bin 0 -> 74419 bytes graphics/images/ambient/dd5_kaflosh.png | Bin 0 -> 75809 bytes graphics/images/ambient/dd5_melee.png | Bin 0 -> 63569 bytes graphics/images/ambient/dd5_potions.png | Bin 0 -> 70143 bytes graphics/images/doomsday.png | Bin 0 -> 859510 bytes graphics/items/equipment/head/pvpcap-golden.png | Bin 0 -> 462 bytes graphics/items/generic/pvpcoin.png | Bin 0 -> 524 bytes graphics/particles/circle-magic-trail.png | Bin 0 -> 676 bytes graphics/particles/circle-magic.png | Bin 0 -> 41506 bytes graphics/particles/circle-magic.xml | 24 +++ graphics/particles/epilogue.png | Bin 0 -> 85174 bytes graphics/particles/epilogue.xml | 64 ++++++ 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 + graphics/tiles/hurns-ground.png | Bin 0 -> 131107 bytes 38 files changed, 839 insertions(+) create mode 100644 graphics/images/ambient/dd5_absorb.png create mode 100644 graphics/images/ambient/dd5_bones.png create mode 100644 graphics/images/ambient/dd5_doubledef.png create mode 100644 graphics/images/ambient/dd5_greed.png create mode 100644 graphics/images/ambient/dd5_invulnerable.png create mode 100644 graphics/images/ambient/dd5_kaflosh.png create mode 100644 graphics/images/ambient/dd5_melee.png create mode 100644 graphics/images/ambient/dd5_potions.png create mode 100644 graphics/images/doomsday.png create mode 100644 graphics/items/equipment/head/pvpcap-golden.png create mode 100644 graphics/items/generic/pvpcoin.png create mode 100644 graphics/particles/circle-magic-trail.png create mode 100644 graphics/particles/circle-magic.png create mode 100644 graphics/particles/circle-magic.xml create mode 100644 graphics/particles/epilogue.png create mode 100644 graphics/particles/epilogue.xml 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 create mode 100644 graphics/tiles/hurns-ground.png (limited to 'graphics') diff --git a/graphics/images/ambient/dd5_absorb.png b/graphics/images/ambient/dd5_absorb.png new file mode 100644 index 00000000..a7ea4089 Binary files /dev/null and b/graphics/images/ambient/dd5_absorb.png differ diff --git a/graphics/images/ambient/dd5_bones.png b/graphics/images/ambient/dd5_bones.png new file mode 100644 index 00000000..c83be258 Binary files /dev/null and b/graphics/images/ambient/dd5_bones.png differ diff --git a/graphics/images/ambient/dd5_doubledef.png b/graphics/images/ambient/dd5_doubledef.png new file mode 100644 index 00000000..91a09f6e Binary files /dev/null and b/graphics/images/ambient/dd5_doubledef.png differ diff --git a/graphics/images/ambient/dd5_greed.png b/graphics/images/ambient/dd5_greed.png new file mode 100644 index 00000000..1b299ae8 Binary files /dev/null and b/graphics/images/ambient/dd5_greed.png differ diff --git a/graphics/images/ambient/dd5_invulnerable.png b/graphics/images/ambient/dd5_invulnerable.png new file mode 100644 index 00000000..a6104beb Binary files /dev/null and b/graphics/images/ambient/dd5_invulnerable.png differ diff --git a/graphics/images/ambient/dd5_kaflosh.png b/graphics/images/ambient/dd5_kaflosh.png new file mode 100644 index 00000000..80ec6d8b Binary files /dev/null and b/graphics/images/ambient/dd5_kaflosh.png differ diff --git a/graphics/images/ambient/dd5_melee.png b/graphics/images/ambient/dd5_melee.png new file mode 100644 index 00000000..90a0158f Binary files /dev/null and b/graphics/images/ambient/dd5_melee.png differ diff --git a/graphics/images/ambient/dd5_potions.png b/graphics/images/ambient/dd5_potions.png new file mode 100644 index 00000000..69ae1307 Binary files /dev/null and b/graphics/images/ambient/dd5_potions.png differ diff --git a/graphics/images/doomsday.png b/graphics/images/doomsday.png new file mode 100644 index 00000000..838ff74d Binary files /dev/null and b/graphics/images/doomsday.png differ diff --git a/graphics/items/equipment/head/pvpcap-golden.png b/graphics/items/equipment/head/pvpcap-golden.png new file mode 100644 index 00000000..bc0246fe Binary files /dev/null and b/graphics/items/equipment/head/pvpcap-golden.png differ diff --git a/graphics/items/generic/pvpcoin.png b/graphics/items/generic/pvpcoin.png new file mode 100644 index 00000000..c5253919 Binary files /dev/null and b/graphics/items/generic/pvpcoin.png differ diff --git a/graphics/particles/circle-magic-trail.png b/graphics/particles/circle-magic-trail.png new file mode 100644 index 00000000..4922c339 Binary files /dev/null and b/graphics/particles/circle-magic-trail.png differ diff --git a/graphics/particles/circle-magic.png b/graphics/particles/circle-magic.png new file mode 100644 index 00000000..39b9a722 Binary files /dev/null and b/graphics/particles/circle-magic.png differ diff --git a/graphics/particles/circle-magic.xml b/graphics/particles/circle-magic.xml new file mode 100644 index 00000000..ce597fba --- /dev/null +++ b/graphics/particles/circle-magic.xml @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/graphics/particles/epilogue.png b/graphics/particles/epilogue.png new file mode 100644 index 00000000..6cd49cb2 Binary files /dev/null and b/graphics/particles/epilogue.png differ diff --git a/graphics/particles/epilogue.xml b/graphics/particles/epilogue.xml new file mode 100644 index 00000000..0b7d4ae0 --- /dev/null +++ b/graphics/particles/epilogue.xml @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 @@ + + + + + + + + + diff --git a/graphics/tiles/hurns-ground.png b/graphics/tiles/hurns-ground.png new file mode 100644 index 00000000..26e8887e Binary files /dev/null and b/graphics/tiles/hurns-ground.png differ -- cgit v1.2.3-60-g2f50