From 478348883b1e21083654dd76c8d4a916ff59f90c Mon Sep 17 00:00:00 2001 From: Golfavel Date: Sat, 16 Mar 2024 22:50:49 -0600 Subject: [PATCH] 'looks_like' but incorrect --- .../pngs_tiles_10x10/wearables/feet/boots_chitin.json | 8 ++++++++ .../pngs_tiles_10x10/wearables/hands/armguard_chitin.json | 8 ++++++++ .../wearables/hands/gauntlets_chitin.json | 8 ++++++++ .../pngs_tiles_10x10/wearables/head/helmet_chitin.json | 8 ++++++++ .../pngs_tiles_10x10/wearables/legs/legguard_chitin.json | 8 ++++++++ .../pngs_tiles_10x10/wearables/torso/armor_chitin.json | 8 ++++++++ 6 files changed, 48 insertions(+) create mode 100644 gfx/NeoDays/pngs_tiles_10x10/wearables/feet/boots_chitin.json create mode 100644 gfx/NeoDays/pngs_tiles_10x10/wearables/hands/armguard_chitin.json create mode 100644 gfx/NeoDays/pngs_tiles_10x10/wearables/hands/gauntlets_chitin.json create mode 100644 gfx/NeoDays/pngs_tiles_10x10/wearables/head/helmet_chitin.json create mode 100644 gfx/NeoDays/pngs_tiles_10x10/wearables/legs/legguard_chitin.json create mode 100644 gfx/NeoDays/pngs_tiles_10x10/wearables/torso/armor_chitin.json diff --git a/gfx/NeoDays/pngs_tiles_10x10/wearables/feet/boots_chitin.json b/gfx/NeoDays/pngs_tiles_10x10/wearables/feet/boots_chitin.json new file mode 100644 index 0000000000..292e674925 --- /dev/null +++ b/gfx/NeoDays/pngs_tiles_10x10/wearables/feet/boots_chitin.json @@ -0,0 +1,8 @@ +{ + "id": [ + "boots_chitin", + "xl_boots_chitin", + "xs_boots_chitin" + ], + "fg": "boots_chitin" +} diff --git a/gfx/NeoDays/pngs_tiles_10x10/wearables/hands/armguard_chitin.json b/gfx/NeoDays/pngs_tiles_10x10/wearables/hands/armguard_chitin.json new file mode 100644 index 0000000000..ddf884c7f1 --- /dev/null +++ b/gfx/NeoDays/pngs_tiles_10x10/wearables/hands/armguard_chitin.json @@ -0,0 +1,8 @@ +{ + "id": [ + "armguard_chitin", + "xl_armguard_chitin", + "xs_armguard_chitin" + ], + "fg": "armguard_chitin" +} diff --git a/gfx/NeoDays/pngs_tiles_10x10/wearables/hands/gauntlets_chitin.json b/gfx/NeoDays/pngs_tiles_10x10/wearables/hands/gauntlets_chitin.json new file mode 100644 index 0000000000..7922c5bc2c --- /dev/null +++ b/gfx/NeoDays/pngs_tiles_10x10/wearables/hands/gauntlets_chitin.json @@ -0,0 +1,8 @@ +{ + "id": [ + "gauntlets_chitin", + "xl_gauntlets_chitin", + "xs_gauntlets_chitin" + ], + "fg": "gauntlets_chitin" +} diff --git a/gfx/NeoDays/pngs_tiles_10x10/wearables/head/helmet_chitin.json b/gfx/NeoDays/pngs_tiles_10x10/wearables/head/helmet_chitin.json new file mode 100644 index 0000000000..68f0b8ea84 --- /dev/null +++ b/gfx/NeoDays/pngs_tiles_10x10/wearables/head/helmet_chitin.json @@ -0,0 +1,8 @@ +{ + "id": [ + "helmet_chitin", + "xl_helmet_chitin", + "helmet_chitin_xs" + ], + "fg": "helmet_chitin" +} diff --git a/gfx/NeoDays/pngs_tiles_10x10/wearables/legs/legguard_chitin.json b/gfx/NeoDays/pngs_tiles_10x10/wearables/legs/legguard_chitin.json new file mode 100644 index 0000000000..075054228b --- /dev/null +++ b/gfx/NeoDays/pngs_tiles_10x10/wearables/legs/legguard_chitin.json @@ -0,0 +1,8 @@ +{ + "id": [ + "legguard_chitin", + "xl_legguard_chitin", + "xs_legguard_chitin" + ], + "fg": "legguard_chitin" +} diff --git a/gfx/NeoDays/pngs_tiles_10x10/wearables/torso/armor_chitin.json b/gfx/NeoDays/pngs_tiles_10x10/wearables/torso/armor_chitin.json new file mode 100644 index 0000000000..e8e4d78f32 --- /dev/null +++ b/gfx/NeoDays/pngs_tiles_10x10/wearables/torso/armor_chitin.json @@ -0,0 +1,8 @@ +{ + "id": [ + "armor_chitin", + "xl_armor_chitin", + "armor_chitin_xs" + ], + "fg": "armor_chitin" +}