From 355dd58d495dc02aad72b34e86018d33f7f374d6 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Wed, 1 Dec 2021 19:27:31 -0500 Subject: [PATCH] Add Maya --- media/attribution.js | 20 + media/characters/maya/front.svg | 1633 +++++++++++++++++++++++++++++++ presets/characters.js | 38 + 3 files changed, 1691 insertions(+) create mode 100644 media/characters/maya/front.svg diff --git a/media/attribution.js b/media/attribution.js index f0d3b224..4a6cf2a5 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -19306,6 +19306,18 @@ const attributionData = { "carinafox" ] }, + { + prefix: "./media/characters/maya/", + files: [ + { name: "front.svg", source: "https://twitter.com/Cukier49/status/1422286476088381445" } + ], + authors: [ + "cukier49" + ], + owners: [ + "pocketcait" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -26642,6 +26654,14 @@ const attributionData = { "name": "CarinaFox7", "url": "https://www.furaffinity.net/user/carinafox7" }, + "cukier49": { + "name": "Cukier", + "url": "https://twitter.com/Cukier49/" + }, + "pocketcait": { + "name": "pocketcait", + "url": "https://twitter.com/pocketcait/" + }, } } diff --git a/media/characters/maya/front.svg b/media/characters/maya/front.svg new file mode 100644 index 00000000..52b65183 --- /dev/null +++ b/media/characters/maya/front.svg @@ -0,0 +1,1633 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 27e1750f..8c343f2c 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -52800,6 +52800,44 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Maya", species: ["cat"], tags: ["anthro"] }, + { + front: { + height: math.unit(4.88, "meters"), + name: "Front", + image: { + source: "./media/characters/maya/front.svg", + extra: 1222/1145, + bottom: 57/1279 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(4.88, "meters"), + default: true + }, + { + name: "Macro", + height: math.unit(38.1, "meters") + }, + { + name: "Macro+", + height: math.unit(152.4, "meters") + }, + { + name: "Macro++", + height: math.unit(16.09, "km") + }, + { + name: "Mega-macro", + height: math.unit(700, "megameters") + }, + ] +)) + //characters function makeCharacters() {