From 0c97c5a033bc024c6662b5d93ae3144891805354 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sat, 28 Mar 2020 10:32:31 -0400 Subject: [PATCH] Add Dhari's were form --- media/attribution.js | 3 + media/characters/dhari/were-back.svg | 303 ++++++++++++++++ media/characters/dhari/were-front.svg | 487 ++++++++++++++++++++++++++ media/characters/dhari/were-maw.svg | 291 +++++++++++++++ presets/characters.js | 27 ++ 5 files changed, 1111 insertions(+) create mode 100644 media/characters/dhari/were-back.svg create mode 100644 media/characters/dhari/were-front.svg create mode 100644 media/characters/dhari/were-maw.svg diff --git a/media/attribution.js b/media/attribution.js index c77eab85..b57596c8 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -8013,6 +8013,9 @@ const attributionData = { { name: "front.svg", source: "https://www.furaffinity.net/view/26746146/" }, { name: "back.svg", source: "https://www.furaffinity.net/view/26746146/" }, { name: "maw.svg", source: "https://www.furaffinity.net/view/26746146/" }, + { name: "were-front.svg", source: "https://www.furaffinity.net/view/26746146/" }, + { name: "were-back.svg", source: "https://www.furaffinity.net/view/26746146/" }, + { name: "were-back.svg", source: "https://www.furaffinity.net/view/26746146/" }, ], authors: [ "gabira" diff --git a/media/characters/dhari/were-back.svg b/media/characters/dhari/were-back.svg new file mode 100644 index 00000000..e25dcf95 --- /dev/null +++ b/media/characters/dhari/were-back.svg @@ -0,0 +1,303 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/dhari/were-front.svg b/media/characters/dhari/were-front.svg new file mode 100644 index 00000000..be4a20cf --- /dev/null +++ b/media/characters/dhari/were-front.svg @@ -0,0 +1,487 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/dhari/were-maw.svg b/media/characters/dhari/were-maw.svg new file mode 100644 index 00000000..5e29c791 --- /dev/null +++ b/media/characters/dhari/were-maw.svg @@ -0,0 +1,291 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index cc42ca1d..42e004c0 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -19584,6 +19584,33 @@ characterMakers["Dhari"] = () => { source: "./media/characters/dhari/maw.svg" } }, + wereFront: { + height: math.unit(12 + 8/12, "feet"), + weight: math.unit(4000, "lb"), + name: "Front (Were)", + image: { + source: "./media/characters/dhari/were-front.svg", + extra: 1065/969, + bottom: 0.015 + } + }, + wereBack: { + height: math.unit(12 + 8/12, "feet"), + weight: math.unit(4000, "lb"), + name: "Back (Were)", + image: { + source: "./media/characters/dhari/were-back.svg", + extra: 1065/969, + bottom: 0.012 + } + }, + wereMaw: { + height: math.unit(0.625, "meters"), + name: "Maw (Were)", + image: { + source: "./media/characters/dhari/were-maw.svg" + } + }, }, [ {