From c80a4dd8edf208c8ac2e042b32d04cd1ad70b4f5 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sat, 12 Mar 2022 15:55:57 -0500 Subject: [PATCH] Add Chey --- media/attribution.js | 15 + media/characters/chey/arm.svg | 1571 +++++++++++++++++++ media/characters/chey/front.svg | 2610 +++++++++++++++++++++++++++++++ media/characters/chey/head.svg | 1507 ++++++++++++++++++ presets/characters.js | 69 + 5 files changed, 5772 insertions(+) create mode 100644 media/characters/chey/arm.svg create mode 100644 media/characters/chey/front.svg create mode 100644 media/characters/chey/head.svg diff --git a/media/attribution.js b/media/attribution.js index 7711620d..dffea780 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -21230,6 +21230,21 @@ const attributionData = { "va0027" ] }, + { + prefix: "./media/characters/chey/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/29363477/" }, + { name: "arm.svg", source: "https://www.furaffinity.net/view/29363477/" }, + { name: "head.svg", source: "https://www.furaffinity.net/view/29363477/" }, + ], + authors: [ + "darsaberclaw", + "va0027" + ], + owners: [ + "va0027" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", diff --git a/media/characters/chey/arm.svg b/media/characters/chey/arm.svg new file mode 100644 index 00000000..927f16c7 --- /dev/null +++ b/media/characters/chey/arm.svg @@ -0,0 +1,1571 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/chey/front.svg b/media/characters/chey/front.svg new file mode 100644 index 00000000..c3437a2d --- /dev/null +++ b/media/characters/chey/front.svg @@ -0,0 +1,2610 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/chey/head.svg b/media/characters/chey/head.svg new file mode 100644 index 00000000..c5d602cf --- /dev/null +++ b/media/characters/chey/head.svg @@ -0,0 +1,1507 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index e48e4ba1..4de5c619 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -60176,6 +60176,75 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Chey", species: ["coyote", "deity"], tags: ["anthro"] }, + { + front: { + height: math.unit(1.8, "m"), + weight: math.unit(120, "kg"), + name: "Front", + image: { + source: "./media/characters/chey/front.svg", + extra: 1359/1270, + bottom: 18/1377 + } + }, + arm: { + height: math.unit(2.05, "feet"), + name: "Arm", + image: { + source: "./media/characters/chey/arm.svg" + } + }, + head: { + height: math.unit(1.89, "feet"), + name: "Head", + image: { + source: "./media/characters/chey/head.svg" + } + }, + }, + [ + { + name: "Original Size", + height: math.unit(5, "cm") + }, + { + name: "Incognito Size", + height: math.unit(2.4, "m") + }, + { + name: "Home Size", + height: math.unit(200, "meters"), + default: true + }, + { + name: "Mega", + height: math.unit(2, "km") + }, + { + name: "Giga (Preferred Size)", + height: math.unit(2000, "km") + }, + { + name: "Giga+", + height: math.unit(6000, "km") + }, + { + name: "Terra", + height: math.unit(17000, "km") + }, + { + name: "Terra+", + height: math.unit(75000, "km") + }, + { + name: "Terra++", + height: math.unit(225000, "km") + }, + ] +)) + //characters function makeCharacters() {