From 061fe92a88e10ba4cbf00f883ff77b005b9a7c5e Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Mon, 2 May 2022 09:48:56 -0400 Subject: [PATCH] Update Hind --- media/attribution.js | 4 +- media/characters/hind/back.svg | 3012 ++++++++++++++++++++----- media/characters/hind/front.svg | 3619 +++++++++++++++++++++++++------ media/characters/hind/head.svg | 152 -- media/characters/hind/tail.svg | 281 --- presets/characters.js | 40 +- 6 files changed, 5366 insertions(+), 1742 deletions(-) delete mode 100644 media/characters/hind/head.svg delete mode 100644 media/characters/hind/tail.svg diff --git a/media/attribution.js b/media/attribution.js index 8218014e..cef89963 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -10508,11 +10508,9 @@ const attributionData = { files: [ { name: "front.svg", source: null }, { name: "back.svg", source: null }, - { name: "tail.svg", source: null }, - { name: "head.svg", source: null }, ], authors: [ - "clown-grin" + "edjit7" ], owners: [ "morea-sergal" diff --git a/media/characters/hind/back.svg b/media/characters/hind/back.svg index 0df53052..7eefa634 100644 --- a/media/characters/hind/back.svg +++ b/media/characters/hind/back.svg @@ -1,573 +1,2443 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/hind/front.svg b/media/characters/hind/front.svg index 1196b493..dc987ee1 100644 --- a/media/characters/hind/front.svg +++ b/media/characters/hind/front.svg @@ -1,706 +1,2917 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/hind/head.svg b/media/characters/hind/head.svg deleted file mode 100644 index 24e95a85..00000000 --- a/media/characters/hind/head.svg +++ /dev/null @@ -1,152 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/media/characters/hind/tail.svg b/media/characters/hind/tail.svg deleted file mode 100644 index 897a7453..00000000 --- a/media/characters/hind/tail.svg +++ /dev/null @@ -1,281 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/presets/characters.js b/presets/characters.js index 00950ad6..013cdeda 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -28089,54 +28089,32 @@ characterMakers.push(() => makeCharacter( { name: "Hind", species: ["protogen"], tags: ["anthro"] }, { front: { - height: math.unit(7, "feet"), - weight: math.unit(425, "lb"), + height: math.unit(6, "feet"), + weight: math.unit(220, "lb"), name: "Front", image: { source: "./media/characters/hind/front.svg", - extra: 2091 / 1860, - bottom: 129 / 2220 + extra: 1912/1787, + bottom: 52/1964 } }, back: { - height: math.unit(7, "feet"), - weight: math.unit(425, "lb"), + height: math.unit(6, "feet"), + weight: math.unit(220, "lb"), name: "Back", image: { source: "./media/characters/hind/back.svg", - extra: 2091 / 1860, - bottom: 24.6 / 2309 - } - }, - tail: { - height: math.unit(2.8, "feet"), - name: "Tail", - image: { - source: "./media/characters/hind/tail.svg" - } - }, - head: { - height: math.unit(2.55, "feet"), - name: "Head", - image: { - source: "./media/characters/hind/head.svg" + extra: 1901/1794, + bottom: 26/1927 } }, }, [ - { - name: "XS", - height: math.unit(0.7, "feet") - }, { name: "Normal", - height: math.unit(7, "feet"), + height: math.unit(6, "feet"), default: true }, - { - name: "XL", - height: math.unit(70, "feet") - }, ] ))