From 1827389c31c6335ba525f1c5965d7f402e4a1102 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Wed, 10 Mar 2021 13:30:52 -0500 Subject: [PATCH] Add Hypatia --- media/attribution.js | 12 + media/characters/hypatia/front.svg | 472 +++++++++++++++++++++++++++++ presets/characters.js | 38 +++ 3 files changed, 522 insertions(+) create mode 100644 media/characters/hypatia/front.svg diff --git a/media/attribution.js b/media/attribution.js index 3427fdc9..36f3b6bd 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -14983,6 +14983,18 @@ const attributionData = { "epicoart" ] }, + { + prefix: "./media/characters/hypatia/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/40917119/" } + ], + authors: [ + "braxia" + ], + owners: [ + "braxia" + ] + }, //characters { prefix: "./media/dildos/chance/", diff --git a/media/characters/hypatia/front.svg b/media/characters/hypatia/front.svg new file mode 100644 index 00000000..afca4879 --- /dev/null +++ b/media/characters/hypatia/front.svg @@ -0,0 +1,472 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 76a93a78..1bc15f86 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -39619,6 +39619,44 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Hypatia", species: ["gardevoir", "deity"], tags: ["anthro"] }, + { + front: { + height: math.unit(15, "feet"), + name: "Front", + image: { + source: "./media/characters/hypatia/front.svg", + extra: 1653/1591, + bottom: 79/1732 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(15, "feet") + }, + { + name: "Small", + height: math.unit(300, "feet") + }, + { + name: "Macro", + height: math.unit(2500, "feet"), + default: true + }, + { + name: "Mega Macro", + height: math.unit(1500, "miles") + }, + { + name: "Giga Macro", + height: math.unit(1.5e6, "miles") + }, + ] +)) + //characters function makeCharacters() {