From 802291db1be7b98914ee80e2c46085e0ea336241 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 7 Mar 2022 21:07:29 -0300 Subject: St. Patrick Batch --- graphics/items/equipment/head/leprechaunhat.png | Bin 0 -> 590 bytes graphics/items/equipment/head/party-blue.png | Bin 0 -> 444 bytes graphics/items/equipment/head/party-green.png | Bin 0 -> 427 bytes graphics/items/equipment/head/party-red.png | Bin 0 -> 490 bytes graphics/sprites/equipment/head/leprechaunhat.png | Bin 0 -> 1805 bytes graphics/sprites/equipment/head/leprechaunhat.xml | 5 + graphics/sprites/equipment/head/party-blue.png | Bin 0 -> 1383 bytes graphics/sprites/equipment/head/party-blue.xml | 5 + graphics/sprites/equipment/head/party-green.png | Bin 0 -> 1352 bytes graphics/sprites/equipment/head/party-green.xml | 5 + graphics/sprites/equipment/head/party-red.png | Bin 0 -> 1819 bytes graphics/sprites/equipment/head/party-red.xml | 5 + graphics/sprites/monsters/floyd.png | Bin 0 -> 185517 bytes graphics/sprites/monsters/floyd.xml | 186 ++++++++++++++++++++++ items/equip-head/item5267_AssassinMask.xml | 36 +++++ monsters/_include.xml | 1 + monsters/monster1168_Floyd.xml | 6 + 17 files changed, 249 insertions(+) create mode 100644 graphics/items/equipment/head/leprechaunhat.png create mode 100644 graphics/items/equipment/head/party-blue.png create mode 100644 graphics/items/equipment/head/party-green.png create mode 100644 graphics/items/equipment/head/party-red.png create mode 100644 graphics/sprites/equipment/head/leprechaunhat.png create mode 100644 graphics/sprites/equipment/head/leprechaunhat.xml create mode 100644 graphics/sprites/equipment/head/party-blue.png create mode 100644 graphics/sprites/equipment/head/party-blue.xml create mode 100644 graphics/sprites/equipment/head/party-green.png create mode 100644 graphics/sprites/equipment/head/party-green.xml create mode 100644 graphics/sprites/equipment/head/party-red.png create mode 100644 graphics/sprites/equipment/head/party-red.xml create mode 100644 graphics/sprites/monsters/floyd.png create mode 100644 graphics/sprites/monsters/floyd.xml create mode 100644 monsters/monster1168_Floyd.xml diff --git a/graphics/items/equipment/head/leprechaunhat.png b/graphics/items/equipment/head/leprechaunhat.png new file mode 100644 index 00000000..0e22eaee Binary files /dev/null and b/graphics/items/equipment/head/leprechaunhat.png differ diff --git a/graphics/items/equipment/head/party-blue.png b/graphics/items/equipment/head/party-blue.png new file mode 100644 index 00000000..a2c06493 Binary files /dev/null and b/graphics/items/equipment/head/party-blue.png differ diff --git a/graphics/items/equipment/head/party-green.png b/graphics/items/equipment/head/party-green.png new file mode 100644 index 00000000..4af62fd5 Binary files /dev/null and b/graphics/items/equipment/head/party-green.png differ diff --git a/graphics/items/equipment/head/party-red.png b/graphics/items/equipment/head/party-red.png new file mode 100644 index 00000000..534ea5d3 Binary files /dev/null and b/graphics/items/equipment/head/party-red.png differ diff --git a/graphics/sprites/equipment/head/leprechaunhat.png b/graphics/sprites/equipment/head/leprechaunhat.png new file mode 100644 index 00000000..13ae63a8 Binary files /dev/null and b/graphics/sprites/equipment/head/leprechaunhat.png differ diff --git a/graphics/sprites/equipment/head/leprechaunhat.xml b/graphics/sprites/equipment/head/leprechaunhat.xml new file mode 100644 index 00000000..916e2dc2 --- /dev/null +++ b/graphics/sprites/equipment/head/leprechaunhat.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/graphics/sprites/equipment/head/party-blue.png b/graphics/sprites/equipment/head/party-blue.png new file mode 100644 index 00000000..68d192b0 Binary files /dev/null and b/graphics/sprites/equipment/head/party-blue.png differ diff --git a/graphics/sprites/equipment/head/party-blue.xml b/graphics/sprites/equipment/head/party-blue.xml new file mode 100644 index 00000000..0da804c1 --- /dev/null +++ b/graphics/sprites/equipment/head/party-blue.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/graphics/sprites/equipment/head/party-green.png b/graphics/sprites/equipment/head/party-green.png new file mode 100644 index 00000000..21307b51 Binary files /dev/null and b/graphics/sprites/equipment/head/party-green.png differ diff --git a/graphics/sprites/equipment/head/party-green.xml b/graphics/sprites/equipment/head/party-green.xml new file mode 100644 index 00000000..f2e4106a --- /dev/null +++ b/graphics/sprites/equipment/head/party-green.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/graphics/sprites/equipment/head/party-red.png b/graphics/sprites/equipment/head/party-red.png new file mode 100644 index 00000000..874a10fa Binary files /dev/null and b/graphics/sprites/equipment/head/party-red.png differ diff --git a/graphics/sprites/equipment/head/party-red.xml b/graphics/sprites/equipment/head/party-red.xml new file mode 100644 index 00000000..e29890bb --- /dev/null +++ b/graphics/sprites/equipment/head/party-red.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/graphics/sprites/monsters/floyd.png b/graphics/sprites/monsters/floyd.png new file mode 100644 index 00000000..9e8b787c Binary files /dev/null and b/graphics/sprites/monsters/floyd.png differ diff --git a/graphics/sprites/monsters/floyd.xml b/graphics/sprites/monsters/floyd.xml new file mode 100644 index 00000000..1ff6bd1d --- /dev/null +++ b/graphics/sprites/monsters/floyd.xml @@ -0,0 +1,186 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/items/equip-head/item5267_AssassinMask.xml b/items/equip-head/item5267_AssassinMask.xml index 3db43102..7d0dfa99 100644 --- a/items/equip-head/item5267_AssassinMask.xml +++ b/items/equip-head/item5267_AssassinMask.xml @@ -13,4 +13,40 @@ + + equipment/head/leprechaunhat.xml + + + equipment/head/party-red.xml + + + equipment/head/party-green.xml + + + equipment/head/party-blue.xml + diff --git a/monsters/_include.xml b/monsters/_include.xml index 010ce71c..bcca4647 100644 --- a/monsters/_include.xml +++ b/monsters/_include.xml @@ -157,4 +157,5 @@ + diff --git a/monsters/monster1168_Floyd.xml b/monsters/monster1168_Floyd.xml new file mode 100644 index 00000000..1d7ea2b0 --- /dev/null +++ b/monsters/monster1168_Floyd.xml @@ -0,0 +1,6 @@ + + + + monsters/floyd.xml + + -- cgit v1.2.3-60-g2f50