From 235bbdbb4156f5a8fea574193170a22d93267545 Mon Sep 17 00:00:00 2001 From: Lance5057 Date: Thu, 3 Sep 2015 16:27:29 -0500 Subject: Rewrite of Injector. Added chainmaille, cloth, clasps. --- .../tinker/textures/items/parts/_chainmaille.png | Bin 0 -> 562 bytes .../assets/tinker/textures/items/parts/_clasp.png | Bin 0 -> 322 bytes .../assets/tinker/textures/items/parts/_cloth.png | Bin 0 -> 767 bytes .../textures/armor/Sheath/_sheath_base.png | Bin 1002 -> 997 bytes .../textures/armor/Sheath/_sheath_belt.png | Bin 0 -> 858 bytes .../textures/armor/Sheath/_sheath_clasp.png | Bin 0 -> 167 bytes .../textures/armor/Sheath/_sheath_filigree.png | Bin 339 -> 335 bytes .../textures/items/broadsword/_basket_accessory.png | Bin 0 -> 276 bytes .../textures/items/broadsword/_basket_guard.png | Bin 276 -> 0 bytes .../textures/items/broadsword/_curved_accessory.png | Bin 0 -> 258 bytes .../textures/items/broadsword/_curved_guard.png | Bin 258 -> 0 bytes .../textures/items/broadsword/_elusive_accessory.png | Bin 0 -> 295 bytes .../textures/items/broadsword/_elusive_guard.png | Bin 295 -> 0 bytes .../textures/items/broadsword/_extended_accessory.png | Bin 0 -> 265 bytes .../textures/items/broadsword/_extended_guard.png | Bin 265 -> 0 bytes .../textures/items/broadsword/_legendary_accessory.png | Bin 0 -> 313 bytes .../textures/items/broadsword/_legendary_guard.png | Bin 313 -> 0 bytes .../textures/items/broadsword/_no_accessory.png | Bin 0 -> 203 bytes .../textures/items/broadsword/_no_guard.png | Bin 203 -> 0 bytes .../textures/items/broadsword/_queens_accessory.png | Bin 0 -> 254 bytes .../textures/items/broadsword/_queens_guard.png | Bin 254 -> 0 bytes .../textures/items/broadsword/_repulsive_accessory.png | Bin 0 -> 285 bytes .../textures/items/broadsword/_repulsive_guard.png | Bin 285 -> 0 bytes .../textures/items/broadsword/_square_accessory.png | Bin 0 -> 247 bytes .../textures/items/broadsword/_square_guard.png | Bin 247 -> 0 bytes .../textures/items/broadsword/_straight_accessory.png | Bin 0 -> 241 bytes .../textures/items/broadsword/_straight_guard.png | Bin 241 -> 0 bytes 27 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 src/main/resources/assets/tinker/textures/items/parts/_chainmaille.png create mode 100644 src/main/resources/assets/tinker/textures/items/parts/_clasp.png create mode 100644 src/main/resources/assets/tinker/textures/items/parts/_cloth.png create mode 100644 src/main/resources/assets/tinkersdefense/textures/armor/Sheath/_sheath_belt.png create mode 100644 src/main/resources/assets/tinkersdefense/textures/armor/Sheath/_sheath_clasp.png create mode 100644 src/main/resources/assets/tinkersdefense/textures/items/broadsword/_basket_accessory.png delete mode 100644 src/main/resources/assets/tinkersdefense/textures/items/broadsword/_basket_guard.png create mode 100644 src/main/resources/assets/tinkersdefense/textures/items/broadsword/_curved_accessory.png delete mode 100644 src/main/resources/assets/tinkersdefense/textures/items/broadsword/_curved_guard.png create mode 100644 src/main/resources/assets/tinkersdefense/textures/items/broadsword/_elusive_accessory.png delete mode 100644 src/main/resources/assets/tinkersdefense/textures/items/broadsword/_elusive_guard.png create mode 100644 src/main/resources/assets/tinkersdefense/textures/items/broadsword/_extended_accessory.png delete mode 100644 src/main/resources/assets/tinkersdefense/textures/items/broadsword/_extended_guard.png create mode 100644 src/main/resources/assets/tinkersdefense/textures/items/broadsword/_legendary_accessory.png delete mode 100644 src/main/resources/assets/tinkersdefense/textures/items/broadsword/_legendary_guard.png create mode 100644 src/main/resources/assets/tinkersdefense/textures/items/broadsword/_no_accessory.png delete mode 100644 src/main/resources/assets/tinkersdefense/textures/items/broadsword/_no_guard.png create mode 100644 src/main/resources/assets/tinkersdefense/textures/items/broadsword/_queens_accessory.png delete mode 100644 src/main/resources/assets/tinkersdefense/textures/items/broadsword/_queens_guard.png create mode 100644 src/main/resources/assets/tinkersdefense/textures/items/broadsword/_repulsive_accessory.png delete mode 100644 src/main/resources/assets/tinkersdefense/textures/items/broadsword/_repulsive_guard.png create mode 100644 src/main/resources/assets/tinkersdefense/textures/items/broadsword/_square_accessory.png delete mode 100644 src/main/resources/assets/tinkersdefense/textures/items/broadsword/_square_guard.png create mode 100644 src/main/resources/assets/tinkersdefense/textures/items/broadsword/_straight_accessory.png delete mode 100644 src/main/resources/assets/tinkersdefense/textures/items/broadsword/_straight_guard.png (limited to 'src/main/resources/assets') diff --git a/src/main/resources/assets/tinker/textures/items/parts/_chainmaille.png b/src/main/resources/assets/tinker/textures/items/parts/_chainmaille.png new file mode 100644 index 0000000..403e542 Binary files /dev/null and b/src/main/resources/assets/tinker/textures/items/parts/_chainmaille.png differ diff --git a/src/main/resources/assets/tinker/textures/items/parts/_clasp.png b/src/main/resources/assets/tinker/textures/items/parts/_clasp.png new file mode 100644 index 0000000..9919256 Binary files /dev/null and b/src/main/resources/assets/tinker/textures/items/parts/_clasp.png differ diff --git a/src/main/resources/assets/tinker/textures/items/parts/_cloth.png b/src/main/resources/assets/tinker/textures/items/parts/_cloth.png new file mode 100644 index 0000000..2e0f570 Binary files /dev/null and b/src/main/resources/assets/tinker/textures/items/parts/_cloth.png differ diff --git a/src/main/resources/assets/tinkersdefense/textures/armor/Sheath/_sheath_base.png b/src/main/resources/assets/tinkersdefense/textures/armor/Sheath/_sheath_base.png index 7226c06..7cb0267 100644 Binary files a/src/main/resources/assets/tinkersdefense/textures/armor/Sheath/_sheath_base.png and b/src/main/resources/assets/tinkersdefense/textures/armor/Sheath/_sheath_base.png differ diff --git a/src/main/resources/assets/tinkersdefense/textures/armor/Sheath/_sheath_belt.png b/src/main/resources/assets/tinkersdefense/textures/armor/Sheath/_sheath_belt.png new file mode 100644 index 0000000..f27f0ff Binary files /dev/null and b/src/main/resources/assets/tinkersdefense/textures/armor/Sheath/_sheath_belt.png differ diff --git a/src/main/resources/assets/tinkersdefense/textures/armor/Sheath/_sheath_clasp.png b/src/main/resources/assets/tinkersdefense/textures/armor/Sheath/_sheath_clasp.png new file mode 100644 index 0000000..bf998a7 Binary files /dev/null and b/src/main/resources/assets/tinkersdefense/textures/armor/Sheath/_sheath_clasp.png differ diff --git a/src/main/resources/assets/tinkersdefense/textures/armor/Sheath/_sheath_filigree.png b/src/main/resources/assets/tinkersdefense/textures/armor/Sheath/_sheath_filigree.png index 59bfb2e..ca51678 100644 Binary files a/src/main/resources/assets/tinkersdefense/textures/armor/Sheath/_sheath_filigree.png and b/src/main/resources/assets/tinkersdefense/textures/armor/Sheath/_sheath_filigree.png differ diff --git a/src/main/resources/assets/tinkersdefense/textures/items/broadsword/_basket_accessory.png b/src/main/resources/assets/tinkersdefense/textures/items/broadsword/_basket_accessory.png new file mode 100644 index 0000000..aa41e6e Binary files /dev/null and b/src/main/resources/assets/tinkersdefense/textures/items/broadsword/_basket_accessory.png differ diff --git a/src/main/resources/assets/tinkersdefense/textures/items/broadsword/_basket_guard.png b/src/main/resources/assets/tinkersdefense/textures/items/broadsword/_basket_guard.png deleted file mode 100644 index aa41e6e..0000000 Binary files a/src/main/resources/assets/tinkersdefense/textures/items/broadsword/_basket_guard.png and /dev/null differ diff --git a/src/main/resources/assets/tinkersdefense/textures/items/broadsword/_curved_accessory.png b/src/main/resources/assets/tinkersdefense/textures/items/broadsword/_curved_accessory.png new file mode 100644 index 0000000..a792e79 Binary files /dev/null and b/src/main/resources/assets/tinkersdefense/textures/items/broadsword/_curved_accessory.png differ diff --git a/src/main/resources/assets/tinkersdefense/textures/items/broadsword/_curved_guard.png b/src/main/resources/assets/tinkersdefense/textures/items/broadsword/_curved_guard.png deleted file mode 100644 index a792e79..0000000 Binary files a/src/main/resources/assets/tinkersdefense/textures/items/broadsword/_curved_guard.png and /dev/null differ diff --git a/src/main/resources/assets/tinkersdefense/textures/items/broadsword/_elusive_accessory.png b/src/main/resources/assets/tinkersdefense/textures/items/broadsword/_elusive_accessory.png new file mode 100644 index 0000000..ce0c728 Binary files /dev/null and b/src/main/resources/assets/tinkersdefense/textures/items/broadsword/_elusive_accessory.png differ diff --git a/src/main/resources/assets/tinkersdefense/textures/items/broadsword/_elusive_guard.png b/src/main/resources/assets/tinkersdefense/textures/items/broadsword/_elusive_guard.png deleted file mode 100644 index ce0c728..0000000 Binary files a/src/main/resources/assets/tinkersdefense/textures/items/broadsword/_elusive_guard.png and /dev/null differ diff --git a/src/main/resources/assets/tinkersdefense/textures/items/broadsword/_extended_accessory.png b/src/main/resources/assets/tinkersdefense/textures/items/broadsword/_extended_accessory.png new file mode 100644 index 0000000..8a7461b Binary files /dev/null and b/src/main/resources/assets/tinkersdefense/textures/items/broadsword/_extended_accessory.png differ diff --git a/src/main/resources/assets/tinkersdefense/textures/items/broadsword/_extended_guard.png b/src/main/resources/assets/tinkersdefense/textures/items/broadsword/_extended_guard.png deleted file mode 100644 index 8a7461b..0000000 Binary files a/src/main/resources/assets/tinkersdefense/textures/items/broadsword/_extended_guard.png and /dev/null differ diff --git a/src/main/resources/assets/tinkersdefense/textures/items/broadsword/_legendary_accessory.png b/src/main/resources/assets/tinkersdefense/textures/items/broadsword/_legendary_accessory.png new file mode 100644 index 0000000..9cfe9f8 Binary files /dev/null and b/src/main/resources/assets/tinkersdefense/textures/items/broadsword/_legendary_accessory.png differ diff --git a/src/main/resources/assets/tinkersdefense/textures/items/broadsword/_legendary_guard.png b/src/main/resources/assets/tinkersdefense/textures/items/broadsword/_legendary_guard.png deleted file mode 100644 index 9cfe9f8..0000000 Binary files a/src/main/resources/assets/tinkersdefense/textures/items/broadsword/_legendary_guard.png and /dev/null differ diff --git a/src/main/resources/assets/tinkersdefense/textures/items/broadsword/_no_accessory.png b/src/main/resources/assets/tinkersdefense/textures/items/broadsword/_no_accessory.png new file mode 100644 index 0000000..40fa884 Binary files /dev/null and b/src/main/resources/assets/tinkersdefense/textures/items/broadsword/_no_accessory.png differ diff --git a/src/main/resources/assets/tinkersdefense/textures/items/broadsword/_no_guard.png b/src/main/resources/assets/tinkersdefense/textures/items/broadsword/_no_guard.png deleted file mode 100644 index 40fa884..0000000 Binary files a/src/main/resources/assets/tinkersdefense/textures/items/broadsword/_no_guard.png and /dev/null differ diff --git a/src/main/resources/assets/tinkersdefense/textures/items/broadsword/_queens_accessory.png b/src/main/resources/assets/tinkersdefense/textures/items/broadsword/_queens_accessory.png new file mode 100644 index 0000000..856a5ec Binary files /dev/null and b/src/main/resources/assets/tinkersdefense/textures/items/broadsword/_queens_accessory.png differ diff --git a/src/main/resources/assets/tinkersdefense/textures/items/broadsword/_queens_guard.png b/src/main/resources/assets/tinkersdefense/textures/items/broadsword/_queens_guard.png deleted file mode 100644 index 856a5ec..0000000 Binary files a/src/main/resources/assets/tinkersdefense/textures/items/broadsword/_queens_guard.png and /dev/null differ diff --git a/src/main/resources/assets/tinkersdefense/textures/items/broadsword/_repulsive_accessory.png b/src/main/resources/assets/tinkersdefense/textures/items/broadsword/_repulsive_accessory.png new file mode 100644 index 0000000..43f4feb Binary files /dev/null and b/src/main/resources/assets/tinkersdefense/textures/items/broadsword/_repulsive_accessory.png differ diff --git a/src/main/resources/assets/tinkersdefense/textures/items/broadsword/_repulsive_guard.png b/src/main/resources/assets/tinkersdefense/textures/items/broadsword/_repulsive_guard.png deleted file mode 100644 index 43f4feb..0000000 Binary files a/src/main/resources/assets/tinkersdefense/textures/items/broadsword/_repulsive_guard.png and /dev/null differ diff --git a/src/main/resources/assets/tinkersdefense/textures/items/broadsword/_square_accessory.png b/src/main/resources/assets/tinkersdefense/textures/items/broadsword/_square_accessory.png new file mode 100644 index 0000000..8fbedf0 Binary files /dev/null and b/src/main/resources/assets/tinkersdefense/textures/items/broadsword/_square_accessory.png differ diff --git a/src/main/resources/assets/tinkersdefense/textures/items/broadsword/_square_guard.png b/src/main/resources/assets/tinkersdefense/textures/items/broadsword/_square_guard.png deleted file mode 100644 index 8fbedf0..0000000 Binary files a/src/main/resources/assets/tinkersdefense/textures/items/broadsword/_square_guard.png and /dev/null differ diff --git a/src/main/resources/assets/tinkersdefense/textures/items/broadsword/_straight_accessory.png b/src/main/resources/assets/tinkersdefense/textures/items/broadsword/_straight_accessory.png new file mode 100644 index 0000000..c747030 Binary files /dev/null and b/src/main/resources/assets/tinkersdefense/textures/items/broadsword/_straight_accessory.png differ diff --git a/src/main/resources/assets/tinkersdefense/textures/items/broadsword/_straight_guard.png b/src/main/resources/assets/tinkersdefense/textures/items/broadsword/_straight_guard.png deleted file mode 100644 index c747030..0000000 Binary files a/src/main/resources/assets/tinkersdefense/textures/items/broadsword/_straight_guard.png and /dev/null differ -- cgit v1.2.3