From 6a9cf2614b730625c98dbb46a3de99c376b4cc8b Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sun, 19 Apr 2020 16:54:21 -0400 Subject: [PATCH] Update Fory's silhouette and add two new ones --- media/attribution.js | 5 +- media/characters/fory/back.svg | 405 ++++++++++++++++ media/characters/fory/foot.svg | 256 ++++++++++ media/characters/fory/front.svg | 823 +++++++++++++++++++++++++++----- presets/characters.js | 23 +- 5 files changed, 1398 insertions(+), 114 deletions(-) create mode 100644 media/characters/fory/back.svg create mode 100644 media/characters/fory/foot.svg diff --git a/media/attribution.js b/media/attribution.js index 16c561f3..15646463 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -2416,7 +2416,10 @@ const attributionData = { { prefix: "./media/characters/fory/", files: [ - { name: "front.svg", source: null } + { name: "front.svg", source: "https://www.furaffinity.net/view/35993069/" }, + { name: "back.svg", source: "https://www.furaffinity.net/view/35993069/" }, + { name: "foot.svg", source: "https://www.furaffinity.net/view/35993069/" }, + ], authors: [ "victni" diff --git a/media/characters/fory/back.svg b/media/characters/fory/back.svg new file mode 100644 index 00000000..bd2c3980 --- /dev/null +++ b/media/characters/fory/back.svg @@ -0,0 +1,405 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/fory/foot.svg b/media/characters/fory/foot.svg new file mode 100644 index 00000000..32483425 --- /dev/null +++ b/media/characters/fory/foot.svg @@ -0,0 +1,256 @@ + + + + + + + + + + + + + diff --git a/media/characters/fory/front.svg b/media/characters/fory/front.svg index 595ab337..746d9adb 100644 --- a/media/characters/fory/front.svg +++ b/media/characters/fory/front.svg @@ -1,115 +1,718 @@ - + + viewBox="0 0 4281.99 3043.85" style="enable-background:new 0 0 4281.99 3043.85;" xml:space="preserve"> + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 6519093e..6e3e1d33 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -686,13 +686,30 @@ characterMakers.push(() => makeCharacter( { name: "Fory" }, { front: { - height: math.unit(7, "feet"), + height: math.unit(5, "feet"), weight: math.unit(90, "kg"), name: "Front", image: { source: "./media/characters/fory/front.svg", - extra: 1, - bottom: 0.03 + extra: 2862/2674, + bottom: 180/3043.8 + } + }, + back: { + height: math.unit(5, "feet"), + weight: math.unit(90, "kg"), + name: "Back", + image: { + source: "./media/characters/fory/back.svg", + extra: 2962/2791, + bottom: 106/3071.8 + } + }, + foot: { + height: math.unit(2.14, "feet"), + name: "Foot", + image: { + source: "./media/characters/fory/foot.svg" } }, },