From b2fdc1b55eb3348f78ba0057c7e72898cbe1969c Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Thu, 2 Dec 2021 15:18:49 -0500 Subject: [PATCH] Add Yepir --- media/attribution.js | 22 + media/characters/yepir/front.svg | 939 +++++++++++++++++++++++++++++++ media/characters/yepir/paw.svg | 203 +++++++ media/characters/yepir/side.svg | 659 ++++++++++++++++++++++ presets/characters.js | 38 ++ 5 files changed, 1861 insertions(+) create mode 100644 media/characters/yepir/front.svg create mode 100644 media/characters/yepir/paw.svg create mode 100644 media/characters/yepir/side.svg diff --git a/media/attribution.js b/media/attribution.js index 4a6cf2a5..360bf425 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -19318,6 +19318,20 @@ const attributionData = { "pocketcait" ] }, + { + prefix: "./media/characters/yepir/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/42148928/" }, + { name: "side.svg", source: "https://www.furaffinity.net/view/42148928/" }, + { name: "paw.svg", source: "https://www.furaffinity.net/view/42148928/" }, + ], + authors: [ + "bluescale" + ], + owners: [ + "yepir" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -26662,6 +26676,14 @@ const attributionData = { "name": "pocketcait", "url": "https://twitter.com/pocketcait/" }, + "bluescale": { + "name": "Bluescale", + "url": "https://twitter.com/Bluescale_/" + }, + "yepir": { + "name": "Yepir", + "url": "https://twitter.com/yepir16" + }, } } diff --git a/media/characters/yepir/front.svg b/media/characters/yepir/front.svg new file mode 100644 index 00000000..7e2f4a04 --- /dev/null +++ b/media/characters/yepir/front.svg @@ -0,0 +1,939 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/yepir/paw.svg b/media/characters/yepir/paw.svg new file mode 100644 index 00000000..fdbc4f17 --- /dev/null +++ b/media/characters/yepir/paw.svg @@ -0,0 +1,203 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/yepir/side.svg b/media/characters/yepir/side.svg new file mode 100644 index 00000000..cccda006 --- /dev/null +++ b/media/characters/yepir/side.svg @@ -0,0 +1,659 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 8c343f2c..4f76e43f 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -52838,6 +52838,44 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Yepir", species: ["hyena"], tags: ["anthro"] }, + { + front: { + height: math.unit(6 + 2/12, "feet"), + weight: math.unit(500, "lb"), + preyCapacity: math.unit(4, "people"), + name: "Front", + image: { + source: "./media/characters/yepir/front.svg" + } + }, + side: { + height: math.unit(6 + 2/12, "feet"), + weight: math.unit(500, "lb"), + preyCapacity: math.unit(4, "people"), + name: "Side", + image: { + source: "./media/characters/yepir/side.svg" + } + }, + paw: { + height: math.unit(1.05, "feet"), + name: "Paw", + image: { + source: "./media/characters/yepir/paw.svg" + } + }, + }, + [ + { + name: "Normal", + height: math.unit(6 + 2/12, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {