From fe38ac4dfb1abc6795022522afad707908a7bdda Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sat, 29 Feb 2020 18:38:50 -0500 Subject: [PATCH] Add source links (and feet) for Goddess Elizabeth and Joshii --- media/attribution.js | 6 +- media/characters/goddess-elizabeth/foot.svg | 135 ++++++++++++++++++++ media/characters/joshii/foot.svg | 91 +++++++++++++ presets/characters.js | 16 ++- 4 files changed, 245 insertions(+), 3 deletions(-) create mode 100644 media/characters/goddess-elizabeth/foot.svg create mode 100644 media/characters/joshii/foot.svg diff --git a/media/attribution.js b/media/attribution.js index 42b268f3..3439b07f 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -1714,7 +1714,8 @@ const attributionData = { { prefix: "./media/characters/goddess-elizabeth/", files: [ - { name: "front.svg", source: null } + { name: "front.svg", source: "https://www.furaffinity.net/view/30317113/" }, + { name: "foot.svg", source: "https://www.furaffinity.net/view/30317113/" } ], authors: [ "darkietehjester" @@ -1739,7 +1740,8 @@ const attributionData = { { prefix: "./media/characters/joshii/", files: [ - { name: "front.svg", source: null } + { name: "front.svg", source: "https://www.furaffinity.net/view/35054066/" }, + { name: "foot.svg", source: "https://www.furaffinity.net/view/35054066/" } ], authors: [ "darkietehjester" diff --git a/media/characters/goddess-elizabeth/foot.svg b/media/characters/goddess-elizabeth/foot.svg new file mode 100644 index 00000000..8fdf838c --- /dev/null +++ b/media/characters/goddess-elizabeth/foot.svg @@ -0,0 +1,135 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/joshii/foot.svg b/media/characters/joshii/foot.svg new file mode 100644 index 00000000..405a4837 --- /dev/null +++ b/media/characters/joshii/foot.svg @@ -0,0 +1,91 @@ + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index e81642fe..7fbdb8ab 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -6699,13 +6699,20 @@ characterMakers["Joshii"] = () => { "DarkieTehJester", { front: { - height: math.unit(6, "feet"), + height: math.unit(5 + 5/12, "feet"), weight: math.unit(150, "lb"), name: "Front", image: { source: "./media/characters/joshii/front.svg" } }, + foot: { + height: math.unit((5 + 5/12) * 0.1676, "feet"), + name: "Foot", + image: { + source: "./media/characters/joshii/foot.svg" + } + }, }, [ { @@ -6742,6 +6749,13 @@ characterMakers["Goddess Elizabeth"] = () => { source: "./media/characters/goddess-elizabeth/front.svg" } }, + foot: { + height: math.unit(6 * 0.25436 / 2, "feet"), + name: "Foot", + image: { + source: "./media/characters/goddess-elizabeth/foot.svg" + } + }, }, [ {