From d5b9de9f0e3f9af4bf43163786ee2a294dd56e55 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Mon, 7 Dec 2020 17:29:39 -0500 Subject: [PATCH] Add Gen --- media/attribution.js | 15 + media/characters/gen/back-demi.svg | 436 +++++++++++++++++++++ media/characters/gen/back-human.svg | 445 ++++++++++++++++++++++ media/characters/gen/front-demi.svg | 540 +++++++++++++++++++++++++++ media/characters/gen/front-human.svg | 510 +++++++++++++++++++++++++ presets/characters.js | 49 +++ 6 files changed, 1995 insertions(+) create mode 100644 media/characters/gen/back-demi.svg create mode 100644 media/characters/gen/back-human.svg create mode 100644 media/characters/gen/front-demi.svg create mode 100644 media/characters/gen/front-human.svg diff --git a/media/attribution.js b/media/attribution.js index 14c15ba0..2c6843cf 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -14092,6 +14092,21 @@ const attributionData = { "youkai-chan" ] }, + { + prefix: "./media/characters/gen/", + files: [ + { name: "front-human.svg", source: "https://www.furaffinity.net/view/39532877/" }, + { name: "back-human.svg", source: "https://www.furaffinity.net/view/39532877/" }, + { name: "front-demi.svg", source: "https://www.furaffinity.net/view/39532934/" }, + { name: "back-demi.svg", source: "https://www.furaffinity.net/view/39532934/" }, + ], + authors: [ + "youkai-chan" + ], + owners: [ + "youkai-chan" + ] + }, //characters { prefix: "./media/dildos/chance/", diff --git a/media/characters/gen/back-demi.svg b/media/characters/gen/back-demi.svg new file mode 100644 index 00000000..abfb0073 --- /dev/null +++ b/media/characters/gen/back-demi.svg @@ -0,0 +1,436 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/gen/back-human.svg b/media/characters/gen/back-human.svg new file mode 100644 index 00000000..dc82d6aa --- /dev/null +++ b/media/characters/gen/back-human.svg @@ -0,0 +1,445 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/gen/front-demi.svg b/media/characters/gen/front-demi.svg new file mode 100644 index 00000000..4c782bd6 --- /dev/null +++ b/media/characters/gen/front-demi.svg @@ -0,0 +1,540 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/gen/front-human.svg b/media/characters/gen/front-human.svg new file mode 100644 index 00000000..c801d35d --- /dev/null +++ b/media/characters/gen/front-human.svg @@ -0,0 +1,510 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 5d09068d..ee79d140 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -36665,6 +36665,55 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Gen", species: ["cat", "human"], tags: ["anthro"] }, + { + frontHuman: { + height: math.unit(5 + 2/12, "feet"), + name: "Front (Human)", + image: { + source: "./media/characters/gen/front-human.svg", + extra: 1627/1538, + bottom: 71/1698 + } + }, + backHuman: { + height: math.unit(5 + 2/12, "feet"), + name: "Back (Human)", + image: { + source: "./media/characters/gen/back-human.svg", + extra: 1638/1548, + bottom: 69/1707 + } + }, + frontDemi: { + height: math.unit(5 + 2/12, "feet"), + name: "Front (Demi)", + image: { + source: "./media/characters/gen/front-demi.svg", + extra: 1627/1538, + bottom: 71/1698 + } + }, + backDemi: { + height: math.unit(5 + 2/12, "feet"), + name: "Back (Demi)", + image: { + source: "./media/characters/gen/back-demi.svg", + extra: 1638/1548, + bottom: 69/1707 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(5 + 2/12, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {