From fda947b7da277424758be8aa91387b219142e3bb Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Wed, 26 Feb 2020 09:06:03 -0500 Subject: [PATCH] Add Amanda --- media/attribution.js | 20 ++++++++ media/characters/amanda/front.svg | 79 +++++++++++++++++++++++++++++++ presets/characters.js | 24 ++++++++++ 3 files changed, 123 insertions(+) create mode 100644 media/characters/amanda/front.svg diff --git a/media/attribution.js b/media/attribution.js index 7a51954d..69e47569 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -104,6 +104,18 @@ const attributionData = { "little-big-x110" ] }, + { + prefix: "./media/characters/amanda/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/33462160/" } + ], + authors: [ + "spunky" + ], + owners: [ + "matty-the-mouse" + ] + }, { prefix: "./media/characters/andy/", files: [ @@ -941,6 +953,10 @@ const attributionData = { name: "Mallowchu", url: "https://www.furaffinity.net/user/mallowchu" }, + "matty-the-mouse": { + name: "Matty the Mouse", + url: "https://www.furaffinity.net/user/mattythemouse/" + }, "miateshcha": { name: "Miateshcha", url: "https://www.furaffinity.net/user/miateshcha/" @@ -1021,6 +1037,10 @@ const attributionData = { name: "spaceweasel2306", url: "https://www.furaffinity.net/user/spaceweasel2306/" }, + "spunky": { + name: "Spunky", + url: "https://www.furaffinity.net/user/spunky" + }, "spyropurple": { name: "spyropurple", url: "https://www.furaffinity.net/user/spyropurple/" diff --git a/media/characters/amanda/front.svg b/media/characters/amanda/front.svg new file mode 100644 index 00000000..6980c941 --- /dev/null +++ b/media/characters/amanda/front.svg @@ -0,0 +1,79 @@ + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index ff72abd8..4b786ba6 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -5260,6 +5260,30 @@ characterMakers["Cobalt"] = () => { ) }; +characterMakers["Amanda"] = () => { + return makeCharacter( + "Amanda", + "Amanda", + { + front: { + height: math.unit(6, "feet"), + weight: math.unit(140, "lbs"), + name: "Front", + image: { + source: "./media/characters/amanda/front.svg" + } + } + }, + [ + { + name: "Micro", + height: math.unit(5, "inches"), + default: true + }, + ] + ) +}; + function makeCharacters() { const results = [];