From e6e903fc39660b9e19711824c9a63191e1013ba2 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Fri, 29 May 2020 13:36:21 -0400 Subject: [PATCH] Add Amera --- media/attribution.js | 18 +++ media/characters/amera/back.svg | 173 +++++++++++++++++++++ media/characters/amera/dick.svg | 169 +++++++++++++++++++++ media/characters/amera/front.svg | 253 +++++++++++++++++++++++++++++++ presets/characters.js | 36 +++++ 5 files changed, 649 insertions(+) create mode 100644 media/characters/amera/back.svg create mode 100644 media/characters/amera/dick.svg create mode 100644 media/characters/amera/front.svg diff --git a/media/attribution.js b/media/attribution.js index ac7584a9..5d332983 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -10428,6 +10428,20 @@ const attributionData = { "devon292" ] }, + { + prefix: "./media/characters/amera/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/29055905/", nsfw: true }, + { name: "back.svg", source: "https://www.furaffinity.net/view/29055905/", nsfw: true }, + { name: "dick.svg", source: "https://www.furaffinity.net/view/29055905/", nsfw: true }, + ], + authors: [ + "nearlyconscious" + ], + owners: [ + "tala-grovehorn" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -14388,6 +14402,10 @@ const attributionData = { "name": "devon292", "url": "https://www.furaffinity.net/user/devon292/", }, + "nearlyconscious": { + "name": "NearlyConscious", + "url": "https://www.furaffinity.net/user/nearlyconscious", + }, } } diff --git a/media/characters/amera/back.svg b/media/characters/amera/back.svg new file mode 100644 index 00000000..e4da995f --- /dev/null +++ b/media/characters/amera/back.svg @@ -0,0 +1,173 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/amera/dick.svg b/media/characters/amera/dick.svg new file mode 100644 index 00000000..ad23f544 --- /dev/null +++ b/media/characters/amera/dick.svg @@ -0,0 +1,169 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/amera/front.svg b/media/characters/amera/front.svg new file mode 100644 index 00000000..9fee2c07 --- /dev/null +++ b/media/characters/amera/front.svg @@ -0,0 +1,253 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index df9eda5d..6503208b 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -26026,6 +26026,42 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Amera", species: ["dragon"], tags: ["anthro"] }, + { + front: { + height: math.unit(9.35, "feet"), + weight: math.unit(600, "lb"), + name: "Front", + image: { + source: "./media/characters/amera/front.svg", + extra: 891/818, + bottom: 30/922.7 + } + }, + back: { + height: math.unit(9.35, "feet"), + weight: math.unit(600, "lb"), + name: "Back", + image: { + source: "./media/characters/amera/back.svg", + extra: 876/824, + bottom: 6.8/884 + } + }, + dick: { + height: math.unit(2.14, "feet"), + name: "Dick", + image: { + source: "./media/characters/amera/dick.svg" + } + }, + }, + [ + + ] +)) + //characters function makeCharacters() {