From f3370780047160e206877d2879cc230c152ab7e9 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Tue, 7 Jun 2022 08:52:48 -0400 Subject: [PATCH] Add Dianne Elizabeth Heathers --- media/attribution.js | 12 + .../dianne-elizabeth-heathers/front.svg | 3063 +++++++++++++++++ presets/characters.js | 23 + 3 files changed, 3098 insertions(+) create mode 100644 media/characters/dianne-elizabeth-heathers/front.svg diff --git a/media/attribution.js b/media/attribution.js index 6aa7eb44..595e8f2f 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -22902,6 +22902,18 @@ const attributionData = { "beathebehemoth" ] }, + { + prefix: "./media/characters/dianne-elizabeth-heathers/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/44610405/" } + ], + authors: [ + "beathebehemoth" + ], + owners: [ + "beathebehemoth" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", diff --git a/media/characters/dianne-elizabeth-heathers/front.svg b/media/characters/dianne-elizabeth-heathers/front.svg new file mode 100644 index 00000000..bf54969a --- /dev/null +++ b/media/characters/dianne-elizabeth-heathers/front.svg @@ -0,0 +1,3063 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 6ffe565a..2f4cdfca 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -66855,6 +66855,29 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Dianne Elizabeth Heathers", species: ["saint-bernard"], tags: ["anthro"] }, + { + front: { + height: math.unit(6 + 3/12, "feet"), + weight: math.unit(180, "lb"), + name: "Front", + image: { + source: "./media/characters/dianne-elizabeth-heathers/front.svg", + extra: 2580/2457, + bottom: 131/2711 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(6 + 3/12, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {