From 2de6a3ea35c7d12ea296311c3ff8b282a094fdb5 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Fri, 25 Feb 2022 15:54:07 -0500 Subject: [PATCH] Add Rebecca 'Becky' Houston --- media/attribution.js | 13 + .../rebecca-becky-houston/front-dressed.svg | 2127 +++++++++++++ .../rebecca-becky-houston/front-nude.svg | 2670 +++++++++++++++++ presets/characters.js | 35 + 4 files changed, 4845 insertions(+) create mode 100644 media/characters/rebecca-becky-houston/front-dressed.svg create mode 100644 media/characters/rebecca-becky-houston/front-nude.svg diff --git a/media/attribution.js b/media/attribution.js index 9aa68baf..db0313fa 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -20480,6 +20480,19 @@ const attributionData = { "marks-barks" ] }, + { + prefix: "./media/characters/rebecca-becky-houston/", + files: [ + { name: "front-nude.svg", source: "https://www.furaffinity.net/view/45788285/" }, + { name: "front-dressed.svg", source: "https://www.furaffinity.net/view/45788195/" }, + ], + authors: [ + "beathebehemoth" + ], + owners: [ + "anotherdangernoodle" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", diff --git a/media/characters/rebecca-becky-houston/front-dressed.svg b/media/characters/rebecca-becky-houston/front-dressed.svg new file mode 100644 index 00000000..0c02d5ab --- /dev/null +++ b/media/characters/rebecca-becky-houston/front-dressed.svg @@ -0,0 +1,2127 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/rebecca-becky-houston/front-nude.svg b/media/characters/rebecca-becky-houston/front-nude.svg new file mode 100644 index 00000000..72bba9ef --- /dev/null +++ b/media/characters/rebecca-becky-houston/front-nude.svg @@ -0,0 +1,2670 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index bd952880..e30d5f4e 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -56766,6 +56766,41 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Rebecca 'Becky' Houston", species: ["gryphon"], tags: ["anthro"] }, + { + frontNude: { + height: math.unit(6, "feet"), + name: "Front (Nude)", + image: { + source: "./media/characters/rebecca-becky-houston/front-nude.svg", + extra: 1384/1321, + bottom: 57/1441 + } + }, + frontDressed: { + height: math.unit(6, "feet"), + name: "Front (Dressed)", + image: { + source: "./media/characters/rebecca-becky-houston/front-dressed.svg", + extra: 1384/1321, + bottom: 57/1441 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(6, "feet"), + default: true + }, + { + name: "Maximum", + height: math.unit(1776, "feet") + }, + ] +)) + //characters function makeCharacters() {