From 6f9c2b7526fd535b48ad420aae17675c76b520f1 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Thu, 19 Mar 2020 13:33:13 -0400 Subject: [PATCH] Add Sapphy --- media/attribution.js | 21 ++ media/characters/sapphy/back.svg | 441 ++++++++++++++++++++++ media/characters/sapphy/front.svg | 583 ++++++++++++++++++++++++++++++ presets/characters.js | 52 +++ 4 files changed, 1097 insertions(+) create mode 100644 media/characters/sapphy/back.svg create mode 100644 media/characters/sapphy/front.svg diff --git a/media/attribution.js b/media/attribution.js index b06b1a2a..71af6c06 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -7106,6 +7106,19 @@ const attributionData = { "pocketjabari" ] }, + { + prefix: "./media/characters/sapphy/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/32221746/" }, + { name: "back.svg", source: "https://www.furaffinity.net/view/32221746/" }, + ], + authors: [ + "ocaritna" + ], + owners: [ + "sapphy" + ] + }, //characters { prefix: "./media/food/animals/", @@ -9843,6 +9856,14 @@ const attributionData = { "name": "Devoid-Kiss", "url": "https://www.furaffinity.net/user/devoid-kiss", }, + "sapphy": { + "name": "Sapphy", + "url": "https://www.furaffinity.net/user/sapphy/", + }, + "ocaritna": { + "name": "ocaritna", + "url": "https://www.furaffinity.net/user/ocaritna", + }, } } diff --git a/media/characters/sapphy/back.svg b/media/characters/sapphy/back.svg new file mode 100644 index 00000000..390a3aa6 --- /dev/null +++ b/media/characters/sapphy/back.svg @@ -0,0 +1,441 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/sapphy/front.svg b/media/characters/sapphy/front.svg new file mode 100644 index 00000000..e4e97bc2 --- /dev/null +++ b/media/characters/sapphy/front.svg @@ -0,0 +1,583 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index ab486085..cfb59745 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -17385,6 +17385,58 @@ characterMakers["Pocket Jabari"] = () => { ) }; +characterMakers["Sapphy"] = () => { + return makeCharacter( + "Sapphy", + "Sapphy", + { + front: { + height: math.unit(15, "feet"), + weight: math.unit(3280, "lb"), + name: "Front", + image: { + source: "./media/characters/sapphy/front.svg", + extra: 671/577, + bottom: 0.085 + } + }, + back: { + height: math.unit(15, "feet"), + weight: math.unit(3280, "lb"), + name: "Back", + image: { + source: "./media/characters/sapphy/back.svg", + extra: 631/607, + bottom: 0.045 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(15, "feet") + }, + { + name: "Casual Macro", + height: math.unit(120, "feet") + }, + { + name: "Macro", + height: math.unit(2150, "feet"), + default: true + }, + { + name: "Megamacro", + height: math.unit(8, "miles") + }, + { + name: "Galaxy Mom", + height: math.unit(6, "megalightyears") + }, + ] + ) +}; + //characters function makeCharacters() {