From 8bcc2f994cff184d5d2a6c533cf85f4da40a22f3 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Tue, 7 Jun 2022 13:27:11 -0400 Subject: [PATCH] Add Emily Whitetail --- media/attribution.js | 12 + media/characters/emily-whitetail/front.svg | 3082 ++++++++++++++++++++ presets/characters.js | 31 + 3 files changed, 3125 insertions(+) create mode 100644 media/characters/emily-whitetail/front.svg diff --git a/media/attribution.js b/media/attribution.js index 57dff060..eee98691 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -22926,6 +22926,18 @@ const attributionData = { "beathebehemoth" ] }, + { + prefix: "./media/characters/emily-whitetail/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/41113146/" } + ], + authors: [ + "beathebehemoth" + ], + owners: [ + "beathebehemoth" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", diff --git a/media/characters/emily-whitetail/front.svg b/media/characters/emily-whitetail/front.svg new file mode 100644 index 00000000..2b25c513 --- /dev/null +++ b/media/characters/emily-whitetail/front.svg @@ -0,0 +1,3082 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 4182730f..4f9ade27 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -66909,6 +66909,37 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Emily Whitetail", species: ["deer"], tags: ["anthro"] }, + { + front: { + height: math.unit(5 + 11/12, "feet"), + weight: math.unit(145, "lb"), + name: "Front", + image: { + source: "./media/characters/emily-whitetail/front.svg", + extra: 2510/2280, + bottom: 128/2638 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(5 + 11/12, "feet") + }, + { + name: "Galactic", + height: math.unit(6.3e22, "meters"), + default: true + }, + { + name: "Universal", + height: math.unit(1.12e29, "meters") + }, + ] +)) + //characters function makeCharacters() {