From f9d6bbe2550491ccfae223e7317ed9eee42257ec Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sun, 1 May 2022 09:54:03 -0400 Subject: [PATCH] Add Meus --- media/attribution.js | 21 + media/characters/meus/back.svg | 961 +++++++++++++++++++++++++ media/characters/meus/front.svg | 1190 +++++++++++++++++++++++++++++++ presets/characters.js | 45 ++ 4 files changed, 2217 insertions(+) create mode 100644 media/characters/meus/back.svg create mode 100644 media/characters/meus/front.svg diff --git a/media/attribution.js b/media/attribution.js index ed7a8dac..05bac819 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -22354,6 +22354,19 @@ const attributionData = { "readyandabel" ] }, + { + prefix: "./media/characters/meus/", + files: [ + { name: "front.svg", source: "https://furaffinity.net/view/31854354" }, + { name: "back.svg", source: "https://furaffinity.net/view/31854354" }, + ], + authors: [ + "mastermasher23" + ], + owners: [ + "deadlykid27" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -30912,6 +30925,14 @@ const attributionData = { "name": "Abel", "url": "https://www.furaffinity.net/user/readyandabel/" }, + "mastermasher23": { + "name": "Mastermasher23", + "url": "https://www.furaffinity.net/user/mastermasher23" + }, + "deadlykid27": { + "name": "Deadlykid27", + "url": "https://www.furaffinity.net/user/deadlykid27/" + }, } } diff --git a/media/characters/meus/back.svg b/media/characters/meus/back.svg new file mode 100644 index 00000000..2e0e1ed1 --- /dev/null +++ b/media/characters/meus/back.svg @@ -0,0 +1,961 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/meus/front.svg b/media/characters/meus/front.svg new file mode 100644 index 00000000..665f0166 --- /dev/null +++ b/media/characters/meus/front.svg @@ -0,0 +1,1190 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index f94ab9e4..64024779 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -64357,6 +64357,51 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Meus", species: ["phoenix"], tags: ["anthro"] }, + { + front: { + height: math.unit(6, "feet"), + weight: math.unit(159, "lb"), + name: "Front", + image: { + source: "./media/characters/meus/front.svg", + extra: 938/843, + bottom: 37/975 + } + }, + back: { + height: math.unit(6, "feet"), + weight: math.unit(159, "lb"), + name: "Back", + image: { + source: "./media/characters/meus/back.svg", + extra: 967/873, + bottom: 12/979 + } + }, + }, + [ + { + name: "Micro", + height: math.unit(2, "inches") + }, + { + name: "Mini", + height: math.unit(6, "inches") + }, + { + name: "Normal", + height: math.unit(6, "feet"), + default: true + }, + { + name: "Macro", + height: math.unit(84, "feet") + }, + ] +)) + //characters function makeCharacters() {