From 3a11f326e1d85e0fc712a10ee468f313f8b01205 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Mon, 9 Mar 2020 19:13:02 -0400 Subject: [PATCH] Add Saudade --- media/attribution.js | 16 +++ media/characters/saudade/front.svg | 161 +++++++++++++++++++++++++++++ presets/characters.js | 38 +++++++ 3 files changed, 215 insertions(+) create mode 100644 media/characters/saudade/front.svg diff --git a/media/attribution.js b/media/attribution.js index 3eba4369..8ec44359 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -3899,6 +3899,18 @@ const attributionData = { "piedunk" ] }, + { + prefix: "./media/characters/saudade/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/34856923" } + ], + authors: [ + "goattrain" + ], + owners: [ + "lordbo" + ] + }, { prefix: "./media/characters/scales/", files: [ @@ -6935,6 +6947,10 @@ const attributionData = { "name": "-fluffy-", "url": "https://www.furaffinity.net/user/-fluffy-", }, + "lordbo": { + "name": "lordbo", + "url": "https://www.furaffinity.net/user/lordbo/", + }, } } diff --git a/media/characters/saudade/front.svg b/media/characters/saudade/front.svg new file mode 100644 index 00000000..ff6a7623 --- /dev/null +++ b/media/characters/saudade/front.svg @@ -0,0 +1,161 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 6420c949..24ca185b 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -12551,6 +12551,44 @@ characterMakers["Mesmyriza"] = () => { ) }; +characterMakers["Saudade"] = () => { + return makeCharacter( + "Saudade", + "lordbo", + { + front: { + height: math.unit(6, "feet"), + weight: math.unit(250, "lb"), + name: "Front", + image: { + source: "./media/characters/saudade/front.svg", + extra: 1172/1139 * (1 / (1 - 0.035)), + bottom: 0.035 + } + }, + }, + [ + { + name: "Micro", + height: math.unit(3, "inches") + }, + { + name: "Normal", + height: math.unit(6, "feet"), + default: true + }, + { + name: "Macro", + height: math.unit(50, "feet") + }, + { + name: "Megamacro", + height: math.unit(2800, "feet") + }, + ] + ) +}; + function makeCharacters() { const results = []; results.push({