From a57be12ed70c2fd694ac86beb4372c12e0faa408 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Wed, 25 Nov 2020 10:08:59 -0500 Subject: [PATCH] Add Joey (the raccoon) --- media/attribution.js | 12 + media/characters/joey-raccoon/front.svg | 501 ++++++++++++++++++++++++ presets/characters.js | 22 ++ 3 files changed, 535 insertions(+) create mode 100644 media/characters/joey-raccoon/front.svg diff --git a/media/attribution.js b/media/attribution.js index 0cb24fec..1f6ba223 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -13661,6 +13661,18 @@ const attributionData = { "starstruck-studios" ] }, + { + prefix: "./media/characters/joey-raccoon/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/33653317/" }, + ], + authors: [ + "starstruck-studios" + ], + owners: [ + "starstruck-studios" + ] + }, //characters { prefix: "./media/dildos/chance/", diff --git a/media/characters/joey-raccoon/front.svg b/media/characters/joey-raccoon/front.svg new file mode 100644 index 00000000..be5fb795 --- /dev/null +++ b/media/characters/joey-raccoon/front.svg @@ -0,0 +1,501 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 25c14b11..bba0debd 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -35637,6 +35637,28 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Joey (Raccoon)", species: ["raccoon"], tags: ["anthro"] }, + { + front: { + height: math.unit(4 + 5/12, "feet"), + name: "Front", + image: { + source: "./media/characters/joey-raccoon/front.svg", + extra: 1273/1197, + bottom: 0/1273 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(4 + 5/12, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {